Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
if: matrix.java != '25'
run: |
cd artemis
mvn -s .github/maven-settings.xml -DskipTests -Derrorprone -Pdev -Pjmh -Popenwire-tests -DskipActiveMQ5Tests -Pcompatibility-tests -DskipCompatibilityTests -Dshade-plugin-create-sources=true install
mvn -s .github/maven-settings.xml -DskipTests -Pdev -Pjmh -Popenwire-tests -DskipActiveMQ5Tests -Pcompatibility-tests -DskipCompatibilityTests -Dshade-plugin-create-sources=true install

- name: Set Examples Version to Artemis Version
run: |
Expand Down
13 changes: 13 additions & 0 deletions docs/user-manual/versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ NOTE: If the upgrade spans multiple versions then the steps from *each* version

NOTE: Follow the general upgrade procedure outlined in the xref:upgrading.adoc#upgrading-the-broker[Upgrading the Broker] chapter in addition to any version-specific upgrade instructions outlined here.

== 2.53.0

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12356748[Full release notes]

=== Highlights

* Highlight 1
* Highlight 2

=== Upgrading from 2.51.0

* For developers, due to https://issues.apache.org/jira/browse/ARTEMIS-5896[ARTEMIS-5896] ErrorProne will only run when building with Java 25.

== 2.52.0

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12356678[Full release notes]
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<jetty.version>12.1.6</jetty.version>
<jetty-servlet-api.version>5.0.2</jetty-servlet-api.version>
<jgroups.version>5.3.13.Final</jgroups.version>
<errorprone.version>2.42.0</errorprone.version>
<errorprone.version>2.48.0</errorprone.version>
<maven.bundle.plugin.version>6.0.2</maven.bundle.plugin.version>
<jib.maven.plugin.version>3.5.1</jib.maven.plugin.version>
<versions.maven.plugin.version>2.16.1</versions.maven.plugin.version>
Expand Down Expand Up @@ -329,6 +329,7 @@
<property>
<name>errorprone</name>
</property>
<jdk>[25,)</jdk>
</activation>
<build>
<plugins>
Expand Down