Skip to content

Java-cf-env v3.3.0 - fix shading

Latest
Compare
Choose a tag to compare
@anthonydahanne anthonydahanne released this 21 Nov 14:01
· 1 commit to main since this release

Get it while it's hot!

<dependency>
	<groupId>io.pivotal.cfenv</groupId>
	<artifactId>java-cfenv-boot</artifactId>
	<version>3.3.0</version>
</dependency>

Fix #275: Json-io shading needs additional transformer (#280)

  • upgrade to latest Gradle Shadow plugin
  • add new transformer that replaces the original package name in text files in the json-io config folder (aliases.txt, classFactory.txt, coercedTypes.txt, customWriters.txt) with the shaded one
    A minor release? oh yes!