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 com.jcabi:jcabi-log to v0.24.2 #106

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.jcabi:jcabi-log (source) 0.23.0 -> 0.24.2 age adoption passing confidence

Release Notes

jcabi/jcabi-log (com.jcabi:jcabi-log)

v0.24.2: log the entire command in VerboseProcess

Compare Source

See #​196, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.24.1: 'other' has different root

Compare Source

See #​175, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.24.0: FileDecor

Compare Source

See #​174, release log:

Released by Rultor 2.0-SNAPSHOT, see build log


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 was generated by Mend Renovate. View the repository job log.

@0crat
Copy link
Collaborator

0crat commented Sep 22, 2022

@renovate/z[bot] this pull request is too small, just 2 lines changed (less than 10), there will be no formal code review, see §53 and §28; in the future, try to make sure your pull requests are not too small; @yegor256/z please review this and merge or reject

@yegor256
Copy link
Owner

yegor256 commented Nov 4, 2022

@rultor please, try to merge

@renovate renovate bot changed the title Update dependency com.jcabi:jcabi-log to v0.22.0 Update dependency com.jcabi:jcabi-log to v0.23.0 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/com.jcabi-jcabi-log-0.x branch from c2eba87 to 10ba6d7 Compare April 17, 2023 12:22
@rultor
Copy link
Collaborator

rultor commented Apr 17, 2023

@rultor please, try to merge

@renovate[bot] @yegor256 We failed, sorry, try again:

java.lang.ClassCastException: class javax.json.JsonValueImpl cannot be cast to class javax.json.JsonString (javax.json.JsonValueImpl and javax.json.JsonString are in unnamed module of loader 'app')
	at org.glassfish.json.JsonObjectBuilderImpl$JsonObjectImpl.getJsonString(JsonObjectBuilderImpl.java:252)
	at org.glassfish.json.JsonObjectBuilderImpl$JsonObjectImpl.getString(JsonObjectBuilderImpl.java:257)
	at com.jcabi.github.RtChecks.check(RtChecks.java:127)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
	at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
	at com.jcabi.github.RtChecks.lambda$all$0(RtChecks.java:113)
	at java.base/java.util.Optional.map(Optional.java:260)
	at com.jcabi.github.RtChecks.all(RtChecks.java:110)
	at com.rultor.agents.github.qtn.QnMerge.allChecksSuccessful(QnMerge.java:185)
	at com.rultor.agents.github.qtn.QnMerge.understand(QnMerge.java:80)
	at com.rultor.agents.github.qtn.QnIfUnlocked.understand(QnIfUnlocked.java:101)
	at com.rultor.agents.github.qtn.QnIfPull.understand(QnIfPull.java:81)
	at com.rultor.agents.github.qtn.QnAskedBy.understand(QnAskedBy.java:105)
	at com.rultor.agents.github.qtn.QnIfContains.understand(QnIfContains.java:79)
	at com.rultor.agents.github.qtn.QnFirstOf.understand(QnFirstOf.java:81)
	at com.rultor.agents.github.qtn.QnByArchitect.understand(QnByArchitect.java:116)
	at com.rultor.agents.github.qtn.QnAlone.understand(QnAlone.java:96)
	at com.rultor.agents.github.qtn.QnIfCollaborator.understand(QnIfCollaborator.java:84)
	at com.rultor.agents.github.qtn.QnFirstOf.understand(QnFirstOf.java:81)
	at com.rultor.agents.github.qtn.QnFollow.understand(QnFollow.java:85)
	at com.rultor.agents.github.qtn.QnWithAuthor.understand(QnWithAuthor.java:72)
	at com.rultor.agents.github.qtn.QnParametrized.understand(QnParametrized.java:89)
	at com.rultor.agents.github.qtn.QnReaction.understand(QnReaction.java:96)
	at com.rultor.agents.github.qtn.QnReferredTo.understand(QnReferredTo.java:104)
	at com.rultor.agents.github.qtn.QnNotSelf.understand(QnNotSelf.java:75)
	at com.rultor.agents.github.qtn.QnSince.understand(QnSince.java:79)
	at com.rultor.agents.github.qtn.QnSafe.understand(QnSafe.java:82)
	at com.rultor.agents.github.Understands.parse(Understands.java:197)
	at com.rultor.agents.github.Understands.process(Understands.java:131)
	at com.rultor.agents.AbstractAgent.execute(AbstractAgent.java:70)
	at com.rultor.spi.Agent$Iterative.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$AjcClosure1.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$Service.lambda$0(MethodScheduler.java:194)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at com.jcabi.log.VerboseThreads$Wrap.run(VerboseThreads.java:222)
	at java.base/java.lang.Thread.run(Thread.java:833)

@renovate renovate bot force-pushed the renovate/com.jcabi-jcabi-log-0.x branch from 10ba6d7 to 15b7dbf Compare November 16, 2023 13:30
@renovate renovate bot changed the title Update dependency com.jcabi:jcabi-log to v0.23.0 Update dependency com.jcabi:jcabi-log to v0.23.0 - autoclosed Dec 21, 2023
@renovate renovate bot closed this Dec 21, 2023
@renovate renovate bot deleted the renovate/com.jcabi-jcabi-log-0.x branch December 21, 2023 11:00
@renovate renovate bot changed the title Update dependency com.jcabi:jcabi-log to v0.23.0 - autoclosed Update dependency com.jcabi:jcabi-log to v0.23.0 Dec 26, 2023
@renovate renovate bot reopened this Dec 26, 2023
@renovate renovate bot restored the renovate/com.jcabi-jcabi-log-0.x branch December 26, 2023 16:36
@renovate renovate bot force-pushed the renovate/com.jcabi-jcabi-log-0.x branch from 15b7dbf to 95d8ff6 Compare December 26, 2023 19:02
@renovate renovate bot changed the title Update dependency com.jcabi:jcabi-log to v0.23.0 Update dependency com.jcabi:jcabi-log to v0.24.0 Dec 26, 2023
@renovate renovate bot changed the title Update dependency com.jcabi:jcabi-log to v0.24.0 Update dependency com.jcabi:jcabi-log to v0.24.1 Dec 27, 2023
@renovate renovate bot force-pushed the renovate/com.jcabi-jcabi-log-0.x branch from 95d8ff6 to 4bd4a2e Compare December 27, 2023 12:14
@renovate renovate bot changed the title Update dependency com.jcabi:jcabi-log to v0.24.1 Update dependency com.jcabi:jcabi-log to v0.24.2 Aug 25, 2024
@renovate renovate bot force-pushed the renovate/com.jcabi-jcabi-log-0.x branch from 4bd4a2e to 9e9d01f Compare August 25, 2024 21:13
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.

3 participants