* Features simplification.
* Added excludes
* Moved initialization of log to native image extension
* Log statements for unsupported features in native image
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Work around issues with the reduced pom created by maven-shade-plugin.
See https://issues.apache.org/jira/browse/MNG-5899
Inline the reduced dependencies in the original pom.
Turn-off reduced pom generation.
Update microprofile/weld/pom.xml
Build fixes after repackaging weld.
Build fix - spotbugs exclude missing.
Simplify build and runtime events.
Using predefined priorities.
Validations for all modules in test.
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
* Remove OptionalHelper and replace with Optional methods.
* Remove CollectionsHelper and replace with Set, Map and List methods.
* Replaced `InputStreamHelper` with method of `InputStream`
* Replaced Helidon `StackWalker` with the one from Java
* Updated CHANGELOG.md
* Added an exclude for spotbugs to work around
https://github.com/spotbugs/spotbugs/issues/756
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
* Meta configuration refactoring.
* Using meta configuration in MicroProfile Server
* Refactored config sources to use proper builder pattern.
* Native image substitution removed as no longer needed.
* Documentation update for Meta configuration.
* MP config in SE
* Order system properties and environment variables as in MP
* Fix release.sh update-version to work with new parent pom hierarchy
* Update CHANGELOG for 1.3.0 release
* fix release script to deal with maven timestamps
* Update graal tests to work with new parent pom hierarchy
* Update release.sh to set helidon.version correctly
* Move gpg plugin management and execution for the release profile under parent/pom.xml
Move nexus plugin extension for the release profile under parent/pom.xml
Move the staging profile under parent/pom.xml
Added missing snapshot repository under distribution management in parent/pom.xml
* Fixes#1024 - Bad build time subsitution for bare archetypes pom
Fixes#1025 - archetype-packaging plugin needs to be declared as an extension
Reverting dependencies on helidon-metrics2 back helidon-metrics for all SE examples
Removing helidon-metrics2 from the BOM pom to prevent end-user from using it
Update examples/grpc/metrics README to fix test step.
* Update version to 1.3.1-SNAPSHOT
Create a new parent pom hierarchy to fit new applications-pom
Updated all examples to use the new application-poms
Normalized examples README.md
Updated examples Dockerfile to multi-stage
Remove dependency management for microprofile-metrics-api and leverage the transitive dependencies of helidon-metrics and helidon-metrics2.
* Dev guidelines refactoring - config bundle.
* Dev guidelines refactoring - factory methods using create.
* Dev guidelines refactoring - use factory methods.
* Dev guidelines refactoring - naming fix for object mapper provider.
* Dev guidelines refactoring - use common Builder.
* Dev guidelines refactoring - getters and setters rename.
* Dev guidelines refactoring - checkstyle fixes.
* Moved bundles to a separate module.
* API Changes to resolve "Too Many Methods"
* Config is now compilable (production classes only).
* Support for loading instances from configuration based on reflection.
* Fixes to run unit tests.
Removed usage of reflection from config
* Code now compiles against new API.
* ConfigValue uses orElse instead of get for default value.
* Checkstyle fixes.
Added unit tests for default methods in ConfigValue.
* Unit test fixes.
* Javadoc fixes.
* Javadoc fixes.
* Javadoc fixes.
* Code fixes in examples
* Code fixes in examples
* Fixes to use correct APIs from config.
* Documentation updates for changed API.
* GenericType support for config mapping.
* Mapping function on builder for GenericType.
* Removed value() method from Config interface.
Renamed module config-beans to config-object-mapping and
associated packages.