Skip to content

2.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 20:30

Grab the new version from Maven central https://repo1.maven.org/maven2/de/codecentric/cxf-spring-boot-starter/2.4.1/ by using it in your deps (also use the newest cxf-spring-boot-starter-maven-plugin https://github.com/codecentric/cxf-spring-boot-starter-maven-plugin):

<dependencies>
	<dependency>
	    <groupId>de.codecentric</groupId>
	    <artifactId>cxf-spring-boot-starter</artifactId>
	    <version>2.4.1</version>
	</dependency>
</dependencies>

Things that changed in this release

  • de87509 - Update dependency org.codehaus.groovy:groovy to v3.0.5
  • a1c2663 - Update dependency de.codecentric:cxf-spring-boot-starter-reactor to v2.3.1-jaxb-jaxws-3.0.0-M4
  • eaf25d2 - Update dependency commons-io:commons-io to v2.8.0
  • a86bc38 - Update dependency org.jacoco:jacoco-maven-plugin to v0.8.6
  • 2a848d7 - Update spring boot to v2.3.4.RELEASE
  • 02475e6 - Update dependency org.codehaus.groovy:groovy to v3.0.6
  • 46c8d91 - Fixed broken pom.xml
  • 1cf3af8 - Added support for constructor autowiring for endpoints (fixes #56)
  • 9da1bf8 - Update dependency org.apache.httpcomponents:fluent-hc to v4.5.13
  • ee1109c - Update camunda.version to v7.14.0
  • cedda4a - Update dependency com.sun.activation:jakarta.activation to v2
  • 6b3a9dd - Merge pull request #88 from codecentric/renovate/major-jakarta.activation.version
  • 0e580bc - Merge pull request #87 from bjansen/constructor-autowiring
  • 668997a - Update dependency de.codecentric:cxf-spring-boot-starter-reactor to v2.3.1-jaxb-jaxws-3.0.0-M4
  • 36f33cd - Update dependency io.rest-assured:rest-assured to v4.3.2
  • c433c87 - Update spring boot to v2.3.5.RELEASE
  • 3829f37 - Update dependency org.springframework.cloud:spring-cloud-sleuth to v2.2.6.RELEASE
  • 30416c8 - Update cxf.version to v3.4.1
  • 3f5c966 - Update dependency net.logstash.logback:logstash-logback-encoder to v6.5
  • 27a4672 - Update dependency org.codehaus.groovy:groovy to v3.0.7
  • 3c4d6df - Update dependency io.rest-assured:rest-assured to v4.3.3
  • 6a29215 - Update dependency org.apache.cxf:cxf-rt-frontend-jaxws to v3.4.2
  • 286b7af - Update dependency net.logstash.logback:logstash-logback-encoder to v6.6
  • 22bec8c - Update spring boot to v2.4.1
  • d6db77c - Complete upgrade from JUnit 4 to JUnit 5 to support Spring Boot 2.4.x (#69). Also migrated from system-rules (JUnit 4 dependent) to system-stubs (and system-stubs-jupiter for a better JUnit5 integration). The examples are also tested with 2.4 version of the starter - but have to remain based on Spring Boot 2.3.x until the new version is released, since Configuration bean names changed in Spring Cloud, which blows the whole test suite (therefore also upgraded to spring-cloud-sleuth 3.x for Spring Boot 2.4.x compatibility). Only left hamcrest, where we needed to know if Strings are contained..
  • f96894e - Merge pull request #90 from codecentric/renovate/spring-boot
  • 57020a2 - Fixing SleuthLogMessagesTest by initializing SystemStubs correctly using the JUnit5 extension via @ExtendWith(SystemStubsExtension.class). Also we don't need to add the system-stubs-core dependency, since system-stubs-jupiter gets that transitively for us.
  • d4f3875 - Fixing non-running JUnit 5 tests in Maven goals. Seems that there's an old surefire-plugin interfering, that doesn't support JUnit 5.
  • 3cd7829 - Fixing cxf-spring-boot-starter-maven-plugin.version only available locally.
  • 7bf59c9 - Creating GitHub Actions config for Matrix Build on Java 8-15. Also removing Travis config.
  • 9d65cac - Disable the flaky Sleuth test again
  • 7b2f85c - It's save to go with 3 JDKs for now to speed up the pipelines and reduce cost (hope that JDK 9 & 10 aren't that widespread anymore)
  • e99b619 - Merge pull request #94 from codecentric/feature-93/migrate-2-github-actions
  • c95f6a9 - #96: First step to implement releasing on Actions: New workflow with manual trigger.
  • f2d2260 - Merge pull request #97 from codecentric/feature-96-release-with-github-actions
  • 782bba4 - #96: Now implementing the whole release procedure (as documented in https://gist.github.com/jonashackt/9ee2fd689454db1ce7e6e97c86692827).
  • beb92c3 - #96: To much noise - so reduce it with --no-transfer-progress.
  • 9d2e853 - #96: Reduce noise also for the versions setting. Also trying to avoid the gpg: signing failed: Inappropriate ioctl for device error by reactiving the pinentry-mode configuration.
  • 0f282e7 - #96: Publish SNAPSHOT versions on every push to GitHub Packages.
  • 249d4bd - #96: Adding GitHub Packages to distributionManagement and also refactor the github-push workflow to have only one job, but 2 steps more for the publishing.
  • 99bea03 - #96: Now GitHub Packages is the snapshot repo in distributionManagement. Refactored the snapshot-release to be a separate workflow, triggered by the finished build/push workflow.
  • c28ab38 - #96: Added a missing checkout of the repo to our snapshot workflow.
  • 3799f1d - #96: Fix organisation and repo name
  • 6a2e175 - #96: Only release the starter itself, not the parent and the samples.
  • 844bbdd - #96: Debugging GitHub Packages deployment - using on push for now. Also configuring more settings.xml parameters and skipping tests for the deployment.
  • 58a3e9a - #96: Fixing the correct workflow for the push.
  • fb2cb4e - #96: Even more parameters for Packages.
  • 3b88066 - #96: Fixing wrong organisation name.
  • c1c03ea - #96: Having the snapshot publish triggered again. Also renamed all Actions workflows to what they actually do.
  • 0ffcd38 - #96: Refining build workflow name again.
  • 2836c26 - #96: Creating a first release with actions.
  • 13bd319 - #96: Adding uploading the jar to the GitHub release
  • 69c08ea - #96: Try to use a body inside the release
  • 774d8c3 - #96: Using a changelog generator
  • 1bb7f04 - #96: Fixing the changelog formating
  • a6e2f01 - #96: Arm Maven Central deploy again