- 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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
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>
* 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