-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17766 from bstansberry/WFLY-19062
[WFLY-19062] Add preview stability support for Jakarta MVC to standard WildFly
- Loading branch information
Showing
28 changed files
with
900 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
docs/src/main/asciidoc/_admin-guide/subsystem-configuration/Jakarta_MVC.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
[[Jakarta_MVC]] | ||
= Jakarta MVC Subsystem Configuration | ||
|
||
ifdef::env-github[] | ||
:tip-caption: :bulb: | ||
:note-caption: :information_source: | ||
:important-caption: :heavy_exclamation_mark: | ||
:caution-caption: :fire: | ||
:warning-caption: :warning: | ||
endif::[] | ||
|
||
[abstract] | ||
|
||
The `mvc-krazo` subsystem provides support for the use of Jakarta MVC in deployments. | ||
|
||
[WARNING] | ||
|
||
The `mvc-krazo` subsystem is currently provided at xref:Admin_Guide.adoc#Feature_stability_levels[`preview` stability]. This means use of the subsystem requires running xref:WildFly_and_WildFly_Preview.adoc[WildFly Preview] or using the `--stability=preview` parameter when starting standard WildFly. | ||
|
||
[[mvc-krazo-subsystem-provision]] | ||
== Provisioning the subsystem | ||
|
||
When provisioning a WildFly instance, you can include Jakarta MVC support in your server configuration by specifying the `mvc-krazo` Galleon layer. | ||
|
||
//// | ||
TODO add discussion of the need to specify config-stability-level when provisioning. But this should point to general content available via WFLY-19021 and WFLY-19172 | ||
//// | ||
|
||
[[mvc-krazo-subsystem-enable]] | ||
== Enabling the subsystem | ||
|
||
If the WildFly configuration does not have the `mvc-krazo` subsystem enabled, it can be enabled using the CLI: | ||
|
||
[source,options="nowrap"] | ||
---- | ||
[standalone@localhost:9990 /] org.wildfly.extension.mvc-krazo:add | ||
{"outcome" => "success"} | ||
[standalone@localhost:9990 /] /subsystem=mvc-krazo:add | ||
{ | ||
"outcome" => "success", | ||
"response-headers" => { | ||
"operation-requires-reload" => true, | ||
"process-state" => "reload-required" | ||
} | ||
} | ||
---- | ||
|
||
== Configuration | ||
|
||
The `mvc-krazo` subsystem doesn't offer any configuration options beyond its presence in the overall configuration. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.