* Java 11 javadoc fixes. Turn on failOnError
* Switch to javadoc aggregate goal. Docs are generated as part of site lifecycle
* Update build.sh to build aggregated javadocs after build
* Cleanup based on PR feedback
* Removed requires java.activation
* Update jpa-cdi module-info
* Javadoc: update webclient module-info. Restore webserver dep in native-image-extension
* Update build.sh to use tagged release of javadoc-pluing
* 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
* 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.
* inject ~/.m2/settings-security.xml from env variable
* update version to be 0.9.0-SNAPSHOT
* move repository definition for ossrh-releases in a profile
* update comments in etc/scripts/release.sh
* reset maven config files under wercker pipelines
* change repoId for deploy-archetypes.sh
* add script to create a github release
* add gpg-plugin and nexus-staging-plugin
* update release.sh to do a 3 step nexus workflow: 1. create repo, 2. deploy 3. close repo
update deploy archetype hook to use a customized deploy URL
* Remove JavadocHack files
Generate empty jars for javadoc and sources for bundle modules to satisfy (cheat) maven central requirements.
* factorize the pipeline code, apply DRY. add etc/scripts/build.sh, etc/scripts/wercker-env.sh
* fix spotbugs.skip property, configure nexus-staging.skipNexusStagingDeployMojo after maven.deploy.skip
* inject ~/.m2/settings-security.xml from env variable
* fix URLs for distribution management and repositories
* update version to be 0.9.0-SNAPSHOT
* move repository definition for ossrh-releases in a profile
* add badges to the README.md
* encode space for 'latest version', update slack badge, update twitter link
* refine the badges
* remove slack badge