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

Liberty Features to support Spring Boot applications #3169

Closed
tjwatson opened this issue Apr 18, 2018 · 1 comment
Closed

Liberty Features to support Spring Boot applications #3169

tjwatson opened this issue Apr 18, 2018 · 1 comment
Labels
Epic Used to track Feature Epics that are following the UFO process ID Required in:SpringBoot Spring Boot application support

Comments

@tjwatson
Copy link
Member

This Epic covers work to support Spring Boot application artifacts (uber/fat JARs) as another supported application type.

The following high-level items will be worked on for this Epic:

  1. Add support for a new type of application spring. This support will understand the Spring Boot JAR format and be able to act as the launcher for the Spring Boot application
  2. Add support for the embedded server factory to support applications that use spring-boot-starter-web. This includes support for the Spring Boot 1.5 and Spring Boot 2.0 web starter (note the omission of reactive/webflux)
  3. Add ability to thin the fat application JAR to allow the lib/ JARs to be separated from the application content. This includes a command line utility as well as automatic thin when deploying FAT jars
  4. Add support for the deployer to override server endpoint configuration (e.g http ports) with server.xml settings.
@tjwatson tjwatson added in:SpringBoot Spring Boot application support Epic Used to track Feature Epics that are following the UFO process labels Apr 18, 2018
@tjwatson
Copy link
Member Author

tjwatson commented Jun 4, 2018

This Epic is done now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic Used to track Feature Epics that are following the UFO process ID Required in:SpringBoot Spring Boot application support
Projects
None yet
Development

No branches or pull requests

1 participant