Skip to content

Commit 028fd28

Browse files
Move to version 5.5.0
1 parent e11364d commit 028fd28

12 files changed

Lines changed: 83 additions & 43 deletions

File tree

ReleaseNotes.md

Lines changed: 72 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,75 @@
1-
Fix a linkage error during mocking.
1+
OSGi and Java 24 support.
22

33
Change log
44
----------
5-
* Linkage Error with FacesContext ([#594](https://github.com/easymock/easymock/issues/594))
6-
* class org.easymock.internal.ClassMockingData not visible from class com.sun.net.httpserver.HttpExchange$$$EasyMock$1 ([#559](https://github.com/easymock/easymock/issues/559))
7-
* class org.easymock.internal.ClassMockingData not visible from class org.bukkit.entity.Spigot$$$EasyMock$1 ([#515](https://github.com/easymock/easymock/issues/515))
8-
* Cant mock class if its classloader cant load ClassMockingData ([#504](https://github.com/easymock/easymock/issues/504))
9-
* Bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M15 to 4.0.0-M16 ([#623](https://github.com/easymock/easymock/pull/623))
10-
* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 ([#622](https://github.com/easymock/easymock/pull/622))
11-
* Bump org.codehaus.mojo:versions-maven-plugin from 2.17.0 to 2.17.1 ([#621](https://github.com/easymock/easymock/pull/621))
12-
* Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.1 to 3.6.2 ([#620](https://github.com/easymock/easymock/pull/620))
13-
* Bump org.apache.maven.plugins:maven-pmd-plugin from 3.23.0 to 3.24.0 ([#619](https://github.com/easymock/easymock/pull/619))
14-
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 ([#618](https://github.com/easymock/easymock/pull/618))
15-
* Bump org.apache.maven.surefire:surefire-junit-platform from 3.3.0 to 3.3.1 ([#617](https://github.com/easymock/easymock/pull/617))
16-
* Bump org.apache.maven.surefire:surefire-testng from 3.3.0 to 3.3.1 ([#616](https://github.com/easymock/easymock/pull/616))
17-
* Bump net.bytebuddy:byte-buddy from 1.14.17 to 1.14.18 ([#615](https://github.com/easymock/easymock/pull/615))
18-
* Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.1 to 4.8.6.2 ([#614](https://github.com/easymock/easymock/pull/614))
19-
* Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24 ([#613](https://github.com/easymock/easymock/pull/613))
20-
* Bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0 ([#612](https://github.com/easymock/easymock/pull/612))
21-
* Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.5.0 to 4.8.6.1 ([#611](https://github.com/easymock/easymock/pull/611))
22-
* Bump junit.jupiter.version from 5.10.2 to 5.10.3 ([#610](https://github.com/easymock/easymock/pull/610))
23-
* Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.0 to 3.6.1 ([#609](https://github.com/easymock/easymock/pull/609))
24-
* Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.5.0 to 4.8.6.0 ([#608](https://github.com/easymock/easymock/pull/608))
25-
* Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.0 to 3.7.1 ([#607](https://github.com/easymock/easymock/pull/607))
26-
* Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 ([#606](https://github.com/easymock/easymock/pull/606))
27-
* Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 ([#605](https://github.com/easymock/easymock/pull/605))
28-
* Bump com.github.spotbugs:spotbugs from 4.8.5 to 4.8.6 ([#604](https://github.com/easymock/easymock/pull/604))
29-
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 ([#603](https://github.com/easymock/easymock/pull/603))
30-
* Bump org.apache.maven.surefire:surefire-junit-platform from 3.2.5 to 3.3.0 ([#602](https://github.com/easymock/easymock/pull/602))
31-
* Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.5.0 to 3.6.0 ([#601](https://github.com/easymock/easymock/pull/601))
32-
* Bump org.apache.maven.surefire:surefire-testng from 3.2.5 to 3.3.0 ([#600](https://github.com/easymock/easymock/pull/600))
33-
* Bump actions/checkout from 4.1.6 to 4.1.7 ([#599](https://github.com/easymock/easymock/pull/599))
34-
* Bump org.apache.maven.plugins:maven-pmd-plugin from 3.22.0 to 3.23.0 ([#598](https://github.com/easymock/easymock/pull/598))
35-
* Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1 to 3.7.0 ([#597](https://github.com/easymock/easymock/pull/597))
5+
* Bump org.codehaus.mojo:versions-maven-plugin from 2.17.1 to 2.18.0 ([#700](https://github.com/easymock/easymock/pull/700))
6+
* Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.5 to 4.8.6.6 ([#699](https://github.com/easymock/easymock/pull/699))
7+
* easymock.org unresolvable ([#698](https://github.com/easymock/easymock/issues/698))
8+
* Bump com.puppycrawl.tools:checkstyle from 10.20.0 to 10.20.1 ([#696](https://github.com/easymock/easymock/pull/696))
9+
* Bump net.bytebuddy:byte-buddy from 1.15.7 to 1.15.10 ([#695](https://github.com/easymock/easymock/pull/695))
10+
* Bump org.apache.maven.surefire:surefire-testng from 3.5.1 to 3.5.2 ([#694](https://github.com/easymock/easymock/pull/694))
11+
* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 ([#693](https://github.com/easymock/easymock/pull/693))
12+
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 ([#692](https://github.com/easymock/easymock/pull/692))
13+
* Bump org.apache.maven.surefire:surefire-junit-platform from 3.5.1 to 3.5.2 ([#691](https://github.com/easymock/easymock/pull/691))
14+
* Bump com.puppycrawl.tools:checkstyle from 10.19.0 to 10.20.0 ([#690](https://github.com/easymock/easymock/pull/690))
15+
* Bump org.apache.maven.plugins:maven-pmd-plugin from 3.25.0 to 3.26.0 ([#689](https://github.com/easymock/easymock/pull/689))
16+
* Bump ch.qos.logback:logback-classic from 1.3.14 to 1.5.12 ([#688](https://github.com/easymock/easymock/pull/688))
17+
* Bump com.puppycrawl.tools:checkstyle from 10.18.2 to 10.19.0 ([#687](https://github.com/easymock/easymock/pull/687))
18+
* Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.0 to 3.8.1 ([#686](https://github.com/easymock/easymock/pull/686))
19+
* Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to 3.6.0 ([#685](https://github.com/easymock/easymock/pull/685))
20+
* Bump actions/setup-java from 4.4.0 to 4.5.0 ([#684](https://github.com/easymock/easymock/pull/684))
21+
* Bump actions/checkout from 4.2.1 to 4.2.2 ([#683](https://github.com/easymock/easymock/pull/683))
22+
* Bump net.bytebuddy:byte-buddy from 1.15.5 to 1.15.7 ([#682](https://github.com/easymock/easymock/pull/682))
23+
* Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0 ([#681](https://github.com/easymock/easymock/pull/681))
24+
* Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.7.0 to 3.8.0 ([#680](https://github.com/easymock/easymock/pull/680))
25+
* Bump junit.jupiter.version from 5.11.2 to 5.11.3 ([#679](https://github.com/easymock/easymock/pull/679))
26+
* Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4 to 4.8.6.5 ([#678](https://github.com/easymock/easymock/pull/678))
27+
* Bump net.bytebuddy:byte-buddy from 1.15.4 to 1.15.5 ([#677](https://github.com/easymock/easymock/pull/677))
28+
* Bump ch.qos.logback:logback-classic from 1.3.14 to 1.5.11 ([#676](https://github.com/easymock/easymock/pull/676))
29+
* Bump ch.qos.logback:logback-classic from 1.3.14 to 1.5.10 ([#675](https://github.com/easymock/easymock/pull/675))
30+
* Bump net.bytebuddy:byte-buddy from 1.15.2 to 1.15.4 ([#674](https://github.com/easymock/easymock/pull/674))
31+
* Support Java 24-ea ([#673](https://github.com/easymock/easymock/issues/673))
32+
* Bump ch.qos.logback:logback-classic from 1.3.14 to 1.5.9 ([#672](https://github.com/easymock/easymock/pull/672))
33+
* Bump org.ow2.asm:asm from 9.7 to 9.7.1 ([#671](https://github.com/easymock/easymock/pull/671))
34+
* Bump actions/checkout from 4.2.0 to 4.2.1 ([#669](https://github.com/easymock/easymock/pull/669))
35+
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 ([#668](https://github.com/easymock/easymock/pull/668))
36+
* Bump org.apache.maven.surefire:surefire-testng from 3.5.0 to 3.5.1 ([#667](https://github.com/easymock/easymock/pull/667))
37+
* Bump org.apache.maven.surefire:surefire-junit-platform from 3.5.0 to 3.5.1 ([#666](https://github.com/easymock/easymock/pull/666))
38+
* Bump junit.jupiter.version from 5.11.1 to 5.11.2 ([#665](https://github.com/easymock/easymock/pull/665))
39+
* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 ([#664](https://github.com/easymock/easymock/pull/664))
40+
* Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 ([#663](https://github.com/easymock/easymock/pull/663))
41+
* Bump com.puppycrawl.tools:checkstyle from 10.18.1 to 10.18.2 ([#662](https://github.com/easymock/easymock/pull/662))
42+
* Bump net.bytebuddy:byte-buddy from 1.15.2 to 1.15.3 ([#661](https://github.com/easymock/easymock/pull/661))
43+
* Bump actions/checkout from 4.1.7 to 4.2.0 ([#660](https://github.com/easymock/easymock/pull/660))
44+
* Bump net.bytebuddy:byte-buddy from 1.15.1 to 1.15.2 ([#659](https://github.com/easymock/easymock/pull/659))
45+
* Bump com.mycila:license-maven-plugin from 4.5 to 4.6 ([#658](https://github.com/easymock/easymock/pull/658))
46+
* Bump junit.jupiter.version from 5.11.0 to 5.11.1 ([#657](https://github.com/easymock/easymock/pull/657))
47+
* Bump actions/setup-java from 4.3.0 to 4.4.0 ([#656](https://github.com/easymock/easymock/pull/656))
48+
* Bump org.codehaus.mojo:jdepend-maven-plugin from 2.0 to 2.1 ([#655](https://github.com/easymock/easymock/pull/655))
49+
* Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.3 to 4.8.6.4 ([#654](https://github.com/easymock/easymock/pull/654))
50+
* Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 ([#653](https://github.com/easymock/easymock/pull/653))
51+
* Bump actions/setup-java from 4.2.2 to 4.3.0 ([#652](https://github.com/easymock/easymock/pull/652))
52+
* Bump ch.qos.logback:logback-classic from 1.3.14 to 1.5.8 ([#651](https://github.com/easymock/easymock/pull/651))
53+
* Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.2 to 4.8.6.3 ([#650](https://github.com/easymock/easymock/pull/650))
54+
* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 ([#649](https://github.com/easymock/easymock/pull/649))
55+
* Bump com.puppycrawl.tools:checkstyle from 10.17.0 to 10.18.1 ([#648](https://github.com/easymock/easymock/pull/648))
56+
* Bump org.apache.maven.plugins:maven-pmd-plugin from 3.24.0 to 3.25.0 ([#647](https://github.com/easymock/easymock/pull/647))
57+
* Bump net.bytebuddy:byte-buddy from 1.14.19 to 1.15.1 ([#646](https://github.com/easymock/easymock/pull/646))
58+
* Bump org.apache.maven.surefire:surefire-testng from 3.4.0 to 3.5.0 ([#645](https://github.com/easymock/easymock/pull/645))
59+
* Bump org.apache.maven.surefire:surefire-junit-platform from 3.4.0 to 3.5.0 ([#644](https://github.com/easymock/easymock/pull/644))
60+
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 ([#643](https://github.com/easymock/easymock/pull/643))
61+
* Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.4.0 to 3.5.0 ([#640](https://github.com/easymock/easymock/pull/640))
62+
* Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.2 to 3.7.0 ([#639](https://github.com/easymock/easymock/pull/639))
63+
* Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.0 ([#638](https://github.com/easymock/easymock/pull/638))
64+
* Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3 ([#637](https://github.com/easymock/easymock/pull/637))
65+
* Bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.3 ([#636](https://github.com/easymock/easymock/pull/636))
66+
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 ([#635](https://github.com/easymock/easymock/pull/635))
67+
* Bump org.apache.maven.surefire:surefire-testng from 3.3.1 to 3.4.0 ([#634](https://github.com/easymock/easymock/pull/634))
68+
* Bump org.apache.maven.surefire:surefire-junit-platform from 3.3.1 to 3.4.0 ([#633](https://github.com/easymock/easymock/pull/633))
69+
* Bump net.bytebuddy:byte-buddy from 1.14.18 to 1.14.19 ([#632](https://github.com/easymock/easymock/pull/632))
70+
* Bump junit.jupiter.version from 5.10.3 to 5.11.0 ([#630](https://github.com/easymock/easymock/pull/630))
71+
* Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 ([#629](https://github.com/easymock/easymock/pull/629))
72+
* Bump org.codehaus.mojo:exec-maven-plugin from 3.4.0 to 3.4.1 ([#628](https://github.com/easymock/easymock/pull/628))
73+
* Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0 ([#627](https://github.com/easymock/easymock/pull/627))
74+
* java.lang.NoClassDefFoundError: net/bytebuddy/TypeCache in OSGI context since 5.3.0 / missing OSGI dependency after removal of shading ([#626](https://github.com/easymock/easymock/issues/626))
75+
* Bump actions/setup-java from 4.2.1 to 4.2.2 ([#625](https://github.com/easymock/easymock/pull/625))

bench/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.easymock</groupId>
88
<artifactId>easymock-parent</artifactId>
9-
<version>5.5.0-SNAPSHOT</version>
9+
<version>5.5.0</version>
1010
</parent>
1111

1212
<artifactId>easymock-bench</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.easymock</groupId>
99
<artifactId>easymock-parent</artifactId>
10-
<version>5.5.0-SNAPSHOT</version>
10+
<version>5.5.0</version>
1111
</parent>
1212

1313
<artifactId>easymock</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.easymock</groupId>
77
<artifactId>easymock-parent</artifactId>
8-
<version>5.5.0-SNAPSHOT</version>
8+
<version>5.5.0</version>
99
<packaging>pom</packaging>
1010
<name>EasyMock Parent</name>
1111
<url>http://easymock.org</url>

test-android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.easymock</groupId>
66
<artifactId>easymock-parent</artifactId>
7-
<version>5.5.0-SNAPSHOT</version>
7+
<version>5.5.0</version>
88
</parent>
99

1010
<artifactId>easymock-android-tck</artifactId>

test-deploy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.easymock</groupId>
99
<artifactId>easymock-parent</artifactId>
10-
<version>5.5.0-SNAPSHOT</version>
10+
<version>5.5.0</version>
1111
</parent>
1212

1313
<artifactId>easymock-test-deploy</artifactId>

test-integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.easymock</groupId>
99
<artifactId>easymock-parent</artifactId>
10-
<version>5.5.0-SNAPSHOT</version>
10+
<version>5.5.0</version>
1111
</parent>
1212

1313
<artifactId>easymock-test-integration</artifactId>

test-java8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.easymock</groupId>
99
<artifactId>easymock-parent</artifactId>
10-
<version>5.5.0-SNAPSHOT</version>
10+
<version>5.5.0</version>
1111
</parent>
1212

1313
<artifactId>easymock-test-java8</artifactId>

test-junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.easymock</groupId>
99
<artifactId>easymock-parent</artifactId>
10-
<version>5.5.0-SNAPSHOT</version>
10+
<version>5.5.0</version>
1111
</parent>
1212

1313
<artifactId>easymock-test-junit5</artifactId>

test-nodeps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.easymock</groupId>
99
<artifactId>easymock-parent</artifactId>
10-
<version>5.5.0-SNAPSHOT</version>
10+
<version>5.5.0</version>
1111
</parent>
1212

1313
<artifactId>easymock-test-nodeps</artifactId>

0 commit comments

Comments
 (0)