Skip to content

Releases: codejive/java-jpm

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:

Release v0.4.0

04 Feb 22:30

Choose a tag to compare

Changelog

🚀 Features

  • 0544cc1 running without arguments now defaults to interactive search

🐛 Fixes

  • ac3992b don't filter search results for JARs
  • 83fa400 fixed some more code incompatioble with JDK 8

🔄️ Changes

  • b32f3d5 🚨 now using yaml instead of json
  • 50e2529 upgraded to latest version of jline3

🧰 Tasks


  • 0a02ed1 Prepare for release 0.4.0
  • a74f7e1 Prepare for next development iteration

Contributors

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

Release v0.3.1

12 Jul 01:34

Choose a tag to compare

Changelog

🐛 Fixes

  • 9cbb90e regression NPE creating new app.json
  • e7ad290 code can now actually be run with JDK 8

🧰 Tasks

  • 5984473 use different default max values for search

  • 8a9b664 Prepare for release 0.3.1

Contributors

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

Release v0.3.0

12 Jul 00:48

Choose a tag to compare

Changelog

🔀 Merge

  • 8be2a43 Merge pull request #1 from codejive/consoleui, closes #1

🚀 Features

  • 3813dfd added interactive search mode

🐛 Fixes

🛠 Build

  • b335a6d use mvn "package" instead of "deploy"
  • aca0e80 use JDK 11 but compile for 8
  • fda59f1 make sure we build for JDK 8 (for now)
  • 8956385 enabled GitHub actions

  • 1584256 Prepare for release 0.3.0
  • 7d971f5 Prepare for next development iteration

Contributors

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

Release v0.2.0

11 Jul 09:27

Choose a tag to compare

Changelog

🚀 Features

🐛 Fixes

  • b4eedb7 updated JBang //SOURCES tags
  • 8bf8c11 now taking into account --no-links when copying

🔄️ Changes

🧰 Tasks

🛠 Build

  • a3af10c added preliminary support for a native build
  • 6bbe829 bumped version to 0.1
  • bde60c0 added jreleaser plugin to Maven pom.xml
  • 447245e added jreleaser config file

📝 Documentation


  • 6ae31fe Prepare for release 0.2.0
  • 770a9de Prepare for next development iteration

Contributors

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

Release v0.1

04 Jul 22:34

Choose a tag to compare

Changelog

🚀 Features

🐛 Fixes

  • 8bf8c11 now taking into account --no-links when copying

🔄️ Changes

🧰 Tasks

🛠 Build

  • 6bbe829 bumped version to 0.1
  • bde60c0 added jreleaser plugin to Maven pom.xml
  • 447245e added jreleaser config file

Contributors

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