340 Commits

Author SHA1 Message Date
Tomas Langer
e3a804216a Support for overriding configuration of security providers using simple properties. (#2511)
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
2020-11-13 17:36:31 +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
Santiago Pericasgeertsen
7425747cc5 Support for a max payload limit on client requests (#2491)
* Initial support for new server config property max-payload-size to limit the payload sizes in client requests, with or without the use of chunked encoding.

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

* Fixed issue forwarding chunks and cleaned up reset logic.

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

* Removed unnecessary log instruction.

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

* Restored logging properties file.

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

* Do not closed the channel when a 413 response is in flight.

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

* Webserver config doc update.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
2020-11-03 09:10:09 -05:00
Joe DiPol
d59a0b8e19 Update doc's microprofile version to 3.3 (#2488) 2020-10-27 12:57:42 -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
73884ad0c2 Fix doc issues for config (#2449) and grpc (#2451) (#2457) 2020-10-15 13:20:37 -07:00
Tim Quinn
bde9564a60 MP health edits (#2443)
* MP health edits

Signed-off-by: tim.quinn@oracle.com <tim.quinn@oracle.com>
2020-10-13 12:09:10 -05: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
Víctor Orozco
3d9a3f944a Fixing broken link for SubtrateVM limitations on GraalVN Native Docs (#2410) 2020-10-05 15:01:40 -07: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
Santiago Pericasgeertsen
24e39b9710 Fault Tolerance SE Documentation (#2399)
* Initial draft.

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

* New section and fixed some typos.

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

* Some new sections and a new file name.

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

* Links to Javadocs.

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

* Updated sitegen.yaml with new entry for FT.

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

* Updated sitegen.yaml with new entry for FT.

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

* Updates to the Handler Composition section with new example. Some minor fixes in Javadocs referenced from this document.

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

* Some minor rewording in Bulkhead section.

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

* A couple of more typos.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
2020-09-30 14:34:49 -04: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
6881ec8787 Update for MP tracing documentation. (#2397)
Extracted common parts into shared section.

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
2020-09-25 23:07:09 +02:00
Santiago Pericasgeertsen
147166a08f New WebServer document describing how to enable HTTP compression.
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
2020-09-24 13:45:41 -04:00
Tomas Langer
446afa7675 Injection of web target with correct endpoint. (#2380)
* Injection of web target with correct endpoint.
* Support for junit5 tests already in MP Config implementation
* Support for inherited repeating annotations.

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
2020-09-23 13:40:01 +02:00
Lisa Jamen
62279c7b3c fix MP/SE framework distinction (#2351) 2020-09-21 08:40:13 -07:00
Tomas Langer
d6bfedfccd MP Testing (#2353)
* MP Testing
* support for per test method CDI container.
* support custom config sources
* support for constructor injection in single CDI container mode
* support for `SeContainer` parameter in per test method CDI container mode
* validations of annotations depending on mode

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
2020-09-16 17:58:01 +02:00
Santiago Pericasgeertsen
00beda0d67 Fixed URLs and added a note about MP config.
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
2020-09-16 07:46:01 -04:00
Santiago Pericasgeertsen
9ccf4bc9ba Updates Fault Tolerance MP docs with config information for new implementation. Created a couple of new tests to verify that thread pool sizes can be configured using an application.yaml file.
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
2020-09-16 07:46:01 -04:00
Joe DiPol
d680a4b304 Docs: rename migration guide to upgrade guide. Add top level upgrade doc (#2328) 2020-09-08 10:17:11 -07:00
Daniel Kec
1824a3aa04 Tyrus support for native-image (#2097)
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
2020-09-03 17:54:03 +02:00
Lisa Jamen
0c2dd6abf2 Update MP intro with cards (#2195)
* replace table with cards

* replace table with cards

* replace table with cards

* fix icons in cards
2020-08-31 15:56:45 -07: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
Neenad Ingole
bffda9677d #2221 Fixes API reference in Metrics docs (#2232) 2020-08-13 08:01:46 -07:00
Tim Quinn
a554d67a57 Add support for MP Metrics 2.3 (#2245) 2020-08-12 15:50:34 -05:00
Joe DiPol
11b0a77587 Migration Guides: add section for Getters returning Optional. Fix code blocks. (#2217) 2020-07-27 14:26:48 -07:00
Lisa Jamen
32994ed45b replaced table with new cards/icons (#2185)
* replaced table with cards and icons

* replaced table with cards and icons

* replaced table with cards and icons

* replaced table with cards and icons

* replaced table with cards and icons
2020-07-22 08:56:32 -04:00
Laird Nelson
1c8db8b485 Corrected dependency information in the JPA guide for MP. (#2198)
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
2020-07-21 17:07:45 -07:00
Tomas Langer
545f8d8b64 Configuration of server socket(s) (#2189)
* Advanced configuration of HTTP request processing in Netty.
* Documentation update.

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
2020-07-20 15:48:37 +02:00
Joe DiPol
034eeb6637 Docs: update MP tutorial to be correct for Helidon 2.0 (#2152) 2020-07-10 17:37:32 -07:00
Joe DiPol
95fc447245 Move CLI documentation to a single page under About (#2148) 2020-07-10 10:40:13 -07:00
Joe DiPol
f4c26194d0 Add app.yaml to quickstart archetypes. Update k8s support in docs. (#2141) 2020-07-08 15:20:43 -07:00
Joe DiPol
e32e83adcc Fix minor doc issues #2081 #427 (#2119) 2020-07-01 16:32:51 -07:00
Joe DiPol
598e3f4b22 Minor doc fixes #2093 #2086 #2085 (#2118) 2020-07-01 13:09:26 -07:00
Joe DiPol
f32a3648c7 Docs: add basic documentation for CLI (#2101) 2020-06-26 13:43:25 -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
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
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
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
Lisa Jamen
d13fa9c3c6 fixed broken links in the intro (#2022) 2020-06-19 16:43:06 +02: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
Lisa Jamen
6137f00b0d updated MP health intro with link to Guide (#1952) 2020-06-17 16:21:46 -07:00
Lisa Jamen
3ac9921654 Fixed SE Config Guide typos from issue 1649 (#1993)
* added link to mp jpa guide and API

* updated with Laird's changes

* new intro for mp metrics

* fixed typos per issue 1649
2020-06-17 11:31:38 -04:00
Santiago Pericasgeertsen
9a46e02a8f Renamed archetype to helidon-bare-mp
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
2020-06-17 09:25:01 -04: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