Package Release Info

leiningen-2.11.2-bp160.1.6

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

leiningen

Change Logs

* Wed Feb 14 2024 Michael Vetter <mvetter@suse.com>
- Update to 2.11.2:
  * Add :preserve-eval-meta setting to avoid project code reflection.
  * Fix a bug where metadata on project code caused plugin
    incompatibilities.
* Mon Jan 29 2024 Michael Vetter <mvetter@suse.com>
- Update to 2.11.1:
  * Fix a bug when deploying using passwords read from the console.
* Sun Jan 28 2024 Michael Vetter <mvetter@suse.com>
- Update to 2.11.0:
  * Top-level :exclusions can now affect top-level :dependencies.
  * Fix a bug where :eval-in :nrepl couldn't detect running repl.
  * Fix a bug where :eval-in :nrepl would crash.
  * Fix a bug where files on test path could be visible during jar.
  * Fix an issue with check in namespaces that rely on AOT.
  * Fix a redundant confusing dependencies warning.
  * Add static-classpath task for static analysis.
  * Major performance improvements handling pathological dependency trees.
  * Improve error reporting for search failures.
  * Support XDG config directories.
  * Use $XDG_CACHE_HOME for self-installs if it exists.
  * Add warnings for buggy composite profiles.
Version: 2.10.0-bp155.1.4
* Mon Dec 12 2022 Michael Vetter <mvetter@suse.com>
- Update to 2.10.0:
  * Update to nREPL 1.0.0
  * Fix a bug where :eval-in :leiningen could suppress test exit code.
  * Add the ability to sign deployed files using SSH keys, not just GPG.
  * Fix a bug where uberjar splices profiles into target path
    incorrectly.
* Thu Aug 11 2022 Michael Vetter <mvetter@suse.com>
- Update to 2.9.10:
  * Fix a bug where dev-resources could leak into jars/uberjars.
  * Avoid illegal reflective access doing XML parsing in uberjar/search.
* Mon Aug 08 2022 Michael Vetter <mvetter@suse.com>
- Update to 2.9.9:
  * Migrate the repository from Github to Codeberg.
  * Fix a bug in new where template group-ids could be ignored.
  * Work around a change in Java 9 which broke template listing.
  * Fix a bug in pedantic checks which resulted in infinite loops.
  * Prevent module-info.class files from being included in uberjars.
  * Prevent duplicate warnings in resource-paths when creating jars.
  * Fix an issue with check where AOT would shadow reflection warnings.
  * Allow change to edit dependency versions.
  * Fix a bug where composite profiles would leak dependencies downstream.
  * Allow repl to bind to filesystem sockets via :headless :socket PATH