Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump clojure from 1.4.0 to 1.10.1 #446

Merged
merged 1 commit into from
Aug 25, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps clojure from 1.4.0 to 1.10.1.

Changelog

Sourced from clojure's changelog.

Changes to Clojure in Version 1.10.1

1 Features and Major Changes

1.1 Workaround Java Performance Regression When Loading user.clj

Recent builds of Java 8 (u202), 11 (11.0.2), 12, and 13 included some changes that drastically affect optimization performance of calls from static initializers to static fields. Clojure provides support for loading code on startup from a user.clj file and this occurred in the static initializer of the Clojure runtime (RT) class and was thus affected.

This issue may eventually be resolved in Java, but in Clojure we have modified runtime initialization to avoid loading user.clj in a static initializer, which mitigates the case where this caused a performance degradation.

  • CLJ-2484 Significant performance regression of code loaded in user.clj in Java 8u202/11.0.

1.2 clojure.main Error Reporting

clojure.main is frequently used as a Clojure program launcher by external tools. Previously, uncaught exceptions would be automatically printed by the JVM, which would also print the stack trace.

This release will now catch exceptions and use the same error triage and printing functionality as the Clojure repl. The full stack trace, ex-info, and other information will be printed to a target specified by the configuration.

The three available error targets are:

  • file - write to a temp file (default, falls back to stderr)
  • stderr - write to stderr stream
  • none - don't write

These error targets can be specified either as options to clojure.main, or as Java system properties (flags take precedence). When invoking clojure.main (or using the clj tool), use --report <target>. For Java system property, use -Dclojure.main.report=<target>.

  • CLJ-2463 Improve error printing in clojure.main with -m, -e, etc
  • CLJ-2497 Put error report location on its own line
  • CLJ-2504 Provide more options for error reporting in clojure.main

2 Fixes

Commits
  • 38bafca [maven-release-plugin] prepare release clojure-1.10.1
  • 8c402a8 [maven-release-plugin] prepare for next development iteration
  • a8b4559 [maven-release-plugin] prepare release clojure-1.10.1-RC1
  • 8f03ff0 update changelog for 1.10.1
  • 076e884 [maven-release-plugin] prepare for next development iteration
  • fb5facf [maven-release-plugin] prepare release clojure-1.10.1-beta3
  • 3852406 CLJ-2504 More options to configure error reporting
  • 75f8bc9 [maven-release-plugin] prepare for next development iteration
  • 96c78e2 [maven-release-plugin] prepare release clojure-1.10.1-beta2
  • b19b781 CLJ-2497 - Print error report location on its own line
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [clojure](https://github.com/clojure/clojure) from 1.4.0 to 1.10.1.
- [Release notes](https://github.com/clojure/clojure/releases)
- [Changelog](https://github.com/clojure/clojure/blob/master/changes.md)
- [Commits](clojure/clojure@clojure-1.4.0...clojure-1.10.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 25, 2020
@mirkosertic mirkosertic merged commit 201c66b into master Aug 25, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.clojure-clojure-1.10.1 branch August 25, 2020 14:17
mirkosertic pushed a commit that referenced this pull request Nov 8, 2021
Bumps [clojure](https://github.com/clojure/clojure) from 1.4.0 to 1.10.1.
- [Release notes](https://github.com/clojure/clojure/releases)
- [Changelog](https://github.com/clojure/clojure/blob/master/changes.md)
- [Commits](clojure/clojure@clojure-1.4.0...clojure-1.10.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant