Skip to content

Upgrade dependencies and refactor server implementation #372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

fuchsst
Copy link
Contributor

@fuchsst fuchsst commented Mar 21, 2025

Updated Gradle plugins, dependencies, and wrapper to newer versions. Refactored PlaygroundServer to use latest Jetty. Adjusted build scripts to align with dependency updates.

Fuchs, Stefan added 4 commits March 21, 2025 17:16
Updated Gradle plugins, dependencies, and wrapper to newer versions, improving compatibility and performance. Refactored `PlaygroundServer` to use modern Jetty APIs, enhancing HTTP request handling and response streaming. Adjusted build scripts to align with dependency updates.
Updated the CodeQL actions from v1 to v3 and removed redundant steps for autobuild by utilizing the `build-mode` parameter in the initialization. Ensured the workflow is streamlined and optimized for Java projects.
The CodeQL workflow now uses a distinct autobuild step instead of specifying the build mode in the initialization step. Additional comments have been added for better guidance on handling build failures and manually configuring the build process for compiled languages. This improves flexibility and aligns with best practices.
Upgraded the CodeQL autobuild action from v1 to v3 in the GitHub workflow. This ensures compatibility with the latest features and improvements provided by the CodeQL action.
@larsga
Copy link
Collaborator

larsga commented Mar 22, 2025

Thank you for the PR! Since it doesn't build I cannot merge, unfortunately.

I can't work out exactly what the problem is.

Fuchs, Stefan added 2 commits March 24, 2025 11:17
Upgraded the source and target compatibility in build.gradle from Java 11 to Java 19.
Upgraded sourceCompatibility and targetCompatibility in build.gradle from version 19 to 21.
@fuchsst
Copy link
Contributor Author

fuchsst commented Mar 24, 2025

Thank you for the PR! Since it doesn't build I cannot merge, unfortunately.

I can't work out exactly what the problem is.

Hi!

i updated the dependencies and some are no more compatible with java 11. So also bumped the target JVM version to latest LTS (21 - which was released already 1.5 years ago)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants