JDK 11 is required for Broadleaf release trains 1.7.0-GA, and beyond.
JDK 17 is supported for Broadleaf release trains 1.8.1-GA, and beyond.
Added support for resolving Applications by context-path.
Introduced a new identifier type of CONTEXT_PATH
.
Applications using this type will have their identifier value treated as the first path segment in a URL:
If the identifier is my-app
, then it will be resolved on URLs like https://localhost/my-app
.
The identifier is expected to only match the first path segment not any arbitrary subsequent segment. Therefore, https://localhost/some-path/my-app
would not match.