Skip to content

Add jarmode support to the loader code #19848

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
philwebb opened this issue Jan 22, 2020 · 0 comments
Closed

Add jarmode support to the loader code #19848

philwebb opened this issue Jan 22, 2020 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@philwebb
Copy link
Member

It would be useful to support launching a fat jar in an alternate mode, for example to support extracting layers.

@philwebb philwebb added the type: enhancement A general enhancement label Jan 22, 2020
@philwebb philwebb added this to the 2.3.x milestone Jan 22, 2020
@philwebb philwebb self-assigned this Jan 22, 2020
@philwebb philwebb modified the milestones: 2.3.x, 2.3.0.M1 Jan 22, 2020
philwebb added a commit that referenced this issue Jan 22, 2020
Fix a bug in `ExplodedURLClassLoader` and merge the code into the
existing `LaunchedURLClassLoader` class. Also polish a few method
names relating to layer support.

See gh-19848
See gh-19767
philwebb added a commit that referenced this issue Jan 23, 2020
Update `LaunchedURLClassLoader` to ensure that the `JarModeLauncher`
is created in the correct classloader.

Prior to this commit the launcher was created by the application
classloader and did not have access to any of the required
`org.springframework` classes.

See gh-19848
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant