JDK21에서 빌드 및 런타임 실행이 가능하도록 수정#1049
Open
DaLae37 wants to merge 7 commits intoscouter-project:developfrom
Open
Conversation
Merge develop to master - Client improvements and platform upgrades
Release 2.21.3 with Eclipse 2025-12 upgrade and group search feature
…ance - Centralize dependency and plugin version management via the Parent POM. - Remove hardcoded Java compiler versions to support multi-JDK profiles (jdk8/jdk21). - Simplify sub-module POMs by removing duplicate properties and unnecessary XML tags.
- [Scala] Migrate deprecated JavaConversions to CollectionConverters for Scala 2.13 - [Scala] Fix explicit collection conversions in AgentManager and AccountService - [Build] Synchronize Maven profile IDs between parent and sub-modules - [Build] Use conditional module inclusion for Java 21 instead of JAVA_21_HOME - [Java 21] Add add-exports compiler arguments for sun.net.www internal API access - [Deploy] Support flexible assembly in scouter-deploy via Ant fileset untar - [Misc] Disable failOnError for Javadoc to support mixed Java and Scala source
- Upgraded library dependencies to be compatible with JDK 21. - Updated startup.sh in scouter.server to automatically inject the --add-opens java.base/java.lang=ALL-UNNAMED JVM option.
- scouter.server: Resolved Jetty version conflict. - scouter.webapp: Fixed dependency package versions. - SUser: Added No-Args constructor to fix Jackson 'Cannot construct instance' error during login.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
테스트 환경 : Temurin JDK21 (빌드 / 런타임 실행)