Skip to content

Releases: nelbrecht/helikopterparent

OpenRewrite

06 Nov 23:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

Update duplicate finder

28 Feb 18:19
Compare
Choose a tag to compare
  • Update to duplicate finder 2

Require JDK 17

28 Feb 16:50
Compare
Choose a tag to compare
  • With the update of the maven-git-versioning-extension the required JDK should be 17
  • Build with v4 github actions that should as of today have JDK 21

Add Javadoc config

28 Feb 16:30
Compare
Choose a tag to compare
  • Add a javadoc configuration
  • Update some dependencies

Update plugin versions

05 May 15:47
da7261f
Compare
Choose a tag to compare

Also:

  • work on local repo to be clean
  • cleanup profiles for getting old SNAPSHOT of a plugin
  • update github actions
  • Build with prolonged key

Require releases in dependencies

12 Oct 12:18
6d00df5
Compare
Choose a tag to compare
  • Require release dependencies and upper bounds deps. Local builds can use -Denforcer.fail=false if necessary.
  • Enforcing of Java versions prior to 9 does not mess with newer compiler flags anymore.

Filter source files

12 Sep 16:36
b73da52
Compare
Choose a tag to compare
  • Add maven templating for sources and test sources
  • Add the maven-git-versioning-extension as a dependency for version hints
  • Force version hint output as UTF8

Analyze dependencies

29 Dec 18:44
Compare
Choose a tag to compare

Analyze the dependencies and output update suggestions to files that
can be considered artifacts if wanted. Help finding messy class
conflicts, too by looking for duplicates.

Have the build and release specific configuration moved to a profile
and clean up as this is a pom, not a jar.

Solve CVE-2021-44228

13 Dec 10:26
Compare
Choose a tag to compare

Ban log4j versions affected by CVE-2021-44228 which is a remote shell
vulnerability.

Work with Java 8

03 Dec 08:38
Compare
Choose a tag to compare

Rename profile to manage-updates

Downgrade to Java 8