Update FlatLaf from 3.5.2 to 3.6.#8415
Merged
mbien merged 1 commit intoapache:masterfrom Apr 13, 2025
Merged
Conversation
matthiasblaesing
approved these changes
Apr 12, 2025
Contributor
There was a problem hiding this comment.
"Looks" sane to me. I suggest to add the mapping for the native linux-arm64 variant though. See the comment about the added library variant in the release notes.
--- a/platform/libs.flatlaf/nbproject/project.properties
+++ b/platform/libs.flatlaf/nbproject/project.properties
@@ -42,10 +42,12 @@
release.external/flatlaf-3.6.jar!/com/formdev/flatlaf/natives/libflatlaf-macos-arm64.dylib=modules/lib/libflatlaf-macos-arm64.dylib
release.external/flatlaf-3.6.jar!/com/formdev/flatlaf/natives/libflatlaf-macos-x86_64.dylib=modules/lib/libflatlaf-macos-x86_64.dylib
release.external/flatlaf-3.6.jar!/com/formdev/flatlaf/natives/libflatlaf-linux-x86_64.so=modules/lib/libflatlaf-linux-x86_64.so
+release.external/flatlaf-3.6.jar!/com/formdev/flatlaf/natives/libflatlaf-linux-arm64.so=modules/lib/libflatlaf-linux-arm64.so
jnlp.verify.excludes=\
modules/lib/flatlaf-windows-x86.dll,\
modules/lib/flatlaf-windows-x86_64.dll,\
modules/lib/flatlaf-windows-arm64.dll,\
modules/lib/libflatlaf-macos-arm64.dylib,\
modules/lib/libflatlaf-macos-x86_64.dylib,\
- modules/lib/libflatlaf-linux-x86_64.so
+ modules/lib/libflatlaf-linux-x86_64.so,\
+ modules/lib/libflatlaf-linux-arm64.so
- small feature and bugfix release - added arm64 linux binary
Member
Author
|
added the arm lib config |
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.
smoke tested on gnome and everything worked as expected (rounded window buttons look nice too)
fixes #8366