Skip to content

Bump clojure from 1.5.1 to 1.10.1#7

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.clojure-clojure-1.10.1
Closed

Bump clojure from 1.5.1 to 1.10.1#7
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.clojure-clojure-1.10.1

Conversation

@dependabot-preview
Copy link
Copy Markdown

Bumps clojure from 1.5.1 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

... (truncated)
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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • 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.5.1 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.5.1...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 Mar 23, 2020
@dependabot-preview
Copy link
Copy Markdown
Author

Superseded by #35.

@dependabot-preview dependabot-preview Bot deleted the dependabot/maven/org.clojure-clojure-1.10.1 branch January 27, 2021 06:04
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.

0 participants