boost
boost copied to clipboard
Boost Maven and Gradle plugins for MicroProfile development
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...
Signed-off-by: Mike Andrasak
Signed-off-by: Mike Andrasak
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...
… NPE Signed-off-by: Mike Andrasak
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.
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...