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 mongo-java-driver from 3.2.2 to 3.12.11 #7915

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2022

Bumps mongo-java-driver from 3.2.2 to 3.12.11.

Release notes

Sourced from mongo-java-driver's releases.

Java Driver 3.12.11 (April 22, 2022)

Release notes: https://www.mongodb.com/community/forums/t/mongodb-java-driver-3-12-11-released/159538

Java Driver 3.12.8 (February 18, 2021)

Release Notes: https://developer.mongodb.com/community/forums/t/mongodb-java-driver-3-12-8-released/16823

Java Driver 3.12.6 (July 8, 2020)

Release Notes: https://developer.mongodb.com/community/forums/t/mongodb-java-driver-3-12-6-released/6448/2

Java Driver 3.12.5 (June 2, 2020)

Release Notes: https://developer.mongodb.com/community/forums/t/mongodb-java-driver-3-12-5-released/4886

3.12.4

Java Driver 3.12.3 (April 7, 2020)

Release Notes: https://developer.mongodb.com/community/forums/t/mongodb-java-driver-3-12-4-released/3953

3.12.3

Java Driver 3.12.3 (April 7, 2020)

Release Notes: https://community.mongodb.com/t/mongodb-java-driver-3-12-3-released/2510/2

3.12.2

Java Driver 3.12.2 (March 4, 2020)

The 3.12.2 MongoDB Java Driver is a patch to the 3.12.1 release.

Reference documentation

The documentation hub includes extensive documentation of the 3.12 driver, including

and much more.

Bug fixes

You can find a full list of bug fixes here.

API Documentation

http://mongodb.github.io/mongo-java-driver/3.12/javadoc/

3.12.1

Java Driver 3.12.1 (January 17, 2020)

The 3.12.1 MongoDB Java Driver is a patch to the 3.12.0 release.

Reference documentation

... (truncated)

Commits
  • adfd822 Bump to 3.12.11
  • 7360e36 Skip legacy explain tests on server > 5.0
  • 412c62d Skip hint test on servers > 5.0
  • 72a399f Skip tests of multiple credentials on servers > 5.0
  • d7acfc6 Fix: ServerDescriptionTest.testDefaults
  • b8c6654 Skip $explain modifier test on servers > 4.4
  • 95a2386 Relax assertion on invalid amazon region for CSFLE tests
  • 28264f4 Fix assertions in CSFLE tests
  • aa5824a ByteBuffer is not released when compression is enabled, causing pool leakage ...
  • 8624506 Bump maximum supported wire version to 15
  • 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)

Bumps [mongo-java-driver](https://github.com/mongodb/mongo-java-driver) from 3.2.2 to 3.12.11.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r3.2.2...r3.12.11)

---
updated-dependencies:
- dependency-name: org.mongodb:mongo-java-driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 25, 2022
@dependabot dependabot bot added this to the 10.0.x milestone Apr 25, 2022
@joakime
Copy link
Contributor

joakime commented Apr 27, 2022

@olamy this one needs code updates I think ...

I'm not 100% sure though, as it passed JDK 17, but not JDK 11.

[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :MyWebApp
Running post-build script: /home/jenkins/agent/workspace/jetty.project_PR-7915/jetty-maven-plugin/target/it/jetty-run-mojo-jar-scan-it/postbuild.groovy
Assertion failed: 

assert buildLog.text.contains( 'Started Server' )
       |        |    |
       |        |    false
       |        [INFO] Error stacktraces are turned on.
       |        [INFO] Scanning for projects...
       |        [INFO] ------------------------------------------------------------------------
       |        [INFO] Reactor Build Order:
       |        [INFO] 
       |        [INFO] jetty-issue                                                        [pom]
       |        [INFO] MyLibrary                                                          [jar]
       |        [INFO] MyWebApp                                                           [jar]
       |        [INFO] 
       |        [INFO] -----------------------< org.mehdi:jetty-issue >------------------------
       |        [INFO] Building jetty-issue 1.0-SNAPSHOT                                  [1/3]
       |        [INFO] --------------------------------[ pom ]---------------------------------
       |        [INFO] 
       |        [INFO] ------------------------< org.mehdi:MyLibrary >-------------------------
       |        [INFO] Building MyLibrary 1.0-SNAPSHOT                                    [2/3]
       |        [INFO] --------------------------------[ jar ]---------------------------------
       |        [INFO] 
       |        [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ MyLibrary ---
       |        [INFO] Using 'UTF-8' encoding to copy filtered resources.
       |        [INFO] Using 'UTF-8' encoding to copy filtered properties files.
       |        [INFO] Copying 1 resource
       |        [INFO] 
       |        [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ MyLibrary ---
       |        [INFO] Changes detected - recompiling the module!
       |        [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/jetty.project_PR-7915/jetty-maven-plugin/target/it/jetty-run-mojo-jar-scan-it/MyLibrary/target/classes
       |        [INFO] 
       |        [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ MyLibrary ---
       |        [INFO] Using 'UTF-8' encoding to copy filtered resources.
       |        [INFO] Using 'UTF-8' encoding to copy filtered properties files.
       |        [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty.project_PR-7915/jetty-maven-plugin/target/it/jetty-run-mojo-jar-scan-it/MyLibrary/src/test/resources
       |        [INFO] 
       |        [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ MyLibrary ---
       |        [INFO] No sources to compile
       |        [INFO] 
       |        [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ MyLibrary ---
       |        [INFO] No tests to run.
       |        [INFO] 
       |        [INFO] -------------------------< org.mehdi:MyWebApp >-------------------------
       |        [INFO] Building MyWebApp 1.0-SNAPSHOT                                     [3/3]
       |        [INFO] --------------------------------[ jar ]---------------------------------
       |        [INFO] 
       |        [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ MyWebApp ---
       |        [INFO] Using 'UTF-8' encoding to copy filtered resources.
       |        [INFO] Using 'UTF-8' encoding to copy filtered properties files.
       |        [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty.project_PR-7915/jetty-maven-plugin/target/it/jetty-run-mojo-jar-scan-it/MyWebApp/src/main/resources
       |        [INFO] 
       |        [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ MyWebApp ---
       |        [INFO] Changes detected - recompiling the module!
       |        [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/jetty.project_PR-7915/jetty-maven-plugin/target/it/jetty-run-mojo-jar-scan-it/MyWebApp/target/classes
       |        [INFO] 
       |        [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ MyWebApp ---
       |        [INFO] Using 'UTF-8' encoding to copy filtered resources.
       |        [INFO] Using 'UTF-8' encoding to copy filtered properties files.
       |        [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty.project_PR-7915/jetty-maven-plugin/target/it/jetty-run-mojo-jar-scan-it/MyWebApp/src/test/resources
       |        [INFO] 
       |        [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ MyWebApp ---
       |        [INFO] No sources to compile
       |        [INFO] 
       |        [INFO] >>> jetty-maven-plugin:10.0.10-SNAPSHOT:start (start-jetty) > validate @ MyWebApp >>>
       |        [INFO] 
       |        [INFO] <<< jetty-maven-plugin:10.0.10-SNAPSHOT:start (start-jetty) < validate @ MyWebApp <<<
       |        [INFO] 
       |        [INFO] 
       |        [INFO] --- jetty-maven-plugin:10.0.10-SNAPSHOT:start (start-jetty) @ MyWebApp ---
       |        [INFO] Configuring Jetty for project: MyWebApp
       |        [INFO] Classes = /home/jenkins/agent/workspace/jetty.project_PR-7915/jetty-maven-plugin/target/it/jetty-run-mojo-jar-scan-it/MyWebApp/target/classes
       |        [INFO] Context path = /
       |        [INFO] Tmp directory = /home/jenkins/agent/workspace/jetty.project_PR-7915/jetty-maven-plugin/target/it/jetty-run-mojo-jar-scan-it/MyWebApp/target/tmp
       |        [INFO] web.xml file = null
       |        [INFO] Webapp directory = /home/jenkins/agent/workspace/jetty.project_PR-7915/jetty-maven-plugin/target/it/jetty-run-mojo-jar-scan-it/MyWebApp/src/main/webapp
       |        [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
       |        [INFO] Web overrides =  none
       |        [INFO] jetty-10.0.10-SNAPSHOT; built: 2022-04-25T10:51:17.638Z; git: fba48eb3232f603e2e18b13f5253cbe5eaa9c081; jvm 11.0.14.1+1
       |        STARTED[class jettyissue.NormalClass]
       |        [INFO] Session workerName=node0
       |        [INFO] Started o.e.j.m.p.MavenWebAppContext@7742a45c{/setbycontextxml,[file:///home/jenkins/agent/workspace/jetty.project_PR-7915/jetty-maven-plugin/target/it/jetty-run-mojo-jar-scan-it/MyWebApp/src/main/webapp/],AVAILABLE}{file:///home/jenkins/agent/workspace/jetty.project_PR-7915/jetty-maven-plugin/target/it/jetty-run-mojo-jar-scan-it/MyWebApp/src/main/webapp/}
       |        [INFO] ------------------------------------------------------------------------
       |        [INFO] Reactor Summary for jetty-issue 1.0-SNAPSHOT:
       |        [INFO] 
       |        [INFO] jetty-issue ........................................ SUCCESS [  0.002 s]
       |        [INFO] MyLibrary .......................................... SUCCESS [  1.218 s]
       |        [INFO] MyWebApp ........................................... FAILURE [  1.085 s]
       |        [INFO] ------------------------------------------------------------------------
       |        [INFO] BUILD FAILURE
       |        [INFO] ------------------------------------------------------------------------
       |        [INFO] Total time:  2.421 s
       |        [INFO] Finished at: 2022-04-25T11:28:24Z
       |        [INFO] ------------------------------------------------------------------------
       |        [ERROR] Failed to execute goal org.eclipse.jetty:jetty-maven-plugin:10.0.10-SNAPSHOT:start (start-jetty) on project MyWebApp: Error starting jetty: Failed to bind to 0.0.0.0/0.0.0.0:8080: Address already in use -> [Help 1]
       |        org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.jetty:jetty-maven-plugin:10.0.10-SNAPSHOT:start (start-jetty) on project MyWebApp: Error starting jetty
       |            at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:306)
       |            at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
       |            at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
       |            at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
       |            at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
       |            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:127)
       |            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.MojoExecutionException: Error starting jetty
       |            at org.eclipse.jetty.maven.plugin.JettyStartMojo.startJettyEmbedded (JettyStartMojo.java:58)
       |            at org.eclipse.jetty.maven.plugin.AbstractWebAppMojo.startJetty (AbstractWebAppMojo.java:441)
       |            at org.eclipse.jetty.maven.plugin.AbstractWebAppMojo.execute (AbstractWebAppMojo.java:419)
       |            at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
       |            at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
       |            at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
       |            at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
       |            at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
       |            at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
       |            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:127)
       |            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: java.io.IOException: Failed to bind to 0.0.0.0/0.0.0.0:8080
       |            at org.eclipse.jetty.server.ServerConnector.openAcceptChannel (ServerConnector.java:344)
       |            at org.eclipse.jetty.server.ServerConnector.open (ServerConnector.java:304)
       |            at org.eclipse.jetty.server.AbstractNetworkConnector.doStart (AbstractNetworkConnector.java:74)
       |            at org.eclipse.jetty.server.ServerConnector.doStart (ServerConnector.java:228)
       |            at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:93)
       |            at org.eclipse.jetty.maven.plugin.MavenServerConnector.doStart (MavenServerConnector.java:105)
       |            at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:93)
       |            at org.eclipse.jetty.server.Server.doStart (Server.java:427)
       |            at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:93)
       |            at org.eclipse.jetty.maven.plugin.JettyEmbedder.doStart (JettyEmbedder.java:223)
       |            at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:93)
       |            at org.eclipse.jetty.maven.plugin.JettyStartMojo.startJettyEmbedded (JettyStartMojo.java:54)
       |            at org.eclipse.jetty.maven.plugin.AbstractWebAppMojo.startJetty (AbstractWebAppMojo.java:441)
       |            at org.eclipse.jetty.maven.plugin.AbstractWebAppMojo.execute (AbstractWebAppMojo.java:419)
       |            at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
       |            at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
       |            at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
       |            at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
       |            at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
       |            at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
       |            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:127)
       |            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: java.net.BindException: Address already in use
       |            at sun.nio.ch.Net.bind0 (Native Method)
       |            at sun.nio.ch.Net.bind (Net.java:459)
       |            at sun.nio.ch.Net.bind (Net.java:448)
       |            at sun.nio.ch.ServerSocketChannelImpl.bind (ServerSocketChannelImpl.java:227)
       |            at org.eclipse.jetty.server.ServerConnector.openAcceptChannel (ServerConnector.java:339)
       |            at org.eclipse.jetty.server.ServerConnector.open (ServerConnector.java:304)
       |            at org.eclipse.jetty.server.AbstractNetworkConnector.doStart (AbstractNetworkConnector.java:74)
       |            at org.eclipse.jetty.server.ServerConnector.doStart (ServerConnector.java:228)
       |            at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:93)
       |            at org.eclipse.jetty.maven.plugin.MavenServerConnector.doStart (MavenServerConnector.java:105)
       |            at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:93)
       |            at org.eclipse.jetty.server.Server.doStart (Server.java:427)
       |            at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:93)
       |            at org.eclipse.jetty.maven.plugin.JettyEmbedder.doStart (JettyEmbedder.java:223)
       |            at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:93)
       |            at org.eclipse.jetty.maven.plugin.JettyStartMojo.startJettyEmbedded (JettyStartMojo.java:54)
       |            at org.eclipse.jetty.maven.plugin.AbstractWebAppMojo.startJetty (AbstractWebAppMojo.java:441)
       |            at org.eclipse.jetty.maven.plugin.AbstractWebAppMojo.execute (AbstractWebAppMojo.java:419)
       |            at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
       |            at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
       |            at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
       |            at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
       |            at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
       |            at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
       |            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:127)
       |            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/MojoExecutionException
       |        [ERROR] 
       |        [ERROR] After correcting the problems, you can resume the build with the command
       |        [ERROR]   mvn <args> -rf :MyWebApp
       |        Running post-build script: /home/jenkins/agent/workspace/jetty.project_PR-7915/jetty-maven-plugin/target/it/jetty-run-mojo-jar-scan-it/postbuild.groovy
       /home/jenkins/agent/workspace/jetty.project_PR-7915/jetty-maven-plugin/target/it/jetty-run-mojo-jar-scan-it/build.log

	at org.codehaus.groovy.runtime.InvokerHelper.assertFailed(InvokerHelper.java:420)
	at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.assertFailed(ScriptBytecodeAdapter.java:663)
	at Script1.run(Script1.groovy:2)
	at groovy.lang.GroovyShell.evaluate(GroovyShell.java:574)
	at groovy.lang.GroovyShell.evaluate(GroovyShell.java:612)
	at groovy.lang.GroovyShell.evaluate(GroovyShell.java:583)
	at org.apache.maven.shared.scriptinterpreter.GroovyScriptInterpreter.evaluateScript(GroovyScriptInterpreter.java:76)
	at org.apache.maven.shared.scriptinterpreter.ScriptRunner.executeRun(ScriptRunner.java:236)
	at org.apache.maven.shared.scriptinterpreter.ScriptRunner.run(ScriptRunner.java:161)
	at org.apache.maven.plugins.invoker.AbstractInvokerMojo.runPostBuildHook(AbstractInvokerMojo.java:2221)
	at org.apache.maven.plugins.invoker.AbstractInvokerMojo.runBuild(AbstractInvokerMojo.java:2196)
	at org.apache.maven.plugins.invoker.AbstractInvokerMojo.runBuild(AbstractInvokerMojo.java:1734)
	at org.apache.maven.plugins.invoker.AbstractInvokerMojo.runBuilds(AbstractInvokerMojo.java:1438)
	at org.apache.maven.plugins.invoker.AbstractInvokerMojo.execute(AbstractInvokerMojo.java:829)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:301)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:211)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:165)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:157)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:121)
	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:127)
	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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/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)
*** end build.log for: jetty-run-mojo-jar-scan-it/pom.xml ***

@olamy
Copy link
Member

olamy commented May 5, 2022

@joakime doesn't look to be related to the change.
Caused by: java.net.BindException: Address already in use
maybe we should force reusePort in MavenServerConnector?
@janbartel ?

@joakime joakime merged commit 92070e8 into jetty-10.0.x May 5, 2022
@dependabot dependabot bot deleted the dependabot/maven/jetty-10.0.x/org.mongodb-mongo-java-driver-3.12.11 branch May 5, 2022 17:16
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

2 participants