[ANN] Apache Maven Resources Plugin 3.2.0 Released

2020-08-11 Thread Dennis Lundberg
The Apache Maven team is pleased to announce the release of the Apache Maven Resources Plugin, version 3.2.0 The Resources Plugin handles the copying of project resources to the output directory. https://maven.apache.org/plugins/maven-resources-plugin/ You should specify the version in your pro

[ANN] Apache Maven Filtering 3.2.0 Released

2020-08-11 Thread Dennis Lundberg
The Apache Maven team is pleased to announce the release of the Apache Maven Filtering, version 3.2.0 This is a shared component for all plugins that need to filter resources. https://maven.apache.org/shared/maven-filtering/ You should specify the version in your project's plugin configuration:

Re: Any specific requirements for extensions?

2020-08-11 Thread Michael Osipov
Am 2020-08-11 um 11:48 schrieb Stuart McCulloch: JSR330 annotation scanning is enabled for all realms including extensions, so it should be picked up. Does the replacement implementation have the same "hint" or name? ie. @Named("default") You can turn on detailed container logging with -Dsisu.d

Re: Any specific requirements for extensions?

2020-08-11 Thread Stuart McCulloch
JSR330 annotation scanning is enabled for all realms including extensions, so it should be picked up. Does the replacement implementation have the same "hint" or name? ie. @Named("default") You can turn on detailed container logging with -Dsisu.debug which will log all bindings discovered in each