Francesco Chicchiriccò created SYNCOPE-1860:
-----------------------------------------------
Summary: Standalone WAR artifacts duplicates JAR dependencies
Key: SYNCOPE-1860
URL: https://issues.apache.org/jira/browse/SYNCOPE-1860
Project: Syncope
Issue Type: Bug
Components: archetype, docker
Affects Versions: 4.0.0-M0, 3.0.10
Reporter: Francesco Chicchiriccò
Assignee: Francesco Chicchiriccò
Fix For: 3.0.11, 4.0.0
If we look at the executable WAR files contained by the Docker images or
generated by the {{standalone}} profile in projects created from Maven
archetype, we can see that every single JAR dependency is contained twice:
# once under {{/BOOT-INF/lib}}
# once under {{/BOOT-INF/classes/WEB-INF/lib}}
This seems to be the expected behavior, as [reported by the Spring Boot
team|https://github.com/spring-projects/spring-boot/issues/44038], which
suggests to either switch to producing executable JARs or to create a custom
layout.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)