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-xml to v0.29.0 #64

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 3, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.jcabi:jcabi-xml (source) 0.23.2 -> 0.29.0 age adoption passing confidence

Release Notes

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

v0.29.0: feat(#​215): Add several useful constructors for SaxonDocument

Compare Source

See #​216, release log:

Released by Rultor 1.75.1, see build log

v0.28.0: XMLDocumentTest.java:59-64: Implement XPath 2.0...

Compare Source

See #​213, release log:

Released by Rultor 1.75.1, see build log

v0.27.2: XMLDocument.with(Sources) forgets the SID

Compare Source

See #​196, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.27.1: XMLDocument.with(Sources) forgets the SID

Compare Source

See #​196, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.27.0: trace() instead of debug()

Compare Source

See #​193, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.26.0: XSLDocument ctor must accept SystemId in most cases

Compare Source

See #​191, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.25.5: Threading bug fixed

Compare Source

See https://github.com/jcabi/jcabi-xml/issues/185

v0.25.4: improve logging messages

Compare Source

See #​182, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.25.3: load XSL only once per XSLDocument

Compare Source

See #​172, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.25.2: more logs about factories

Compare Source

See #​171, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.25.1: compatibility with Saxon 11

Compare Source

See #​170, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.25.0: refresh

Compare Source

See #​168, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.24.0: new parent 1.33.0

Compare Source

See #​167, 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 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/com.jcabi-jcabi-xml-0.x branch from 20546b3 to 74e510a Compare December 1, 2022 12:44
@renovate renovate bot changed the title Update dependency com.jcabi:jcabi-xml to v0.25.5 Update dependency com.jcabi:jcabi-xml to v0.26.0 Dec 1, 2022
@rultor
Copy link
Contributor

rultor commented Dec 1, 2022

@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
Contributor

rultor commented Dec 1, 2022

@rultor please, try to merge

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

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to /home/r/repo/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
    at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
    at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:453)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1175)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:932)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
\u001b[0m\u001b[0mcontainer b0549009092fc8c97d35fa781883b216924b5a9e004529a7a3292f0a13cbf4e4 is dead
Thu 01 Dec 2022 01:48:40 PM CET

@renovate renovate bot changed the title Update dependency com.jcabi:jcabi-xml to v0.26.0 Update dependency com.jcabi:jcabi-xml to v0.27.0 Dec 23, 2022
@renovate renovate bot force-pushed the renovate/com.jcabi-jcabi-xml-0.x branch from 74e510a to 3b3bec3 Compare December 23, 2022 13:57
@renovate renovate bot force-pushed the renovate/com.jcabi-jcabi-xml-0.x branch from 3b3bec3 to db4cb93 Compare January 15, 2023 18:21
@renovate renovate bot changed the title Update dependency com.jcabi:jcabi-xml to v0.27.0 Update dependency com.jcabi:jcabi-xml to v0.27.1 Jan 15, 2023
@renovate renovate bot force-pushed the renovate/com.jcabi-jcabi-xml-0.x branch from db4cb93 to cabe704 Compare January 16, 2023 04:47
@renovate renovate bot changed the title Update dependency com.jcabi:jcabi-xml to v0.27.1 Update dependency com.jcabi:jcabi-xml to v0.27.2 Jan 16, 2023
@renovate renovate bot changed the title Update dependency com.jcabi:jcabi-xml to v0.27.2 Update dependency com.jcabi:jcabi-xml to v0.28.0 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/com.jcabi-jcabi-xml-0.x branch from cabe704 to f60b029 Compare July 19, 2023 16:25
@renovate renovate bot changed the title Update dependency com.jcabi:jcabi-xml to v0.28.0 Update dependency com.jcabi:jcabi-xml to v0.29.0 Jul 21, 2023
@renovate renovate bot force-pushed the renovate/com.jcabi-jcabi-xml-0.x branch from f60b029 to 6e86050 Compare July 21, 2023 10:00
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

2 participants