mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
cc814519c8
As of SPR-8093, jmxremote_optional.jar is present on the build server in jre/lib/ext, but it is not by default present on local developer / user machines, meaning that the build ends up broken by default. Issue: SPR-8089, SPR-8093, SPR-8458