Daniel Kec
774010ab5f
Copyright space fix
...
Signed-off-by: Daniel Kec <daniel.kec@oracle.com >
2020-11-13 22:03:45 +01:00
Daniel Kec
f97ae1bb0a
JMS Reactive Messaging connector ( #2282 )
...
* JMS Connector
* Oracle AQ Connector
Signed-off-by: Daniel Kec <daniel.kec@oracle.com >
2020-11-13 13:49:11 +01:00
Joe DiPol
7ea8e43d56
Upgrade GraalVM version to 20.2.0 in Dockerfiles ( #2514 )
2020-11-10 13:14:25 -08:00
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
Bryan Atsatt
4204ce51ae
Fix uses of jlink-image directories to use new "-jri" suffix. ( #2469 )
...
* Fix uses of jlink-image directories to use new "-jri" suffix.
2020-10-21 12:07:12 -07:00
Joe DiPol
437fbd730d
Update version to 2.1.1-SNAPSHOT ( #2462 )
2020-10-16 15:37:23 -07:00
Joe DiPol
a45582c779
Upgrade to build tools 2.1.2 ( #2458 )
2020-10-15 14:36:31 -07:00
Tomas Langer
2a992422f9
Documentation review fixes. ( #2428 )
...
Signed-off-by: Tomas Langer <tomas.langer@oracle.com >
2020-10-08 16:29:50 +02:00
Tomas Langer
c674f851d5
Secure static content ( #2411 )
...
* Securing static content.
- Documentation update.
- Example
Signed-off-by: Tomas Langer <tomas.langer@oracle.com >
2020-10-08 14:40:51 +02:00
David Král
84b97ef3e6
Git config native-image support ( #2400 )
...
Git config native-image support
Signed-off-by: David Kral <david.k.kral@oracle.com >
2020-10-01 18:12:41 +02:00
Tomas Langer
7f1a1ad865
Disable automatic propagation from security providers ( #2357 )
...
* Security providers no long automatically propagate.
* Updated security provider documentation
Signed-off-by: Tomas Langer <tomas.langer@oracle.com >
2020-09-30 18:18:45 +02:00
Tomas Langer
5e28f8d87b
OIDC fixes ( #2378 )
...
* Outbound security disabled in OidcConfig when invoking OIDC identity provider.
* Pre-matching filter now using security executor service instead of jersey async executor service.
* Async executor was triggered by pre-matching security filter, now by test itself.
Signed-off-by: Tomas Langer <tomas.langer@oracle.com >
2020-09-23 13:40:49 +02:00
Tomas Langer
c0fc3b919e
Use latest version for helidon plugin to include native image fix. ( #2374 )
...
Signed-off-by: Tomas Langer <tomas.langer@oracle.com >
2020-09-17 18:09:39 +02:00
Romain Grecourt
d62d70ef53
Update standalone quickstarts. ( #2360 )
...
- surefire & failsafe updated to 3.0.0-M5
- removed plugin dependency on junit-jupiter-engine
- set useModulePath to false
- add native-image profile to quickstart-standalone-se
- remove junit-platform-surefire-provider in quickstart-standalone-se
2020-09-14 17:29:19 -07:00
Santiago Pericasgeertsen
74956be772
Implementation of MP FT 2.1.1 using FT SE ( #2348 )
...
* Replacing FailSafe and Hystrix by our own implementation of FT primitives. Some minor changes to our first version of these primitive operations was necessary to be fully compatible with MP and pass all the TCKs.
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com >
2020-09-14 13:20:46 -04:00
Suren Konathala
ec0a12600d
Updated maven surefire plugin to helidon-standalone-quickstart-mp ( #1849 )
...
* Updated maven-surefire plugin verion in pom.xml
* Updated pom.xml with 2.0.0-SNAPSHOT version
Co-authored-by: Suren Konathala <suren@Surens-MacBook-Pro.local >
2020-09-11 16:40:53 -07:00
Romain Grecourt
2a23a68e20
Update surefire and failsafe to 3.0.0-M5 ( #2307 )
...
* Update surefire and failsafe to 3.0.0-M5
Remove dependencies on jupiter-engine, and junit-platform-surefire-provider
* disable module path for surefire and failsafe
* version.lib.surefire.testng to 3.0.0-M5
remove duplicates dependencies in tests/integration/mp-grpc/pom.xml
suppress warnings in top level pom
* add back junit-jupiter-engine
* add junit:junit in config/jgit as jgit.junit requires junit4
* add junit-jupiter-api to database-se archetype
2020-09-10 10:42:01 -07:00
Joe DiPol
78eddfe47a
Update version to 2.0.3-SNAPSHOT ( #2323 )
2020-09-04 11:18:57 -07:00
David Král
99ab6eb60f
Security provider registration added ( #2300 )
...
* Security provider registration added
Signed-off-by: David Kral <david.k.kral@oracle.com >
2020-09-01 15:59:19 +02:00
David Král
2f671533f2
Docs tls updates ( #2256 )
...
New TLS documentation for WebClient and WebServer
TLS documentation cleanup
Signed-off-by: David Kral <david.k.kral@oracle.com >
2020-08-31 09:30:28 +00:00
Tim Quinn
a554d67a57
Add support for MP Metrics 2.3 ( #2245 )
2020-08-12 15:50:34 -05:00
Joe DiPol
0b261b1ce1
Quickstart gradle fixes ( #2214 )
...
* Update quickstart build.gradle files
* Change work-around for moving beans.xml for tests. Enable jandex
* Update gradle plugin org.kordamp.gradle.jandex to 0.6.0
2020-07-29 08:26:58 -07:00
David Král
57008e4e09
Media support for forms improved ( #2144 )
...
* Media support for forms improved
Signed-off-by: David Kral <david.k.kral@oracle.com >
* Sending multipart forms from client is now supported
Signed-off-by: David Kral <david.k.kral@oracle.com >
* checkstyle fix
Signed-off-by: David Kral <david.k.kral@oracle.com >
* spotbugs fix
Signed-off-by: David Kral <david.k.kral@oracle.com >
2020-07-20 13:12:08 -07:00
David Král
15ce9a52dd
Swapped ports in mutual TLS example ( #2184 )
...
Signed-off-by: David Kral <david.k.kral@oracle.com >
2020-07-17 16:50:07 +02:00
Joe DiPol
1ec83395ac
Update microprofile examples to use microprofile-config.properties ( #2163 )
2020-07-14 13:18:47 -07:00
Joe DiPol
28ebbd0e3e
Add -Declipselink.weave.skip to quickstart Dockerfiles ( #2146 )
2020-07-09 13:47:58 -07:00
Laird Nelson
cf156c5967
Upgrading to the latest version of the Eclipselink Maven plugin and aligning Eclipselink version to correspond with it. ( #2138 )
...
* Upgraded to the latest version of the Eclipselink Maven plugin and aligned Eclipselink version to correspond with it.
* Fixed Pokemon example which was using EclipseLink weaving but a Hibernate runtime.
* Removed commented out code.
Signed-off-by: Laird Nelson <laird.nelson@oracle.com >
2020-07-09 10:17:06 -07:00
Joe DiPol
d59626d0c3
Change Dockerfiles to use maven.test.skip (not skipTests). See issue #2128 ( #2135 )
2020-07-06 17:16:26 -07:00
Tomas Langer
9e18020ff1
Incorporated review changes.
...
Signed-off-by: Tomas Langer <tomas.langer@oracle.com >
2020-07-06 08:47:43 -04:00
Tomas Langer
a7cad3413f
Scope fix for test dependency.
...
Signed-off-by: Tomas Langer <tomas.langer@oracle.com >
2020-07-06 08:47:43 -04:00
Tomas Langer
ad0c19ecfb
Rebase and fix version.
...
Signed-off-by: Tomas Langer <tomas.langer@oracle.com >
2020-07-06 08:47:43 -04:00
Tomas Langer
753f4043bb
Example for FT with webserver.
...
Signed-off-by: Tomas Langer <tomas.langer@oracle.com >
2020-07-06 08:47:43 -04: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
1ed846ed66
Update docs, READMEs, Dockerfiles to graalvm 20.1.0 ( #2103 )
2020-06-26 14:53:25 -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
Tomas Langer
093ec0d30d
Upgrade svm, annotation for reflection ( #2070 )
...
* Upgrade svm libraries.
Annotation for reflection in native image.
Signed-off-by: Tomas Langer <tomas.langer@oracle.com >
* Missed required class.
Signed-off-by: Tomas Langer <tomas.langer@oracle.com >
Signed-off-by: Tomas Langer <tomas.langer@oracle.com >
2020-06-19 15:14:23 -07:00
David Král
a6ce023316
WebClient doc update ( #2064 )
...
WebClient doc update
Signed-off-by: David Kral <david.k.kral@oracle.com >
2020-06-19 17:58:02 +02:00
Romain Grecourt
7a5f073d4e
remove old archetype build scripts ( #2037 )
2020-06-17 14:42:34 -07:00
Joe DiPol
74100a8a6c
Add trademark notice for Pokemon ( #2034 )
2020-06-17 12:30:40 -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
Tomas Langer
6b7eb53335
Database native support update ( #2028 )
...
* Database access for native image update
* Support for Oracle JDBC driver
* Support for H2 JDBC driver
* Support for mongoDB
* Updated Pokemon example to work with all of the above
Signed-off-by: Tomas Langer <tomas.langer@oracle.com >
Co-authored-by: Paul Parkinson <paul.parkinson@gmail.com >
2020-06-17 19:32:13 +02:00
David Král
8bc6a410da
SSL in WebClient and WebServer changed to TLS ( #2006 )
...
WebClient SSL naming aligned with WebServer
Signed-off-by: David Kral <david.k.kral@oracle.com >
2020-06-17 10:29:49 +02:00
David Král
06dd30cd8b
Mutual TLS implementation, example and tests ( #1992 )
...
Mutual TLS implementation, example and tests
Signed-off-by: David Kral <david.k.kral@oracle.com >
2020-06-15 11:36:46 +02:00
Tim Quinn
2c660b7206
Archetype (and other examples) typo ( #1981 )
...
* Correct replicated typo in templates and examples
Signed-off-by: tim.quinn@oracle.com <tim.quinn@oracle.com >
2020-06-11 15:03:35 -05:00
Santiago Pericasgeertsen
a0ac43b4a0
Copyright header.
...
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com >
2020-06-11 14:45:29 -04:00
Santiago Pericasgeertsen
40d053c149
Fixed checkstyle problems.
...
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com >
2020-06-11 14:45:29 -04:00
Santiago Pericasgeertsen
694e910edf
Property for external DB and H2 dialect.
...
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com >
2020-06-11 14:45:29 -04:00
Santiago Pericasgeertsen
a94c861179
Some pom changes and use of Hibernate.
...
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com >
2020-06-11 14:45:29 -04:00
Santiago Pericasgeertsen
3ebcb3dec0
Make return types consistent in resource classes.
...
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com >
2020-06-11 14:45:29 -04:00
Santiago Pericasgeertsen
004e87c345
Re-arranged pom dependencies. Improved Javadocs and a few other small changes.
...
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com >
2020-06-11 14:45:29 -04:00