Skip to content

Releases: jmock-developers/jmock-library

2.13.1

16 Mar 14:43
Compare
Choose a tag to compare

Catchup on versions and PRs

What's Changed

  • Update README.md by @olibye in #246
  • Updated README instructions for using JMock in Gradle 7.0+. by @jbrains in #233
  • Reduce logging by @olibye in #247
  • Fix #155 by @olibye in #250
  • Upgrade junit4 by @olibye in #251
  • Bump junit.jupiter.version from 5.5.2 to 5.6.2 by @dependabot-preview in #183
  • Upgrade to GitHub-native Dependabot by @dependabot-preview in #218
  • Prepare for merge queue by @olibye in #262
  • DeterministicScheduler: Future is done if cancelled by @leonz in #237
  • Bump org.apache.maven.plugins:maven-jar-plugin from 2.5 to 3.3.0 by @dependabot in #256
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.0.0-M2 to 3.4.1 by @dependabot in #257
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.2.0 to 3.6.3 by @dependabot in #258
  • Bump org.apache.maven.plugins:maven-failsafe-plugin from 2.22.2 to 3.2.5 by @dependabot in #261
  • Dependabot ignore old junit runners by @olibye in #263
  • Bump net.bytebuddy:byte-buddy from 1.10.9 to 1.14.12 by @dependabot in #252
  • Bump org.objenesis:objenesis from 3.1 to 3.3 by @dependabot in #255
  • Bump org.codehaus.mojo:versions-maven-plugin from 2.7 to 2.16.2 by @dependabot in #253
  • Bump org.codehaus.mojo:exec-maven-plugin from 1.6.0 to 3.2.0 by @dependabot in #259
  • Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.8 to 1.6.13 by @dependabot in #260
  • Bump junit.jupiter.version from 5.6.2 to 5.10.2 by @dependabot in #264
  • Bump com.thoughtworks.qdox:qdox from 2.0-M10 to 2.1.0 by @dependabot in #265
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 2.22.2 to 3.2.5 by @dependabot in #267
  • Bump com.google.auto.service:auto-service from 1.0-rc6 to 1.1.1 by @dependabot in #268
  • Bump net.alchim31.maven:scala-maven-plugin from 4.3.1 to 4.8.1 by @dependabot in #269
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 1.6 to 3.2.0 by @dependabot in #266
  • Support negative delays in ScheduledFutures executed by the Determini… by @satur9nine in #236

New Contributors

Full Changelog: 2.13.0...2.13.1

2.13.0

10 Mar 22:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.12.0...2.13.0

2.12.0 Bug fixes and upgrades

18 May 16:06
Compare
Choose a tag to compare

2.11.0 DeterministicScheduler changes

18 May 16:13
Compare
Choose a tag to compare

2.10.0 Java 11 Support

18 May 16:13
1828975
Compare
Choose a tag to compare

tl;dr Support Java 11
Change default CGLIB ClassImposteriser with ByteBuddy ClassImposteriser supporting Java11

Many developers don't use interfaces anymore so the ClassImposteriser is critical.
We could even consider moving/promoting the ByteBuddy ClassImposteriser into jmock (core).

v2.9.0

18 Oct 20:14
f319209
Compare
Choose a tag to compare
Merge pull request #112 from olibye/jdk-9-10-11-with-JAX-WS

Jdk 9 10 with JAX-WS. Jdk 11 still failing.

v2.8.4

07 Jan 15:29
bc7b531
Compare
Choose a tag to compare
Merge pull request #106 from olibye/master

v2.9.4

v2.8.2

25 Jan 22:43
Compare
Choose a tag to compare

Upgrade cglib and asm for the ClassImposteriser to support Java8.