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

Update dependency org.xerial.sbt:sbt-sonatype to v3.10.0 #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
org.xerial.sbt:sbt-sonatype plugin minor 3.9.13 -> 3.10.0

Release Notes

xerial/sbt-sonatype (org.xerial.sbt:sbt-sonatype)

v3.10.0

Compare Source

What's Changed

🔥 Breaking Changes

Starting with version 3.10.0, JDK11 is the recommended JDK version. Support for JDK11 is planned to end within 2023.
JDK17 will become the minimum supported version from 3.11.0 or later.

sbt-sonatype 3.10.x may still work with JDK8, but the behavior has not been tested.

sbt-sonatype version Supported JDK version Build Target JDK version
3.9.x. 8 8
3.10.x 11 8
3.11.x. (planned for 2024) 17 11

Other than that, there is no functionality change.

🐛 Bug Fixes
🔗 Dependency Updates
🛠 Internal Updates
Other Changes

New Contributors

Full Changelog: xerial/sbt-sonatype@v3.9.21...v3.10.0

v3.9.21

Compare Source

What's Changed

🔗 Dependency Updates
🛠 Internal Updates
📚 Docs
Other Changes

Full Changelog: xerial/sbt-sonatype@v3.9.20...v3.9.21

v3.9.20

Compare Source

What's Changed

Bug Fixes

  • #​395 Fixes java.lang.NoClassDefFoundError: wvlet/airframe/rx/RxStream

🔗 Dependency Updates

🛠 Internal Updates

Full Changelog: xerial/sbt-sonatype@v3.9.19...v3.9.20

v3.9.19

Compare Source

What's Changed

Upgrade to airframe-log 23.4.8 to remove a verbose stacktrace message https://github.com/wvlet/airframe/pull/2861

🔗 Dependency Updates

🛠 Internal Updates

Full Changelog: xerial/sbt-sonatype@v3.9.18...v3.9.19

v3.9.18

Compare Source

What's Changed

Fixes #​376 for showing log messages when using sbtn (sbt native client).

🔗 Dependency Updates

🛠 Internal Updates

Full Changelog: xerial/sbt-sonatype@v3.9.17...v3.9.18

v3.9.17

Compare Source

What's Changed

🔗 Dependency Updates

🛠 Internal Updates

Full Changelog: xerial/sbt-sonatype@v3.9.16...v3.9.17

v3.9.16

Compare Source

What's Changed

  • Increase max retries to 1000 and disable the circuit breaker @​Atry (#​364)

🔗 Dependency Updates

🛠 Internal Updates

Full Changelog: xerial/sbt-sonatype@v3.9.15...v3.9.16

v3.9.15: 3.9.15

Compare Source

  • Fixed an issue that creating a staging repository at Sonatype fails with [400: Bad Request] Request failed error message

v3.9.14

Compare Source

  • Upgraded airframe-http to 22.11.0
  • Add more Sonatype API error handling
  • Upgrade to sbt 1.7.3
  • Use sbt-dynver for versioning

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@yegor256
Copy link
Member

yegor256 commented Nov 4, 2022

@rultor please, try to merge

@renovate renovate bot force-pushed the renovate/org.xerial.sbt-sbt-sonatype-3.x branch from 57bfc72 to 2e46f46 Compare November 24, 2022 02:48
@renovate renovate bot changed the title Update dependency org.xerial.sbt:sbt-sonatype to v3.9.14 Update dependency org.xerial.sbt:sbt-sonatype to v3.9.15 Nov 24, 2022
@renovate renovate bot force-pushed the renovate/org.xerial.sbt-sbt-sonatype-3.x branch from 2e46f46 to 364f785 Compare March 9, 2023 15:07
@renovate renovate bot changed the title Update dependency org.xerial.sbt:sbt-sonatype to v3.9.15 Update dependency org.xerial.sbt:sbt-sonatype to v3.9.17 Mar 9, 2023
@rultor
Copy link

rultor commented Mar 9, 2023

@rultor please, try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link

rultor commented Mar 9, 2023

@rultor please, try to merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 14s)

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 2453376
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Thu 09 Mar 2023 04:10:21 PM CET
+ uptime
 16:10:21 up 105 days, 21:48,  0 users,  load average: 0.00, 0.00, 0.00
+ cat
com.rultor.spi.Profile: There is no 'merge' section in .rultor.yml for branch master in repo polystat/odin
	at com.rultor.agents.req.StartsRequest.docker(StartsRequest.java:350)
	at com.rultor.agents.req.StartsRequest.vars(StartsRequest.java:255)
	at com.rultor.agents.req.StartsRequest.script(StartsRequest.java:148)
	at com.rultor.agents.req.StartsRequest.process(StartsRequest.java:109)
	at com.rultor.agents.AbstractAgent.execute(AbstractAgent.java:70)
	at com.rultor.spi.Agent.execute(Agent.java:84)
	at com.rultor.Routine.process(Routine.java:202)
	at com.rultor.Routine.unsafe_aroundBody0(Routine.java:180)
	at com.rultor.Routine.run(Routine.java:1)
	at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:179)
	at com.jcabi.aspects.aj.MethodInterrupter.wrap(MethodInterrupter.java:108)
	at com.rultor.Routine.unsafe(Routine.java:175)
	at com.rultor.Routine.run(Routine.java:142)
	at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:190)
	at com.jcabi.aspects.aj.MethodScheduler.lambda./run.sh(MethodScheduler.java:194)
	at java.base/java.util.concurrent.Executors.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.run(ScheduledThreadPoolExecutor.java:305)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor.run(ThreadPoolExecutor.java:635)
	at com.jcabi.log.VerboseThreads.run(VerboseThreads.java:222)
	at java.base/java.lang.Thread.run(Thread.java:833)

+ exit -1
'cid' file is absent, most probably the Docker container wasn't started correctly

@renovate renovate bot changed the title Update dependency org.xerial.sbt:sbt-sonatype to v3.9.17 Update dependency org.xerial.sbt:sbt-sonatype to v3.9.18 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/org.xerial.sbt-sbt-sonatype-3.x branch from 364f785 to 45fd164 Compare March 16, 2023 23:57
@renovate renovate bot force-pushed the renovate/org.xerial.sbt-sbt-sonatype-3.x branch from 45fd164 to 9136427 Compare May 29, 2023 21:48
@renovate renovate bot changed the title Update dependency org.xerial.sbt:sbt-sonatype to v3.9.18 Update dependency org.xerial.sbt:sbt-sonatype to v3.9.21 May 29, 2023
@renovate renovate bot changed the title Update dependency org.xerial.sbt:sbt-sonatype to v3.9.21 Update dependency org.xerial.sbt:sbt-sonatype to v3.10.0 Nov 17, 2023
@renovate renovate bot force-pushed the renovate/org.xerial.sbt-sbt-sonatype-3.x branch from 9136427 to f475869 Compare November 17, 2023 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants