Skip to content

Commit

Permalink
Move to version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-tremblay committed Dec 30, 2022
1 parent b08bff3 commit f1b53a1
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 26 deletions.
32 changes: 17 additions & 15 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
Quick fix allowing package-private methods to be mocked.
Main a performance fix caused by ByteBuddy causing OOME.

Change log
----------
* Mocking package-private methods not working in 5.0.0 ([#331](https://github.com/easymock/easymock/issues/331))
* Bump versions-maven-plugin from 2.12.0 to 2.13.0 ([#333](https://github.com/easymock/easymock/pull/333))
* Bump nokogiri from 1.13.8 to 1.13.9 in /website ([#332](https://github.com/easymock/easymock/pull/332))
* Bump spotbugs from 4.7.2 to 4.7.3 ([#330](https://github.com/easymock/easymock/pull/330))
* Bump maven-javadoc-plugin from 3.2.0 to 3.4.1 ([#329](https://github.com/easymock/easymock/pull/329))
* Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13 ([#328](https://github.com/easymock/easymock/pull/328))
* Bump maven-compiler-plugin from 3.8.1 to 3.10.1 ([#327](https://github.com/easymock/easymock/pull/327))
* Bump animal-sniffer-maven-plugin from 1.20 to 1.22 ([#326](https://github.com/easymock/easymock/pull/326))
* Bump maven-deploy-plugin from 3.0.0-M1 to 3.0.0 ([#325](https://github.com/easymock/easymock/pull/325))
* Bump maven-pmd-plugin from 3.14.0 to 3.19.0 ([#324](https://github.com/easymock/easymock/pull/324))
* Bump maven-resources-plugin from 3.2.0 to 3.3.0 ([#323](https://github.com/easymock/easymock/pull/323))
* Bump maven-site-plugin from 3.9.1 to 3.12.1 ([#322](https://github.com/easymock/easymock/pull/322))
* Bump exec-maven-plugin from 3.0.0 to 3.1.0 ([#321](https://github.com/easymock/easymock/pull/321))
* Bump maven-remote-resources-plugin from 1.7.0 to 3.0.0 ([#319](https://github.com/easymock/easymock/pull/319))
* Typecache for create mock classes ([#353](https://github.com/easymock/easymock/pull/353))
* Bump versions-maven-plugin from 2.14.1 to 2.14.2 ([#352](https://github.com/easymock/easymock/pull/352))
* Bump wagon-ssh-external from 3.5.2 to 3.5.3 ([#351](https://github.com/easymock/easymock/pull/351))
* Bump byte-buddy from 1.12.19 to 1.12.20 ([#350](https://github.com/easymock/easymock/pull/350))
* Bump versions-maven-plugin from 2.14.0 to 2.14.1 ([#349](https://github.com/easymock/easymock/pull/349))
* Bump versions-maven-plugin from 2.13.0 to 2.14.0 ([#348](https://github.com/easymock/easymock/pull/348))
* Bump testng from 7.5 to 7.7.0 ([#347](https://github.com/easymock/easymock/pull/347))
* Bump maven-dependency-plugin from 3.3.0 to 3.4.0 ([#345](https://github.com/easymock/easymock/pull/345))
* Bump checkstyle from 10.4 to 10.5.0 ([#344](https://github.com/easymock/easymock/pull/344))
* java.lang.NullPointerException at org.easymock.internal.ClassProxyFactory.classPackage(ClassProxyFactory.java:178) ([#343](https://github.com/easymock/easymock/issues/343))
* EasyMock 5.0.1 OOM on large project ([#338](https://github.com/easymock/easymock/issues/338))
* Bump spotbugs-maven-plugin from 4.7.2.1 to 4.7.3.0 ([#337](https://github.com/easymock/easymock/pull/337))
* Bump checkstyle from 10.3.4 to 10.4 ([#336](https://github.com/easymock/easymock/pull/336))
* Bump maven-shade-plugin from 3.4.0 to 3.4.1 ([#335](https://github.com/easymock/easymock/pull/335))
* Add cache for mocked types. ([#334](https://github.com/easymock/easymock/pull/334))
* Mock serialization doesn't work ([#312](https://github.com/easymock/easymock/issues/312))
2 changes: 1 addition & 1 deletion bench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</parent>

<artifactId>easymock-bench</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</parent>

<artifactId>easymock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<packaging>pom</packaging>
<name>EasyMock Parent</name>
<url>http://easymock.org</url>
Expand Down
2 changes: 1 addition & 1 deletion test-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</parent>

<artifactId>easymock-android-tck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</parent>

<artifactId>easymock-test-deploy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</parent>

<artifactId>easymock-test-integration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</parent>

<artifactId>easymock-test-java8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</parent>

<artifactId>easymock-test-junit5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-nodeps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</parent>

<artifactId>easymock-test-nodeps</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</parent>

<artifactId>easymock-test-osgi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.easymock</groupId>
<artifactId>easymock-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</parent>

<artifactId>easymock-test-testng</artifactId>
Expand Down

0 comments on commit f1b53a1

Please sign in to comment.