Skip to content
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

Document the webModuleClassPathLoader attribute for class loading #7772

Closed
tjwatson opened this issue Dec 5, 2024 · 2 comments
Closed

Document the webModuleClassPathLoader attribute for class loading #7772

tjwatson opened this issue Dec 5, 2024 · 2 comments
Labels
Milestone

Comments

@tjwatson
Copy link
Member

tjwatson commented Dec 5, 2024

The auto-generated documentation for the enterpriseApplication will contain the following descriptions for the new webModuleClassPathLoader attribute:

Name: webModuleClassPathLoader
Type: war or ear
Default: war
Description:

This attribute defines the class loader that is used for JARs that are referenced by web application Class-Path headers.
war
Use the web application class loader for the JARs that are referenced by a web application Class-Path header.
ear
Use the parent enterprise application class loader for the JARs that are referenced by a web application Class-Path header.

We should consider adding a new section to the Class loader configuration page that gives more details like the beta-blog did for the option:

@dmuelle
Copy link
Member

dmuelle commented Dec 5, 2024

for epic OpenLiberty/open-liberty#28110

@dmuelle dmuelle added this to the 25.0.0.1 milestone Dec 5, 2024
@dmuelle
Copy link
Member

dmuelle commented Dec 9, 2024

moved to WL backlog

@dmuelle dmuelle closed this as completed Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants