boost icon indicating copy to clipboard operation
boost copied to clipboard

Boost Maven and Gradle plugins for MicroProfile development

Results 59 boost issues
Sort by recently updated
recently updated
newest added

With the 3.1 release of ci.maven, you need to specify `runnable` in the `include` parameter once again. No need to specify packageType (defaults to jar when runnable is specified) or...

Notes: 1. The framework for this IT was taken from the LMP's dev mode test 2. The IT project test-liberty-dev-mode is just a shell project with test classes. The test...

By the time we get to: `boost.runtimes.openliberty.LibertyRuntime.generateLibertyServerConfig(List)` we're only calling `configurator.getFeature()` for the select configurators w/ corresponding boosters as dependencies in this project. So instead of falling through and returning...

Add BOM and support for Jakarta dependencies.

E.g. building on script like: https://github.com/juven/maven-bash-completion we could provide a sample script so that the command-line usage requires typing less chars.

idea

If the project contains a server.xml, need to handle that correctly and merge features into it. Also consider whether any configuration we are generating (for example the ssl config) should...