Commit Graph

56 Commits

Author SHA1 Message Date
Joe DiPol
62b4b562d5 Add owasp dependency-check-maven plugin (#2472)
* Add owasp dependency-check-maven plugin and script
2020-10-21 13:47:02 -07:00
Joe DiPol
437fbd730d Update version to 2.1.1-SNAPSHOT (#2462) 2020-10-16 15:37:23 -07:00
Joe DiPol
78eddfe47a Update version to 2.0.3-SNAPSHOT (#2323) 2020-09-04 11:18:57 -07:00
Joe DiPol
0bb8d792da Bump version to 2.0.2-SNAPSHOT. Update CHANGELOG (#2111)
* Bump version to 2.0.2-SNAPSHOT Update CHANGELOG
2020-06-30 14:47:34 -07:00
Joe DiPol
8bbe29ecc8 2.0: Update version to 2.0.1-SNAPSHOT. Update CHANGELOG (#2082)
* Update CHANGELOG.md after 2.0.0 release

* Update version to 2.0.1-SNAPSHOT
2020-06-23 11:32:04 -07:00
Daniel Kec
c40814526d Messaging with Kafka examples (#2016)
* Bump up Kafka to 2.5.0 with scala 2.12

Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
2020-06-17 20:48:07 +02:00
Romain Grecourt
ab23ce10cb Multipart (#1787)
Initial implementation of multipart media support
2020-05-26 13:00:01 -07:00
Tim Quinn
e7b4d3ed45 CORS example for SE (#1727) 2020-05-06 08:50:03 -05:00
David Král
6ca7d5e6be Webclient implementation (#1205) (#1431)
Webclient implementation (#1205)

Signed-off-by: David Kral <david.k.kral@oracle.com>
2020-03-11 15:18:38 +00:00
Joe DiPol
e25fdd4774 Update version to 2.0.0-SNAPSHOT. update-version now edits build.grad… (#1348)
* Update version to 2.0.0-SNAPSHOT. update-version now edits build.gradle file
2020-02-03 22:23:42 -08:00
Tomas Langer
c1e87abc62 Helidon DB Client (#657)
* Helidon DB API and implementation for JDBC and MongoDB.

Signed-off-by: Tomas Kraus <Tomas.Kraus@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>

* Hikari CP metrics

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
2020-01-23 18:42:21 +01:00
Joe DiPol
eb999f5c56 Update version to 2.0-SNAPSHOT (#1167) 2019-11-23 13:44:00 +01:00
Joe DiPol
3994b8e730 Update version to 1.3.2-SNAPSHOT. Update CHANGELOG.md (#1068) 2019-09-27 17:37:34 -07:00
Laird Nelson
2ea20dcb74 Removes Oracle Maven Repository information (#1040)
Removes Oracle Maven Repository information now that it is no longer needed; removes integrations profile

Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
2019-09-17 16:12:15 -07:00
Joe DiPol
de805c92ea Fixes from 1.3.0 release branch and version update (#1027)
* 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
2019-09-13 13:17:44 -07:00
Romain Grecourt
0f6403374f Application poms (#1022)
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.
2019-09-12 15:48:09 -07:00
Joe DiPol
a152dd5914 Update version to 1.2.2-SNAPSHOT. Update CHANGELOG (#937) 2019-08-21 18:23:50 -07:00
Joe DiPol
153ab91cd1 Update version to 1.2.1-SNAPSHOT (#869) 2019-07-30 16:29:07 -07:00
Joe DiPol
856942a256 Change version to 1.2.0-SNAPSHOT (#855) 2019-07-24 09:48:56 -07:00
Joe Di Pol
b2de53d943 Update version to 1.1.3-SNAPSHOT 2019-06-14 17:15:52 -07:00
Romain Grecourt
a453787c9c Fix the build, convert some CRLF to LF 2019-06-07 12:54:12 -07:00
Michael J Williams
e2bbc618f9 Add employee-app example (#747)
* Add employee-app example
2019-06-07 12:41:05 -07:00
Joe DiPol
5327a29115 Change version to 1.1.2-SNAPSHOT (#748) 2019-05-29 10:46:00 -07:00
Tim Quinn
7623a5a64f OpenAPI SE example (#742)
Signed-off-by: tim.quinn@oracle.com <tim.quinn@oracle.com>
2019-05-28 10:29:18 -05:00
Joe DiPol
bec2d7331e Update version to 1.1.1-SNAPSHOT (#686)
* Update CHANGELOG for 1.1.0 release

* Make sure to only update project version when processing project pom

* Update version to 1.1.1-SNAPSHOT
2019-05-14 14:42:53 -07:00
Joe DiPol
6ef98d8b87 Update version to 1.1.0-SNAPSHOT (#683) 2019-05-13 16:37:44 -07:00
Aleks Seovic
baefb32d24 Initial gRPC server/framework implementation (#543)
* 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
2019-05-05 22:12:32 +02:00
Joe DiPol
f293469524 Update version to 1.0.4-SNAPSHOT (#602)
* Update version to 1.0.4-SNAPSHOT
2019-04-18 13:37:18 -07:00
Romain Grecourt
ea23d46b3b Quickstart update for native images (#547)
* 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
2019-04-15 16:35:32 -07:00
Joe DiPol
ec27269f11 Change version to 1.0.3-SNAPSHOT (#526) 2019-03-21 15:47:01 -07:00
Joe DiPol
7084cdb60d Fix release script and examples so we update examples/integrations version correctly (#508) 2019-03-15 10:14:05 -07:00
Joe DiPol
2022c59887 Update version to 1.0.2-SNAPSHOT (#506) 2019-03-14 16:37:41 -07:00
Romain Grecourt
01a88710f8 Getting started updates (#448)
* - 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
2019-03-12 16:54:41 -07:00
Joe DiPol
9e61eaa200 Update version to 1.0.1-SNAPSHOT (#414) 2019-02-14 15:46:56 -08:00
Joe DiPol
e7fc3584f6 Update version to 1.0.0-SNAPSHOT (#383) 2019-02-07 21:31:42 -08:00
Tim Quinn
0949f7eb7d Add preinclude check to examples build (#331)
* 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)
2019-01-23 12:52:34 -06:00
Joe DiPol
7759612143 Update version to 0.11.1-SNAPSHOT (#323)
* Update version to 0.11.1-SNAPSHOT
2019-01-11 19:53:48 -08:00
Joe Di Pol
02d83101b4 Copyrights 2019-01-11 18:49:29 -08:00
Joe Di Pol
078af38a93 Fix pom parenting in integrations examples. Clean up project names in examples. 2019-01-11 18:49:29 -08:00
Tomas Langer
30582337b0 Health checks for SE.
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
2018-12-31 17:21:13 +01:00
Joe DiPol
be05579ed6 Examples reorg: first pass (#270)
* Examples reorganization first pass
2018-12-21 16:00:38 -08:00
Tomas Langer
42e72fede5 Update version due to incompatible changes in common refactoring
Added changelog with backward incompatible changes
2018-11-15 22:10:48 +01:00
Joe Di Pol
8e2b9ee272 Update version to 0.10.6-SNAPSHOT 2018-11-06 17:06:08 -08:00
Romain Grecourt
0860347c18 Isolate integrations examples in the integrations profile. (#139)
Fixes #138
2018-10-30 12:46:05 -07:00
Joe Di Pol
e0231d321c Update version to 0.10.5-SNAPSHOT 2018-10-19 11:15:25 -07:00
Joe Di Pol
8e818387f3 Update version to 0.10.4-SNAPSHOT 2018-10-18 19:09:21 -07:00
Joe Di Pol
eb15e616ba Fix release issues with scripts. Update some copyrights 2018-10-18 19:09:21 -07:00
Laird Nelson
8db30abc5f WIP: First revision of integrations subprojects (#109)
First revision of integrations subprojects
2018-10-16 18:23:31 -07:00
Joe DiPol
8fbafbd2c4 Update version to 0.10.3-SNAPSHOT (#107) 2018-10-12 17:44:52 -07:00
Joe DiPol
50a055eb45 Update version to 0.10.20-SNAPSHOT (#86) 2018-09-28 17:27:40 -07:00