Skip to content

3.3.1

Latest
Compare
Choose a tag to compare
@petrberan petrberan released this 15 Aug 13:24
· 23 commits to master since this release

Shrinkwrap Resolver - 3.3.1

Full Changelog: 3.3.0...3.3.1

Resolved issues

  • #180 [SHRINKRES-316] Clean up the poms
  • #184 [SHRINKRES-320] Resolve control flow issues
  • #186 [SHRINKRES-322] Resolve declaration redundancy
  • #185 [SHRINKRES-321] Resolve code style issues
  • #190 [SHRINKRES-326] Resolve some performance issues
  • #189 [SHRINKRES-325] Migrating Java language level to Java 8
  • #191 [SHRINKRES-327] Resolve probable bugs
  • #196 [SHRINKRES-305] [SHRINKRES-282] Resolve just a pom.xml
  • #198 [SHRINKRES-337] Create Java 11 CI job
  • #199 [SHRINKRES-336] Add missing impl-gradle dependency
  • #202 [SHRINKRES-340] fix typos, grammar, errors and add missing descriptions in javadoc
  • #203 [SHRINKRES-341] fixes intermittent failure in DistributionStageImplTestCase
  • #204 [SHRINKRES-338] Simplify/Improve Readme
  • #201 [SHRINKRES-339] Run dependabot on all pom.xmls
  • #239 [SHRINKRES-345] Remove automatic activation of dependency version bum…
  • #193 [SHRINKRES-329] Resolve verbose or redundant code constructs
  • #195 [SHRINKRES-333] Exclude maven-plugin tests when tests are being skipped
  • #235 [SHRINKRES-343] Remove Arquillian Spacelift dependency

Chores

  • #200 chore: delete travis.yml
  • #258 chore: Dependency updates

Component upgrades

  • #197 [SHRINKRES-334] Update dependencies to their latest version
  • #240 [SHRINKRES-346] Update commons codec to 1.17 fix the affected tests
  • #236 [SHRINKRES-344] Update Maven to 3.9.8 and MIMA to 2.4.15
  • #205 Bump commons-io:commons-io from 2.15.1 to 2.16.1
  • #219 Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3.7.0
  • #218 Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.6.0
  • #207 Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.11.0 to 3.13.1
  • #232 Bump org.eclipse.jetty:jetty-webapp from 9.4.54.v20240208 to 9.4.55.v20240627
  • #212 Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24
  • #215 Bump org.assertj:assertj-core from 3.25.3 to 3.26.3
  • #226 Bump commons-codec:commons-codec from 1.16.1 to 1.17.1
  • #220 Bump org.apache.maven.plugins:maven-jar-plugin from 2.3.2 to 3.4.2
  • #246 Bump org.awaitility:awaitility to 4.2.2
  • #252 Bump org.slf4j:slf4j-api to 2.0.15
  • #253 Bump org.jboss.spec:jboss-javaee-web-6.0 from 3.0.2.Final to 3.0.3.Final
  • #259 Bump org.apache.commons:commons-compress to 1.27.0
  • #277 Bump org.gradle:gradle-tooling-api to 8.10

New Contributors