Karl Tauber
df8212b49e
Gradle:
...
CI / build (push) Has been cancelled
CI / release (push) Has been cancelled
Error Prone / error-prone (push) Has been cancelled
- default is now Java 8 toolchain (to fix Eclipse project import)
- `src/main/module-info` and `src/main/java9` are compiled with Java 11 toolchain (if global toolchain is Java 8)
- `src/main/module-info` and `src/main/java9` are no longer imported into Eclipse projects
- task `errorprone` now uses at least Java 11 toolchain
2025-10-30 18:59:21 +01:00
Karl Tauber
056da35758
Gradle:
...
CI / build (11) (push) Has been cancelled
CI / build-on (17) (push) Has been cancelled
CI / build-on (21) (push) Has been cancelled
CI / build-on (25) (push) Has been cancelled
CI / build-on (8) (push) Has been cancelled
CI / snapshot (push) Has been cancelled
CI / release (push) Has been cancelled
Fonts / Fonts (inter) (push) Has been cancelled
Fonts / Fonts (jetbrains-mono) (push) Has been cancelled
Fonts / Fonts (roboto) (push) Has been cancelled
Fonts / Fonts (roboto-mono) (push) Has been cancelled
Native Libraries / Natives (macos-latest) (push) Has been cancelled
Native Libraries / Natives (ubuntu-24.04-arm) (push) Has been cancelled
Native Libraries / Natives (ubuntu-latest) (push) Has been cancelled
Native Libraries / Natives (windows-latest) (push) Has been cancelled
- always use Java toolchains
- default is Java 11 (but source/targetCompatibility is still 1.8)
- use system property `toolchain` (e.g. `-Dtoolchain=25`) to compile with other Java versions
preparation for Gradle 9.x, which requires Java 17+ to run
2025-10-28 13:06:40 +01:00
Karl Tauber
5575854e68
migrate from legacy OSSRH to Central Portal
...
CI / build (11) (push) Waiting to run
CI / build-on (17, ) (push) Blocked by required conditions
CI / build-on (21, ) (push) Blocked by required conditions
CI / build-on (23, ) (push) Blocked by required conditions
CI / build-on (8, ) (push) Blocked by required conditions
CI / snapshot (push) Blocked by required conditions
CI / release (push) Blocked by required conditions
Fonts / Fonts (inter) (push) Has been cancelled
Fonts / Fonts (jetbrains-mono) (push) Has been cancelled
Fonts / Fonts (roboto) (push) Has been cancelled
Fonts / Fonts (roboto-mono) (push) Has been cancelled
Native Libraries / Natives (macos-latest) (push) Has been cancelled
Native Libraries / Natives (ubuntu-24.04-arm) (push) Has been cancelled
Native Libraries / Natives (ubuntu-latest) (push) Has been cancelled
Native Libraries / Natives (windows-latest) (push) Has been cancelled
https://central.sonatype.org/faq/what-is-different-between-central-portal-and-legacy-ossrh/
using Portal OSSRH Staging API
https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/
2025-05-23 00:59:32 +02:00
Karl Tauber
cf44a5c50b
GitHub Actions: publish shapshots of PRs to Sonatype OSSRH
2024-01-25 13:26:31 +01:00
Karl Tauber
38695e9e16
updated Error Prone to 2.20.0
2023-06-21 17:16:22 +02:00
Karl Tauber
b391465fbf
Gradle:
...
- moved FlatLaf version numbers from build.gradle.kts to gradle.properties
- enabled Gradle parallel build
2023-05-20 12:30:23 +02:00
Karl Tauber
97018df2f9
added Error Prone ( https://errorprone.info/ ) and fixed reported errors and warnings
...
- CI runs Error Prone with Java 11
- use Gradle task `errorprone` to run it on development machine
- fixes are mostly cosmetic except:
- use Locale.ENGLISH for String.toLowerCase()
- use explicit character encoding when reading/writing files
- TabbedPane: wrong logic in mouse-wheel scrolling
- SplitPane: simplified property change listener (fixes hiding field `propertyChangeListener` of superclass)
2023-05-19 22:58:12 +02:00
Karl Tauber
e84390ee46
release 3.1.1
2023-04-18 15:01:44 +02:00
Karl Tauber
01c830ad92
release 3.1
2023-04-03 11:02:33 +02:00
Karl Tauber
b879b393ad
release 3.0
2022-12-16 00:19:03 +01:00
Karl Tauber
b515e8be04
Fonts: fixed GitHub Actions:
...
- ci.yml: skip fonts in snapshot and release jobs
- fonts.yml: build on all branches/PRs; publish snapshots
- fixed version for font snapshots
2022-11-19 10:48:07 +01:00
Karl Tauber
069a7c809c
release 2.6
2022-10-18 11:11:24 +02:00
Karl Tauber
6c502ad4c5
2.6-SNAPSHOT
2022-10-17 16:31:54 +02:00
Karl Tauber
ca88023560
GitHub Actions: build using Java 19 (use toolchain because Gradle 7.5.1 does not support running on Java 19)
2022-09-28 19:15:59 +02:00
Karl Tauber
4f5a3e8d8b
release 2.5
2022-09-27 16:11:48 +02:00
Karl Tauber
f842530537
release 2.4
2022-07-13 23:43:02 +02:00
Karl Tauber
69851b7f3a
release 2.3
2022-05-28 17:53:54 +02:00
Karl Tauber
024b6daaf6
release 2.2
2022-04-25 19:36:43 +02:00
Karl Tauber
c00d99b85f
release 2.1
2022-03-17 12:52:49 +01:00
Karl Tauber
dd7b7c6aef
release 2.0.2
2022-02-25 16:58:22 +01:00
Karl Tauber
df6256d989
release 2.0.1
2022-01-25 18:46:29 +01:00
Karl Tauber
936de60700
fixed memory leak in Panel, Separator and ToolBarSeparator (issue #471 )
2022-01-24 18:28:38 +01:00
Karl Tauber
66337f9af6
release 2.0
2022-01-10 12:25:45 +01:00
Karl Tauber
efd8cf8236
release 2.0-rc1
2021-12-18 14:09:39 +01:00
Karl Tauber
405e3df1f0
Merge remote-tracking branch 'origin/develop-1.x' into main
...
# Conflicts:
# CHANGELOG.md
2021-12-07 16:05:31 +01:00
Karl Tauber
d8df8c9631
release 1.6.5
2021-12-07 15:05:13 +01:00
Karl Tauber
9708fec0e0
GitHub Actions: produce snapshots only on develop-* branches; change version to 1.6.5-SNAPSHOT
2021-12-06 17:27:49 +01:00
Karl Tauber
6c0b122fbc
release 1.6.4
2021-11-16 15:37:19 +01:00
Karl Tauber
2593a43d72
release 1.6.3
2021-11-14 22:42:10 +01:00
Karl Tauber
95a15c3cf8
release 1.6.2
2021-11-11 12:45:50 +01:00
Karl Tauber
a253b6c0cf
release 1.6.1
2021-10-14 22:35:33 +02:00
Karl Tauber
ae28c595f9
release 1.6
2021-09-14 15:00:29 +02:00
Karl Tauber
6fcee03752
release 1.5
2021-08-04 15:13:58 +02:00
Karl Tauber
b0997fb5d2
release 1.4
2021-07-13 11:02:10 +02:00
Karl Tauber
1e869973d4
release 1.3
2021-07-02 10:40:27 +02:00
Karl Tauber
025f6564dc
release 1.2
2021-05-18 18:23:41 +02:00
Karl Tauber
60fd78e082
build.gradle.kts: removed unnecessary mapOf() and fixed formatting
2021-05-12 13:59:50 +02:00
Karl Tauber
5a05efefdd
build.gradle.kts:
...
- moved javadoc options from subprojects to root project
- removed "API" from titles in HTML files
- added subproject name and version to header and footer
- use links to Java 11 API
2021-04-22 23:00:28 +02:00
Karl Tauber
5729c20386
release 1.1.2
2021-04-07 11:53:18 +02:00
Karl Tauber
95312c3650
release 1.1.1
2021-03-28 16:04:14 +02:00
Karl Tauber
9612a81f2e
release 1.1
2021-03-21 14:03:36 +01:00
Karl Tauber
2ad6bd1d23
release 1.0
2021-02-13 13:42:04 +01:00
Karl Tauber
140ebfdb92
release 1.0-rc3
2021-02-06 23:31:53 +01:00
Karl Tauber
823d4b0fe2
dropped usage of bintray, jcenter and jfrog artifactory
...
deploy to Sonatype OSSRH
snapshots are now here:
https://oss.sonatype.org/content/repositories/snapshots/com/formdev/
2021-02-06 19:02:32 +01:00
Karl Tauber
b3c40bf448
release 1.0-rc2
2021-02-01 01:39:52 +01:00
Karl Tauber
c6fec0a131
release 1.0-rc1
2021-01-18 23:34:37 +01:00
Karl Tauber
073a25f381
release 0.46
2020-12-20 18:42:23 +01:00
Karl Tauber
b5deca7f22
release 0.45
2020-12-05 14:32:02 +01:00
Karl Tauber
d95b1b0ec4
GitHub Actions: upload build artifacts
2020-11-21 15:08:07 +01:00
Karl Tauber
d04ec982ab
GitHub Actions: 2nd attempt to test release job without publishing
2020-11-21 14:42:09 +01:00