This is an automated email from the ASF dual-hosted git repository.
yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
The following commit(s) were added to refs/heads/develop by this push:
new d441671bb Update release notes for jburg-types and build-tools
new 3fb6c58cb Merge branch 'develop' of
https://github.com/apache/royale-compiler into develop
d441671bb is described below
commit d441671bbd27c50686cf499da470a4201398d69c
Author: Yishay Weiss <[email protected]>
AuthorDate: Sat Apr 4 18:02:22 2026 +0300
Update release notes for jburg-types and build-tools
---
compiler-build-tools/RELEASE_NOTES.md | 15 +++++++++++++++
compiler-jburg-types/RELEASE_NOTES.md | 7 +++++++
2 files changed, 22 insertions(+)
diff --git a/compiler-build-tools/RELEASE_NOTES.md
b/compiler-build-tools/RELEASE_NOTES.md
index 8b1378917..4386e5b0e 100644
--- a/compiler-build-tools/RELEASE_NOTES.md
+++ b/compiler-build-tools/RELEASE_NOTES.md
@@ -1 +1,16 @@
+Apache Royale Compiler Build Tools 1.2.2
+==========================================
+
+- Updated minimum Java version to 11.
+- Updated Guava from 25.1-jre to 33.5.0-jre to address security
vulnerabilities.
+- Added Guava failureaccess 1.0.3 dependency (split out by Google into a
separate library).
+- Updated maven-core from 3.5.4 to 3.8.1 for improved security.
+- Updated commons-compress from 1.18 to 1.26.0 to address security
vulnerabilities.
+- Updated commons-io from 2.6 to 2.14.0 to address CVE in old version.
+- Updated commons-lang3 to 3.18.0 to address a security vulnerability.
+- Updated plexus-utils from 3.0.3 to 3.0.24.
+- Updated jgit version to fix 'could not find artifact' error.
+- Fixed SCM version compatibility issue.
+- Updated CI asset locations for release scripts.
+- Reduced verbosity and improved upload speed.
diff --git a/compiler-jburg-types/RELEASE_NOTES.md
b/compiler-jburg-types/RELEASE_NOTES.md
new file mode 100644
index 000000000..8a06302a0
--- /dev/null
+++ b/compiler-jburg-types/RELEASE_NOTES.md
@@ -0,0 +1,7 @@
+Apache Royale Compiler JBurg Types 1.2.0
+=========================================
+
+- Updated minimum Java version to 11.
+- Updated commons-lang3 from 3.4 to 3.18.0 to address a security vulnerability.
+- Updated commons-compress from 1.10 to 1.26.0 to address a security
vulnerability.
+- Replaced deprecated `new Integer()` constructor with `Integer.valueOf()` for
forward-compatibility with newer JDK versions.