Skip to content

Releases: codejive/java-jpm

Release v0.6.7

31 Mar 12:53

Choose a tag to compare

Changelog

🚀 Features

  • 437bdab implement user configuration file support (issue #107), closes #107

🧰 Tasks

  • 77868ba deps: update dependency org.jreleaser:jreleaser-maven-plugin to v1.23.0
  • 1643243 deps: update dependency com.diffplug.spotless:spotless-maven-plugin to v3.4.0
  • e26c58d deps: update dependency maven to v3.9.14
  • d49d672 deps: update actions/checkout action to v6
  • 8a1c68e deps: update actions/upload-artifact action to v7
  • 82aa962 deps: update dependency org.apache.maven.plugins:maven-jar-plugin to v3.5.0
  • 79ea0fc deps: update dependency org.apache.maven.plugins:maven-source-plugin to v3.4.0
  • 3541579 deps: update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.5
  • d5df98d deps: update dependency org.assertj:assertj-core to v3.27.7

🛠 Build

  • 285e34c Releasing version 0.6.7
  • b683b65 Prepare for next development iteration

📝 Documentation

  • c2fd4df document user configuration file feature

Contributors

We'd like to thank the following people for their contributions:

Release v0.6.6

31 Mar 11:02

Choose a tag to compare

Changelog

🐛 Fixes

  • 4688f5f fixed JPM_CACHE environment variable handling, closes #101

🛠 Build

  • 33f7ef1 Releasing version 0.6.6
  • dc9459e Prepare for next development iteration

📝 Documentation

  • 29613e2 updated README with info about app.yml file format

Contributors

We'd like to thank the following people for their contributions:

Release v0.6.5

30 Mar 20:12

Choose a tag to compare

Changelog

🐛 Fixes

  • 788b6d4 deps: update version.mima to v2.4.42
  • 3330887 fixed CSC search

🛠 Build

  • e5676b7 Releasing version 0.6.5
  • cc2f7a3 updated pom to make tests work in VSCode
  • 1a83f9d update pom to ensure Jdk 17+ is used
  • 4e48341 updated spotless config to include IT sources
  • e6b02fd Prepare for next development iteration

📝 Documentation

Contributors

We'd like to thank the following people for their contributions:

Release v0.6.4

23 Jan 17:39

Choose a tag to compare

Changelog

🚀 Features

  • 9b3a536 added --cache/-c for setting cache folder
  • e923d29 added JPM_CACHE env var, closes #97
  • fc497f6 added --appfile option to specify custom appfile path

🐛 Fixes

  • 7e5300a No longer showing stack traces by default, closes #96

🧰 Tasks

  • 2d437e9 updated dependencies
  • afe2ebb deps: update dependency org.junit.jupiter:junit-jupiter to v6
  • 90e8d33 deps: update dependency com.diffplug.spotless:spotless-maven-plugin to v3
  • 6b52ad4 deps: update actions/upload-artifact action to v5

🛠 Build

  • b6b318e Releasing version 0.6.4
  • 3fa31c9 minor changes to build/ci files
  • f82d79a update to Java 21 for workflows
  • 669f0f3 Prepare for next development iteration

Contributors

We'd like to thank the following people for their contributions:

Release v0.6.3

29 Oct 13:03

Choose a tag to compare

Changelog

🚀 Features

  • e55e270 added bunch of useful properties to AppInfo

🐛 Fixes

  • 0636f91 deps: update version.mima to v2.4.35
  • b9ca431 deps: update version.jline to v3.30.6

🔄️ Changes

  • a00302d AppInfo dependencies map is now a list
  • 1d81c6d added additional read/write methods to AppInfo

🧰 Tasks

  • 4a4ec3f deps: update dependency org.assertj:assertj-core to v3.27.6
  • d8c421a deps: update dependency org.junit.jupiter:junit-jupiter to v5.14.0
  • 6cbaccc deps: update dependency org.apache.maven.plugins:maven-shade-plugin to v3.6.1
  • edd947f deps: update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.5.4
  • b4557bb deps: update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.4
  • 891dc96 deps: update mockito monorepo to v5.20.0
  • 5c82b1c deps: update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.12.0
  • 39234ce deps: update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.1
  • 60c5b3b deps: update dependency maven-wrapper to v3.3.4

🛠 Build

  • b3eac6c Releasing version 0.6.3
  • 63485ff add license file to release package
  • 8c8fa51 Prepare for next development iteration

Contributors

We'd like to thank the following people for their contributions:

Release v0.6.2

03 Sep 23:35

Choose a tag to compare

Changelog

🐛 Fixes

  • 5f03291 fixes substitution issue with classpaths, closes #68

🛠 Build

  • ab6b905 Releasing version 0.6.2
  • a242289 Prepare for next development iteration

📝 Documentation

  • ed9c8c4 Fixed command syntax in README for jpm
  • c1dc9dc Improved action examples in README
  • a71e879 Added some more explanation about actions in the README

Contributors

We'd like to thank the following people for their contributions:

Release v0.6.1

03 Sep 21:35

Choose a tag to compare

Changelog

🚀 Features

🐛 Fixes

  • 477dc85 deps: update dependency org.yaml:snakeyaml to v2.5

🔄️ Changes

  • 6bc4008 preparing search for multiple backends

🧰 Tasks

  • 78f14a1 disabled smo_smo and smo_csc backends
  • f2bb304 deps: update dependency org.jreleaser:jreleaser-maven-plugin to v1.20.0
  • 10658c4 deps: update dependency maven-wrapper to v3.3.3

🛠 Build

  • 1691219 Releasing version 0.6.1
  • d337473 moved IT tests to its own package
  • 5ab2506 Prepare for next development iteration

Contributors

We'd like to thank the following people for their contributions:

Release v0.6.0

02 Sep 23:35

Choose a tag to compare

Changelog

🚀 Features

  • 7345f92 we now support @argument-files
  • 4d5c3cb install now writes repos to app.yml
  • 8e65772 added support for defining additional repositories

🐛 Fixes

  • 0b731d4 fixed sync issue and path command
  • ee3877e not supplying repos could cause Resolver issues
  • 186fe1b make sure we retain ordering in app.yml files
  • aa4d5af fixed repo parsing and added tests
  • 840e9da improved handling of search API errors
  • 5a481f5 Jpm verbose was never used and formatting

🔄️ Changes

🧰 Tasks

🛠 Build

  • 9d68c75 Releasing version 0.6.0
  • 7c48cf7 Prepare for next development iteration

📝 Documentation

  • 203411d Update RELEASE.md with release workflow instructions
  • 21d5703 minor improvement to README

Contributors

We'd like to thank the following people for their contributions:

Release v0.5.0

28 Aug 19:59

Choose a tag to compare

Changelog

🚀 Features

  • affadad Implement action execution system

🐛 Fixes

  • 3e842f9 deps: update version.mima to v2.4.34
  • faefb2a deps: update version.mima to v2.4.33
  • 308393d deps: update version.jline to v3.30.5

🧰 Tasks

  • a289f31 deps: update actions/setup-java action to v5
  • fb7f07e deps: update actions/checkout action to v5
  • 4792346 deps: update mockito monorepo to v5.19.0
  • ca46176 deps: update dependency org.assertj:assertj-core to v3.27.4
  • a7989e7 deps: update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.3
  • b6ef2fe deps: update actions/setup-java action to v5
  • 30e86b6 deps: update dependency org.junit.jupiter:junit-jupiter to v5.13.4
  • 924eb01 updated JBang directives
  • 43a8dcb Add comprehensive GitHub Copilot instructions for jpm repository
  • 14c09e7 deps: update dependency org.jreleaser:jreleaser-maven-plugin to v1.19.0
  • 1f6eb57 deps: update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.11.3
  • b3b76f4 deps: update actions/checkout action to v5
  • b38be3d deps: update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.8
  • a9d871f deps: update dependency maven to v3.9.11
  • 546d9af deps: update dependency com.diffplug.spotless:spotless-maven-plugin to v2.46.1

🛠 Build

📝 Documentation

  • a2001af minor improvement to README

Contributors

We'd like to thank the following people for their contributions:

Release v0.4.1

22 May 14:50

Choose a tag to compare

The most important change is the update to jline v3.30.3 which no longer switches to full-screen mode in the CLI, making for a nicer user experience.

Changelog

🐛 Fixes

  • c66c50e deps: update version.jline to v3.30.3
  • 4d0d1b4 deps: update version.jline to v3.30.2
  • 8092e1e deps: update version.mima to v2.4.25
  • 330e5df deps: update version.jline to v3.30.0
  • 31a2d64 deps: update dependency org.yaml:snakeyaml to v2.4
  • 36069cd deps: update version.picocli to v4.7.7
  • 65f7af1 deps: update version.mima to v2.4.24
  • a46b4c7 deps: update slf4j monorepo to v2.0.17

🧰 Tasks

  • c1c9520 deps: update dependency org.jreleaser:jreleaser-maven-plugin to v1.18.0
  • 3fe1e10 deps: update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.11.2
  • ed449a8 deps: update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.0
  • d5ade22 deps: update dependency maven to v3.9.9
  • bcfe8f8 deps: update dependency com.diffplug.spotless:spotless-maven-plugin to v2.44.4
  • a4b987f deps: update advanced-security/maven-dependency-submission-action digest to 4bf8a28
  • 2ee725d bump com.diffplug.spotless:spotless-maven-plugin
  • bd8f77d bump org.jreleaser:jreleaser-maven-plugin from 1.13.1 to 1.16.0
  • 2fb58ca bump version.slf4j from 2.0.13 to 2.0.16
  • 3ce844d bump org.apache.maven.plugins:maven-gpg-plugin
  • e53743d fixed typos in README

🛠 Build

  • ad672e3 minor fixes for JReleaser config
  • 13d939c removed dependabot stuff
  • 5ddddaa don't upload dependencies for PRs

  • 6ee0749 Prepare for release 0.4.1
  • f8b52ec Add renovate.json
  • 3b3c0b4 Updated installation section in README
  • a5f9222 Added ascii recording to README
  • 5a66314 Prepare for next development iteration

Contributors

We'd like to thank the following people for their contributions: