Skip to content

Releases: spotify/missinglink

v0.2.11

06 Feb 08:45
Compare
Choose a tag to compare

Release is equal to v0.2.10, but fixing generation of javadocs as otherwise we can't release the plugin.

Full Changelog: v0.2.10...v0.2.11

v0.2.10

06 Feb 07:56
Compare
Choose a tag to compare

What's Changed

  • Bump jacoco-maven-plugin from 0.8.8 to 0.8.10 by @dependabot in #320
  • Bump maven-plugin-plugin from 3.7.1 to 3.9.0 by @dependabot in #319
  • Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #318
  • Bump guava from 32.0.0-jre to 32.1.1-jre by @dependabot in #317
  • Bump maven-plugin-annotations from 3.8.1 to 3.9.0 by @dependabot in #325
  • Bump maven-invoker-plugin from 3.5.0 to 3.6.0 by @dependabot in #324
  • Bump maven-shade-plugin from 3.4.1 to 3.5.0 by @dependabot in #322
  • Bump maven-deploy-plugin from 3.0.0 to 3.1.1 by @dependabot in #323
  • Bump plexus-utils from 3.5.0 to 3.5.1 by @dependabot in #326
  • build(deps): bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 by @dependabot in #328
  • build(deps): bump com.spotify:foss-root from 15 to 16 by @dependabot in #327
  • build(deps): bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre by @dependabot in #329
  • build(deps): bump maven.api.version from 3.9.0 to 3.9.4 by @dependabot in #331
  • build(deps): bump jmh.version from 1.36 to 1.37 by @dependabot in #330
  • build(deps): bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 by @dependabot in #336
  • build(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #335
  • build(deps): bump actions/cache from 3.3.1 to 3.3.2 by @dependabot in #334
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #333
  • Revert "build(deps): bump codecov/codecov-action from 3 to 4" by @caesar-ralf in #337
  • build(deps): bump com.google.guava:guava from 32.1.2-jre to 33.0.0-jre by @dependabot in #348
  • build(deps): bump actions/setup-java from 3 to 4 by @dependabot in #346
  • build(deps): bump maven.api.version from 3.9.4 to 3.9.5 by @dependabot in #339
  • build(deps): bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.9.0 to 3.10.2 by @dependabot in #344
  • build(deps): bump org.ow2.asm:asm-tree from 9.5 to 9.6 by @dependabot in #338
  • build(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #355
  • build(deps): bump actions/cache from 3.3.2 to 4.0.0 by @dependabot in #354
  • build(deps): bump maven.api.version from 3.9.5 to 3.9.6 by @dependabot in #351
  • build(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.3 by @dependabot in #353
  • build(deps): bump org.codehaus.plexus:plexus-component-annotations from 2.1.1 to 2.2.0 by @dependabot in #352
  • build(deps): bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.10.2 to 3.11.0 by @dependabot in #350
  • build(deps): bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 by @dependabot in #349

New Contributors

Full Changelog: v0.2.9...v0.2.10

v0.2.9

05 Jul 13:25
Compare
Choose a tag to compare

Fix release plugin. Version 0.2.9 = 0.2.8

Full Changelog: v0.2.8...v0.2.9

v0.2.8

05 Jul 13:25
Compare
Choose a tag to compare

There were issues releasing this version to mvnrepository. Use version 0.2.9

What's Changed

  • Bump guava from 31.1-jre to 32.0.0-jre in /maven-plugin by @dependabot in #314
  • [Snyk] Upgrade io.norberg:auto-matter-annotation from 0.26.1 to 0.26.2 by @snyk-bot in #312
  • [Snyk] Upgrade org.ow2.asm:asm-tree from 9.4 to 9.5 by @snyk-bot in #311
  • Bump maven-enforcer-plugin from 3.1.0 to 3.3.0 by @dependabot in #309
  • Bump auto-matter.version from 0.26.1 to 0.26.2 by @dependabot in #308
  • Bump actions/cache from 3.2.5 to 3.3.1 by @dependabot in #306
  • Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #300
  • [Snyk] Upgrade org.apache.maven:maven-plugin-api from 3.8.7 to 3.9.0 by @snyk-bot in #301
  • [Snyk] Upgrade org.apache.maven:maven-artifact from 3.8.7 to 3.9.0 by @perploug in #298
  • Bump maven.api.version from 3.8.6 to 3.9.0 by @dependabot in #290

Full Changelog: v0.2.7...v0.2.8

v0.2.7

07 Mar 19:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.6...v0.2.7

0.2.6

02 Dec 16:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.5...v0.2.6

0.2.5

18 Aug 15:16
Compare
Choose a tag to compare
  • Added java.lang.invoke.VarHandle to the list of classes with @HotSpotIntrinsicCandidate annotated methods which are excluded from analysis. Calls to VarHandle methods will no longer result in missinglink generating false warnings about methods like getAndSet not existing. (#176)

0.2.4

18 Aug 15:15
Compare
Choose a tag to compare
  • Handle EA versions of Java (#18)

0.2.3

09 Jun 16:33
Compare
Choose a tag to compare

Upgraded a number of dependencies:

  • asm-tree updated to 9.1 (for JDK 17 support)
  • auto-matter-annotation updated to 0.16.0
  • Guava updated to 30.1.1-jre
  • maven-plugin-api updated to 3.8.1
  • maven-artifact updated to 3.8.1
  • maven-compat updated to 3.8.1
  • maven-core updated to 3.8.1
  • maven-plugin-plugin updated to 3.6.1

Internal changes:

  • moved to Github Actions for CI
  • replaced Checkstyle with com.coveo:fmt-maven-plugin
  • jmh.version updated to 1.32
  • mockito-core updated to 3.11.0
  • junit updated to 4.13.2

v0.2.2

22 Feb 18:19
Compare
Choose a tag to compare
  • Handle Multi-Release JARs (#125)
  • Use thread-safe caches to enable using Missinglink on multiple projects concurrently (#129)