Skip to content

Commit 9ca35c7

Browse files
committed
Enable Jersey only until Spring Boot 4.0.0-M2
There's currently a bug in the UI which lets the user select Jersey with 4.0.0-SNAPSHOT, which will be fixed in a subsequent commit. Closes gh-1898
1 parent 2b9b835 commit 9ca35c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

start-site/src/main/resources/application.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ initializr:
408408
- name: Jersey
409409
id: jersey
410410
description: Framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs.
411+
compatibilityRange: "[3.4.0,4.0.0-M2]"
411412
facets:
412413
- json
413414
links:

0 commit comments

Comments
 (0)