Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions manifests/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2916,6 +2916,13 @@ manifest:
spring-boot-undertow: v1.38.0
spring-boot-wildfly: v1.38.0
uds-spring-boot: v1.38.0
vertx4: v1.63.0 # TODO: a lower version might be supported

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep non-Spring variants disabled until they expose the target

Activating this class for the non-Spring Java weblogs makes the test passable without exercising the intended code path. The probe is rewritten for Java to target DebuggerController.logProbe in tests/debugger/utils.py, and the setup triggers /debugger/log; a repo-wide search under utils/build/docker/java only finds that controller and route in the Spring Boot app. On vertx4 and the following newly enabled variants, an ERROR diagnostic can therefore come from an unresolved target (and no snapshot is guaranteed because the route is absent), so the test can report green without validating invalid-DSL rejection. Keep these variants disabled until they implement the same debugger endpoint/controller or the test targets code common to those apps.

Useful? React with 👍 / 👎.

play: v1.63.0 # TODO: a lower version might be supported
jersey-grizzly2: v1.63.0 # TODO: a lower version might be supported
resteasy-netty3: v1.63.0 # TODO: a lower version might be supported
akka-http: v1.63.0 # TODO: a lower version might be supported
ratpack: v1.63.0 # TODO: a lower version might be supported
vertx3: v1.63.0 # TODO: a lower version might be supported
tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Runtime_Condition_Error:
- weblog_declaration:
"*": missing_feature
Expand Down
Loading