1650 Commits

Author SHA1 Message Date
Joe DiPol
598e3f4b22 Minor doc fixes #2093 #2086 #2085 (#2118) 2020-07-01 13:09:26 -07:00
Santiago Pericasgeertsen
f450e952d1 Added <relativePath/> to avoid warnings when a pom exists in parent directory.
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
2020-07-01 15:04:19 -04:00
Santiago Pericasgeertsen
587c4c2404 Fixes issue #1949. Properly use path() when creating an invocation using the JAX-RS API.
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
2020-07-01 15:03:44 -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
1902e601ee Update smoketest (#2109)
* Update smoketest  to run 6 archetypes
2020-06-29 16:55:35 -07:00
Romain Grecourt
f0cd21cca4 integrate build-tools version 2.0.2 (#2106) 2020-06-29 11:52:03 -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
f32a3648c7 Docs: add basic documentation for CLI (#2101) 2020-06-26 13:43:25 -07:00
Santiago Pericasgeertsen
077ad5d1ee - Improved 404 reporting in GET
- Added test for health and metrics

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
2020-06-26 08:24:18 -04:00
Santiago Pericasgeertsen
55fd7e4b63 Some fixes and improvements to the db archetypes:
- Properties to speed-up native compilation
 - Removed some versions in poms that can be inherited
 - Updated reflect-config.json
 - Display URLs on app startup
 - Fix PING issue related to health endpoint

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
2020-06-26 08:24:18 -04:00
Tomas Langer
12cfae97d6 Support for SE mappers in MP. (#2091)
* Support for SE mappers in MP.
* Removed mandatory use of object mapping from security providers.
* Use direct APIs to retrieve booleans.
* Fixes to object mapping support in MP.

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
2020-06-26 10:09:06 +02:00
Romain Grecourt
929c4c6874 Remove hardcoded width on the pictures displayed by markdown files. (#2095)
Update etc/images/Primary_logo_blue.png to have the natural width be 600px
2020-06-24 20:15:36 -07:00
Romain Grecourt
1a6df61ed7 Add a minimalistic markdown for the cli as a placeholder until we have something in the main docs. (#2094) 2020-06-24 18:18:22 -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
Romain Grecourt
a782b31275 Integrate build tools 2.0.1 (#2079)
* Document `mvn archetype:generate` with `-U` to avoid issues with Groovy and JDK >= 11.

* update build-tools version to 2.0.1
2020-06-22 14:24:58 -07:00
Romain Grecourt
c0f4a86acd Integrate build-tools 2.0.0. (#2067)
Update docs/sitegen.yaml (add pathprefix for the toplevel nav groups to enable collapsible menus)
2020-06-19 15:30:07 -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
Tomas Langer
05e89c565a Update MP db archetype to compile with native image. (#2073)
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
2020-06-19 15:14:15 -07:00
Romain Grecourt
90ee65f33c Fix h1Prefix to SE and MP for all pages under /se and /mp respectively. (#2074)
Fix various links and formatting issues across the docs.
2020-06-19 14:25:55 -07:00
Romain Grecourt
3d87f25499 media support deprecations cleanup (#2068) 2020-06-19 13:37:09 -07:00
Tim Quinn
2a51071deb Various AsciiDoctor warning fixes (#2072)
* Various AsciiDoctor warning fixes

* Fix one lingering callout problem; the in-code callout was at the beginning of a comment, not the end

Signed-off-by: tim.quinn@oracle.com <tim.quinn@oracle.com>
2020-06-19 13:36:51 -07:00
Lisa Jamen
a46585abcb intro for JWT auth - link to mp spec (#2069) 2020-06-19 13:36:35 -07:00
Lisa Jamen
50c199b60b Fixed broken links; added new (#2071)
* fixed missing or broken links

* fixed links

* fixed links
2020-06-19 13:36:20 -07:00
Santiago Pericasgeertsen
200a537785 DB Archetypes: README updates for native support (#2065)
* Updates to README and related files with a section describing how to run database-se using an external H2 database and GraalVM native.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

* Updates to README and related files with a section describing how to run database-mp using an external H2 database and GraalVM native.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

* Removed unnecessary dependency and cleaned up DB URLs.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
2020-06-19 12:54:55 -07:00
Daniel Kec
41919fd2a9 SE Messaging doc (#2029)
* SE Messaging doc

Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
2020-06-19 20:27:48 +02: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
Tomas Langer
1c6cf71ab1 Update native image for JPA.
* use Helidon h2 driver
* move native configuration to correct modules

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
2020-06-19 16:49:13 +02:00
Tomas Kraus
8233ebb3d4 JPA tests and native-image build changes
Signed-off-by: Tomas Kraus <Tomas.Kraus@oracle.com>
2020-06-19 16:49:13 +02:00
Lisa Jamen
d13fa9c3c6 fixed broken links in the intro (#2022) 2020-06-19 16:43:06 +02:00
Daniel Kec
1e05a7ab9c Canceling race condition fix (#2027)
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
2020-06-19 16:41:05 +02:00
Tomas Langer
af949542c8 SE Config can be created from MP Config (#2060)
* MP to SE config now works including environment variables.
* Empty config now does not create an executor service.
* Using the same classloader when null is sent in MP config.
* Added env var test.
* Ensure the reference config uses its own configuration (intermitent failure fix)

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Co-authored-by: Romain Grecourt <romain.grecourt@oracle.com>
2020-06-19 16:07:20 +02:00
Tomas Langer
3e19778657 Secure and httpOnly used correctly (#2056)
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
2020-06-19 12:08:52 +02:00
Joe DiPol
8532e4ad2d Changelog update (#2058)
* Update CHANGELOG for 2.0.0-RC2
2020-06-18 15:03:12 -07:00
Santiago Pericasgeertsen
7c6855baf6 Archetype updates (#2057)
* Renamed POJO methods and additional testing.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

* List of changes:

 (1) Added README.md files to all archetypes
 (2) Docker and Kubernetes files for both flavors of Quickstart
 (3) Move native-image directories to correct location
 (4) Some database-se pom changes

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
2020-06-18 14:18:04 -07:00
Romain Grecourt
f0c0610803 Fluent API for explicit media reader and writer usages. (#2010)
* Fluent API for explicit media reader and writer usages.

* update javadocs

* update javadocs

* support stream reader/writer

* update javadocs

* Update HealthSupport and MetricsSupport to use the new API

* fix checkstyle errors

* rename internal constant FEATURE_NAME to SERVICE_NAME is both HealthSupport and MetricsSupport

* Update FileSystemContentHandler.send to use the new API
2020-06-18 13:11:33 -07:00
Tomas Langer
96583b271c Native image updates (#2050)
Oracle hibernate dialect moved to Helidon configuration, so it does not emit a warning when not on classpath
Using different build flags for mp-2 tests, as it took too long
Added native-image config for new Jersey proxies
Updated Netty native options due to a new failure

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
2020-06-18 18:10:36 +02:00
David Král
4bb6ed7e6b Content now extends Multi (#2043)
Signed-off-by: David Kral <david.k.kral@oracle.com>
2020-06-18 09:09:16 -07:00
Tomas Langer
fd265a6977 Documentation update for AOT. (#2045)
Removed SE modules from MP documentation.
Updated Oracle and H2 support.

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
2020-06-18 17:01:21 +02:00
Tim Quinn
d79aa7afaf Remove unused import from template (#2048)
Signed-off-by: tim.quinn@oracle.com <tim.quinn@oracle.com>
2020-06-18 10:01:00 -05:00
Tomas Langer
b78c4b1ef0 Oracle with JPA (#2044)
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
2020-06-18 15:36:35 +02:00
Daniel Kec
8b7ec2b596 SE Messaging connector bad prefix within MP config (#2032)
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
2020-06-18 10:29:36 +02:00
Romain Grecourt
b4bdb91bc5 Fix new integrations/db modules (#2042)
* Skip javadoc only in db/h2 to workaround bad module-info in the SVM dependency.
Generate empty javadoc in ojdbc.

* skip spotbugs in integrations/db/h2
2020-06-17 18:15:35 -07:00
Romain Grecourt
097affe469 add empty javadoc and empty sources to integrations/db/hk2 (#2041) 2020-06-17 18:00:27 -07:00
Romain Grecourt
27f1359c8a Update JDK requirements and remove wercker badge in README (#2040) 2020-06-17 17:56:55 -07:00
Lisa Jamen
6137f00b0d updated MP health intro with link to Guide (#1952) 2020-06-17 16:21:46 -07:00
Romain Grecourt
9318d8ef17 Update archetype catalog to declare optional dependencies on all archetypes. (#2038)
Integrate build-tools 2.0.0-RC3
2020-06-17 14:59:51 -07:00
Romain Grecourt
7a5f073d4e remove old archetype build scripts (#2037) 2020-06-17 14:42:34 -07:00
Santiago Pericasgeertsen
73084a4324 Fixed tag in catalog. (#2036)
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
2020-06-17 12:45:50 -07:00
Joe DiPol
74100a8a6c Add trademark notice for Pokemon (#2034) 2020-06-17 12:30:40 -07:00
David Král
babffc61b6 Security level memory leak (#2013)
Signed-off-by: David Kral <david.k.kral@oracle.com>
2020-06-17 12:17:30 -07:00