Removes Oracle Maven Repository information now that it is no longer needed; removes integrations profile
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
* 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.
* Initial gRPC server/framework implementation
* Fixes for corrupted source files
* Checkstyle fix
* POM changes based on PR comments by @romain-grecourt
* Added missing gRPC documentation sections
* Change gRPC module to versions 1.0.4-SNAPSHOT
* Change netty tcnative to 2.0.22.Final
* Changes from Helidon review meeting (#84)
* Initial gRPC server/framework implementation
* Remove @author JavaDoc tags
* Rename gRPC server `ServiceDescriptor.Config` interface to `ServiceDescriptor.Rules` and `MethodDescriptor.Config` to `MethodDescriptor.Rules` based on pull-request feedback. Also changed corresponding variable names, parameter names and documentation usage.
* Split gRPC metrics out of the gRPC server module into its own module.
* Change configuration examples in gRPC documentation to yaml
* Fix gRPC security documentation error
* gRPC metrics clean-up based on review comments
* gRPC metrics docs change
* Change gRPC security example configuration to use yaml
* Remove the custom `BasicAuthCallCredentials` class from the security examples #90
* Change gRPC interceptor priority to be an `int` #91
* Fixing checkstyle errors
* Fix incorrect comment in gRPC examples basic `Server.java`
Change gRPC Open Tracing example to build the `Tracer` from config
* Checkstyle fix
* Support the Helidon Prioritized interface as a way to specify gRPC interceptor priority.
* Resolve merge conflict
* Update the gRPC introduction doc to make it clear that Helidon gRPC is currently an experimental feature
* Rename ossrh-release profile to staging and change the repos to staging.
- OSSRH does not have a hosted release repo available, thus a profile for ossrh-release does not make sense.
* Move the nexus-staging-maven-plugin declaration with extension=true in the release profile.
* rename version.plugin.sitegen property to version.plugin.helidon-build-tools, bump the value from 1.0.9 to 1.0.10
* Remove the graal example, instead make the helidon-quickstart-se "graalvm ready".
* Update archetype generation logic.
- Use a shell script instead of archetype:create-from-project
- Make all Dockerfiles multi-stage docker builds using Maven.
- Move Dockerfiles and app.yaml at the top level.
* Update docs
* Add the Dockerfile used to create the helidon images.
- Update the docker image guide.
- Use uniqueVersions=false in the manifest jar config.
* Fixes to support both Graal CE and EE in Helidon quickstart se.
* Add native-image.properties with a reflection-config JSON placeholder
* - Remove examples/guides
- Combine about and getting started nav groups
- Move quickstarts under guide
- Update links to quickstarts
* remove comment-out block in pre-reqs, break line for 80 chars
* Update getting started guides
* rename docker guide to be all lower case
* split jib and docker guides, minor update to all guides for consistency
* remove getting start card from top level overview
* Add profiles to examples level to support adoc handling
* remove unneeded content from pom.xml
* Add the new README.adoc checking as a profile and trigger it during pipeline builds
* Remove comments from profile defn per Romain's review note
* Update copyright; move guide to README.adoc
* Update attribute settings at start of README.adoc
* Save the preprocessed version of README.adoc
* Add notes about the special include processing to the examples-level README.md
* Fix typo
* Change mid-document level-1 header to level-2 (to avoid AsciiDoc errors)