Open
Conversation
Contributor
maxandersen
commented
Apr 14, 2026
- chore: update Quarkus to 3.33.1 LTS and Roq to 2.0.5
- chore: bump maven-compiler-plugin to 3.15.0
- chore: bump maven-surefire-plugin to 3.5.4
- chore: update quarkus CLI to 3.33.1 in mise.toml
- chore: use quarkus packaging and remove redundant plugin executions
- chore: bump Roq to 2.1.0
- chore: fix Sass deprecation warnings for division, color functions, and if()
- chore: replace Susy grid library with lightweight span() function
Applied via quarkus update CLI: - Quarkus platform: 3.24.5 -> 3.33.1 (latest LTS) - Roq: 1.10.1 -> 2.0.5 - quarkus-junit5 renamed to quarkus-junit - Added argLine to surefire and failsafe plugins
The <packaging>quarkus</packaging> makes the quarkus-maven-plugin executions (build, generate-code, generate-code-tests, native-image-agent) implicit, so the explicit <executions> block is no longer needed.
…nd if() Ran sass-migrator for: - division: / operator -> math.div() - color: red()/green()/blue() -> color.channel() - if-function: legacy if() -> modern CSS syntax Remaining warnings are @import and global built-ins which require the module migrator, blocked by Susy grid library incompatibility.
Susy was only used for span(n of total) width calculations. Replaced with a simple custom function using sass:math. Removed 19 vendored Susy files. Warnings reduced from 212 to 131.
|
🎊 PR Preview dea2713 has been successfully built and deployed to https://jbangdev-preview-pr-152.surge.sh |
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.