-
Bug Report
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
spring-boot 3.2.4, spring-boot 3.0.4, spring-boot 3.1.4, spring-boot 3.3.2
-
None
Steps to reproduce
- Start a simple Spring Boot application with absent @EnableProcessApplication annotation
- This triggers auto deployment
- Observe the console output
Observed behavior
I can see the following warnings:
2019-07-12 13:03:25.106 WARN 72661 --- [ main] s.b.s.c.i.DefaultDeploymentConfiguration : unable to determine if resource URL [jar:file:/Users/tasso/.m2/repository/org/camunda/bpm/dmn/camunda-engine-dmn/7.12.0-alpha1-ee/camunda-engine-dmn-7.12.0-alpha1-ee.jar!/META-INF/maven/org.camunda.bpm.dmn/] is a deployable resource 2019-07-12 13:03:25.107 WARN 72661 --- [ main] s.b.s.c.i.DefaultDeploymentConfiguration : unable to determine if resource URL [jar:file:/Users/tasso/.m2/repository/org/camunda/bpm/dmn/camunda-engine-feel-api/7.12.0-alpha1-ee/camunda-engine-feel-api-7.12.0-alpha1-ee.jar!/META-INF/maven/org.camunda.bpm.dmn/] is a deployable resource 2019-07-12 13:03:25.107 WARN 72661 --- [ main] s.b.s.c.i.DefaultDeploymentConfiguration : unable to determine if resource URL [jar:file:/Users/tasso/.m2/repository/org/camunda/bpm/dmn/camunda-engine-feel-juel/7.12.0-alpha1-ee/camunda-engine-feel-juel-7.12.0-alpha1-ee.jar!/META-INF/maven/org.camunda.bpm.dmn/] is a deployable resource
Problem
The search pattern to discover resources takes folders with .dmn/ suffix into account
Expected behavior
Search pattern takes only files into account
We are closing this ticket as part of our backlog grooming. Reasons: