Update dependency com.formdev:flatlaf-extras to v1.6.5 #4

Open
renovate-bot wants to merge 1 commit from renovate/com.formdev-flatlaf-extras-1.x into master
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.formdev:flatlaf-extras 1.6.11.6.5 age adoption passing confidence

Release Notes

JFormDesigner/FlatLaf (com.formdev:flatlaf-extras)

v1.6.5

Compare Source

Fixed bugs
  • Linux: Fixed font problems when running on Oracle Java (OpenJDK is not
    affected):
    • oversized text if system font is "Inter" (issue #​427)
    • missing text if system font is "Cantarell" (on Fedora)
  • MenuItem: Changed accelerator delimiter from - to +. (Windows and Linux).
  • ComboBox: Fixed occasional StackOverflowError when modifying combo box not
    on AWT thread. (issue #​432)
  • macOS: Fixed NullPointerException when using AWT component
    java.awt.Choice. (issue #​439)
  • Native window decorations: Do not exit application with UnsatisfiedLinkError
    in case that FlatLaf DLL cannot be executed because of restrictions on
    temporary directory. Instead, continue with default window decorations. (issue
    #​436)

v1.6.4

Compare Source

Fixed bugs
  • ComboBox: Fixed regression in FlatLaf 1.6.3 that makes selected item invisible
    in popup list if DefaultListCellRenderer is used as renderer. If using
    default renderer, it works. (issue #​426)

v1.6.3

Compare Source

Fixed bugs
  • ComboBox (not editable): Fixed regression in FlatLaf 1.6.2 that may display
    text in non-editable combo boxes in bold. (issue #​423)
  • Tree: Fixed editing cell issue with custom cell renderer and cell editor that
    use same component for rendering and editing. (issue #​385)

v1.6.2

Compare Source

Fixed bugs
  • ComboBox (not editable): Fixed background painted outside of border if round
    edges are enabled (client property JComponent.roundRect is true). (similar
    to issue #​382; regression since fixing #​330 in FlatLaf 1.4)
  • ComboBox: Fixed NullPointerException, which may occur under special
    circumstances. (issue #​408)
  • Table: Do not select text in cell editor when it gets focus (when
    JTable.surrendersFocusOnKeystroke is true) and
    TextComponent.selectAllOnFocusPolicy is once (the default) or always.
    (issue #​395)
  • Linux: Fixed NPE when using java.awt.TrayIcon. (issue #​405)
  • FileChooser: Workaround for crash on Windows with Java 17 32-bit (disabled
    Windows icons). Java 17 64-bit is not affected. (issue #​403)
  • Native window decorations: Fixed layout loop, which may occur under special
    circumstances and slows down the application. (issue #​420)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [com.formdev:flatlaf-extras](https://github.com/JFormDesigner/FlatLaf) | `1.6.1` → `1.6.5` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.formdev:flatlaf-extras/1.6.5?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.formdev:flatlaf-extras/1.6.5?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.formdev:flatlaf-extras/1.6.1/1.6.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.formdev:flatlaf-extras/1.6.1/1.6.5?slim=true) | --- ### Release Notes <details> <summary>JFormDesigner/FlatLaf (com.formdev:flatlaf-extras)</summary> ### [`v1.6.5`](https://github.com/JFormDesigner/FlatLaf/blob/HEAD/CHANGELOG.md#165) [Compare Source](https://github.com/JFormDesigner/FlatLaf/compare/1.6.4...1.6.5) ##### Fixed bugs - Linux: Fixed font problems when running on Oracle Java (OpenJDK is not affected): - oversized text if system font is "Inter" (issue [#&#8203;427](https://github.com/JFormDesigner/FlatLaf/issues/427)) - missing text if system font is "Cantarell" (on Fedora) - MenuItem: Changed accelerator delimiter from `-` to `+`. (Windows and Linux). - ComboBox: Fixed occasional `StackOverflowError` when modifying combo box not on AWT thread. (issue [#&#8203;432](https://github.com/JFormDesigner/FlatLaf/issues/432)) - macOS: Fixed `NullPointerException` when using AWT component `java.awt.Choice`. (issue [#&#8203;439](https://github.com/JFormDesigner/FlatLaf/issues/439)) - Native window decorations: Do not exit application with `UnsatisfiedLinkError` in case that FlatLaf DLL cannot be executed because of restrictions on temporary directory. Instead, continue with default window decorations. (issue [#&#8203;436](https://github.com/JFormDesigner/FlatLaf/issues/436)) ### [`v1.6.4`](https://github.com/JFormDesigner/FlatLaf/blob/HEAD/CHANGELOG.md#164) [Compare Source](https://github.com/JFormDesigner/FlatLaf/compare/1.6.3...1.6.4) ##### Fixed bugs - ComboBox: Fixed regression in FlatLaf 1.6.3 that makes selected item invisible in popup list if `DefaultListCellRenderer` is used as renderer. If using default renderer, it works. (issue [#&#8203;426](https://github.com/JFormDesigner/FlatLaf/issues/426)) ### [`v1.6.3`](https://github.com/JFormDesigner/FlatLaf/blob/HEAD/CHANGELOG.md#163) [Compare Source](https://github.com/JFormDesigner/FlatLaf/compare/1.6.2...1.6.3) ##### Fixed bugs - ComboBox (not editable): Fixed regression in FlatLaf 1.6.2 that may display text in non-editable combo boxes in bold. (issue [#&#8203;423](https://github.com/JFormDesigner/FlatLaf/issues/423)) - Tree: Fixed editing cell issue with custom cell renderer and cell editor that use same component for rendering and editing. (issue [#&#8203;385](https://github.com/JFormDesigner/FlatLaf/issues/385)) ### [`v1.6.2`](https://github.com/JFormDesigner/FlatLaf/blob/HEAD/CHANGELOG.md#162) [Compare Source](https://github.com/JFormDesigner/FlatLaf/compare/1.6.1...1.6.2) ##### Fixed bugs - ComboBox (not editable): Fixed background painted outside of border if round edges are enabled (client property `JComponent.roundRect` is `true`). (similar to issue [#&#8203;382](https://github.com/JFormDesigner/FlatLaf/issues/382); regression since fixing [#&#8203;330](https://github.com/JFormDesigner/FlatLaf/issues/330) in FlatLaf 1.4) - ComboBox: Fixed `NullPointerException`, which may occur under special circumstances. (issue [#&#8203;408](https://github.com/JFormDesigner/FlatLaf/issues/408)) - Table: Do not select text in cell editor when it gets focus (when `JTable.surrendersFocusOnKeystroke` is `true`) and `TextComponent.selectAllOnFocusPolicy` is `once` (the default) or `always`. (issue [#&#8203;395](https://github.com/JFormDesigner/FlatLaf/issues/395)) - Linux: Fixed NPE when using `java.awt.TrayIcon`. (issue [#&#8203;405](https://github.com/JFormDesigner/FlatLaf/issues/405)) - FileChooser: Workaround for crash on Windows with Java 17 32-bit (disabled Windows icons). Java 17 64-bit is not affected. (issue [#&#8203;403](https://github.com/JFormDesigner/FlatLaf/issues/403)) - Native window decorations: Fixed layout loop, which may occur under special circumstances and slows down the application. (issue [#&#8203;420](https://github.com/JFormDesigner/FlatLaf/issues/420)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/com.formdev-flatlaf-extras-1.x:renovate/com.formdev-flatlaf-extras-1.x
git switch renovate/com.formdev-flatlaf-extras-1.x

Merge

Merge the changes and update on Forgejo.
git switch master
git merge --no-ff renovate/com.formdev-flatlaf-extras-1.x
git switch renovate/com.formdev-flatlaf-extras-1.x
git rebase master
git switch master
git merge --ff-only renovate/com.formdev-flatlaf-extras-1.x
git switch renovate/com.formdev-flatlaf-extras-1.x
git rebase master
git switch master
git merge --no-ff renovate/com.formdev-flatlaf-extras-1.x
git switch master
git merge --squash renovate/com.formdev-flatlaf-extras-1.x
git switch master
git merge --ff-only renovate/com.formdev-flatlaf-extras-1.x
git switch master
git merge renovate/com.formdev-flatlaf-extras-1.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
MobiusReactor/AW-Map!4
No description provided.