bardsoftware / ganttproject

Official GanttProject repository.
http://ganttproject.biz
GNU General Public License v3.0
856 stars 301 forks source link

Bump org.easymock:easymock from 5.+ to 5.1.0 #2325

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps org.easymock:easymock from 5.+ to 5.1.0.

Release notes

Sourced from org.easymock:easymock's releases.

5.1.0

Main a performance fix caused by ByteBuddy causing OOME.

Change log

  • Typecache for create mock classes (#353)
  • Bump versions-maven-plugin from 2.14.1 to 2.14.2 (#352)
  • Bump wagon-ssh-external from 3.5.2 to 3.5.3 (#351)
  • Bump byte-buddy from 1.12.19 to 1.12.20 (#350)
  • Bump versions-maven-plugin from 2.14.0 to 2.14.1 (#349)
  • Bump versions-maven-plugin from 2.13.0 to 2.14.0 (#348)
  • Bump testng from 7.5 to 7.7.0 (#347)
  • Bump maven-dependency-plugin from 3.3.0 to 3.4.0 (#345)
  • Bump checkstyle from 10.4 to 10.5.0 (#344)
  • java.lang.NullPointerException at org.easymock.internal.ClassProxyFactory.classPackage(ClassProxyFactory.java:178) (#343)
  • EasyMock 5.0.1 OOM on large project (#338)
  • Bump spotbugs-maven-plugin from 4.7.2.1 to 4.7.3.0 (#337)
  • Bump checkstyle from 10.3.4 to 10.4 (#336)
  • Bump maven-shade-plugin from 3.4.0 to 3.4.1 (#335)
  • Add cache for mocked types. (#334)
  • Mock serialization doesn't work (#312)

5.0.1

Quick fix allowing package-private methods to be mocked.

Change log

  • Mocking package-private methods not working in 5.0.0 (#331)
  • Bump versions-maven-plugin from 2.12.0 to 2.13.0 (#333)
  • Bump nokogiri from 1.13.8 to 1.13.9 in /website (#332)
  • Bump spotbugs from 4.7.2 to 4.7.3 (#330)
  • Bump maven-javadoc-plugin from 3.2.0 to 3.4.1 (#329)
  • Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13 (#328)
  • Bump maven-compiler-plugin from 3.8.1 to 3.10.1 (#327)
  • Bump animal-sniffer-maven-plugin from 1.20 to 1.22 (#326)
  • Bump maven-deploy-plugin from 3.0.0-M1 to 3.0.0 (#325)
  • Bump maven-pmd-plugin from 3.14.0 to 3.19.0 (#324)
  • Bump maven-resources-plugin from 3.2.0 to 3.3.0 (#323)
  • Bump maven-site-plugin from 3.9.1 to 3.12.1 (#322)
  • Bump exec-maven-plugin from 3.0.0 to 3.1.0 (#321)
  • Bump maven-remote-resources-plugin from 1.7.0 to 3.0.0 (#319)

5.0.0

This major release announce the move from Cglib to ByteBuddy. Sadly good old Cglib can't cope with all the tricks needed to workaround JPMS and reflection limitations. It means you will most probably experience some issues until it stabilizes.

The good news are that this version is working up to Java 18.

Known issues:

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)