Releases: jmock-developers/jmock-library
Releases · jmock-developers/jmock-library
2.13.1
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
- @leonz made their first contribution in #237
- @dependabot made their first contribution in #256
- @satur9nine made their first contribution in #236
Full Changelog: 2.13.0...2.13.1
2.13.0
What's Changed
- Fix Synchroniser issue #121 and ByteBudderImposteriser ClassLoader issue #127 by @olibye in #128
- Version 2.12.0 by @olibye in #130
- Bump byte-buddy from 1.9.12 to 1.9.13 by @dependabot-preview in #139
- Bump cglib from 3.2.8 to 3.2.12 by @dependabot-preview in #134
- Add travis cache for dependencies by @olibye in #140
- Bump junit-platform-launcher from 1.4.0 to 1.4.2 by @dependabot-preview in #131
- Bump annotations from 3.0.1 to 3.0.1u2 by @dependabot-preview in #135
- Bump auto-service from 1.0-rc1 to 1.0-rc5 by @dependabot-preview in #138
- Bump maven-source-plugin from 3.0.1 to 3.1.0 by @dependabot-preview in #132
- Bump maven-javadoc-plugin from 3.0.1 to 3.1.0 by @dependabot-preview in #137
- Bump maven-jarsigner-plugin from 1.4 to 3.0.0 by @dependabot-preview in #133
- Bump auto-service from 1.0-rc5 to 1.0-rc6 by @dependabot-preview in #147
- Bump cglib from 3.2.12 to 3.3.0 by @dependabot-preview in #154
- Bump junit.jupiter.version from 5.4.2 to 5.5.2 by @dependabot-preview in #158
- Bump objenesis from 3.0.1 to 3.1 by @dependabot-preview in #160
- Bump hamcrest.version from 2.1 to 2.2 by @dependabot-preview in #161
- Bump maven-javadoc-plugin from 3.1.0 to 3.2.0 by @dependabot-preview in #174
- Bump byte-buddy from 1.9.13 to 1.10.9 by @dependabot-preview in #176
- Bump asm from 7.1 to 8.0.1 by @dependabot-preview in #178
- Laurynasl wix master by @olibye in #190
- Adapt to changed output in junit 4.13 by @jamesjer in #200
- Bump junit from 4.12 to 4.13 by @dependabot-preview in #182
- Revert junit upgrade for legacy (Junit 3) tests by @olibye in #214
- Build with GitHub actions by @olibye in #240
- Maven publish.yml by @olibye in #241
- Deploy can still target JDK8 by @olibye in #242
New Contributors
- @dependabot-preview made their first contribution in #139
- @jamesjer made their first contribution in #200
Full Changelog: 2.12.0...2.13.0
2.12.0 Bug fixes and upgrades
Version 2.12.0
2.11.0 DeterministicScheduler changes
2.10.0 Java 11 Support
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).