Skip to content

Conversation

@lachlan-roberts
Copy link
Collaborator

No description provided.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
for (URL url : toAdd)
{
if (libs.contains(url))
continue;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@janbartel i either need this fix or the one from jetty/jetty.project#10902 to get this working.

The ContainerIncludeJarPattern is matching the duplicate jars from the libs array which adds them as container resource and this is causing problems.

Thoughts?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lachlan-roberts seems to me that DevAppServerClassLoader shouldn't be adding duplicate jars, so stopping it at the source is the best way. Any change to jetty is a backup to that. Of course, doesn't stop the same jar being present in 2 different locations and thus added twice.

@ludoch ludoch self-assigned this Nov 17, 2023
@ludoch ludoch marked this pull request as ready for review November 17, 2023 15:45
@copybara-service copybara-service bot merged commit 02239c3 into main Nov 17, 2023
@lachlan-roberts lachlan-roberts deleted the spring-boot-fixes branch January 24, 2024 12:31
@lachlan-roberts lachlan-roberts linked an issue Jan 24, 2024 that may be closed by this pull request
srinjoyray pushed a commit that referenced this pull request Nov 12, 2024
PiperOrigin-RevId: 583399120 Change-Id: I4ebdcda1d3c42a836a6a0a4cb07581b477f3e8b2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants