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 jetty-maven-plugin from 9.4.5.v20170502 to 9.4.22.v20191022 #150

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Oct 24, 2019

Bumps jetty-maven-plugin from 9.4.5.v20170502 to 9.4.22.v20191022.

Commits
  • b1e6b55 Updating to version 9.4.22.v20191022
  • a9e543c Issue #4227 - do not use encodeRedirectURL for openid redirects (#4233)
  • add8ffc Merge pull request #4218 from eclipse/jetty-9.4.x-4217-tls_flush_buffer_overf...
  • a547a77 Merge pull request #4230 from gouessej/jetty-9.4.x
  • a0c9a14 Issue #4160, fixes some spelling mistakes
  • 862ac40 Code cleanup.
  • dc59add Code cleanup.
  • 95b205a Class InetPattern is package private, so made nnewInetRange(String)
  • 92bfcb6 Class Managed is package private, so made addBean(Object, Managed)
  • 66dd5ad use last jacoco plugin 0.8.5
  • 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)
  • @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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 24, 2019
@jglick
Copy link
Member

jglick commented Nov 1, 2019

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/org.eclipse.jetty-jetty-maven-plugin-9.4.22.v20191022 branch from 2bbf3e4 to ca02d28 Compare November 1, 2019 15:20
@jglick
Copy link
Member

jglick commented Nov 1, 2019

Seems hpi:run is broken with

[WARNING] Failed startup of context o.e.j.m.p.JettyWebAppContext@627a87b9{Jenkins v2.60.3,/jenkins,file://…/maven-hpi-plugin/target/its/parent-3x/target/jetty/webapp/,UNAVAILABLE}{…/maven-hpi-plugin/target/local-repo/org/jenkins-ci/main/jenkins-war/2.60.3/jenkins-war-2.60.3.war}
java.lang.IllegalStateException: Config does not exist: file://…/maven-hpi-plugin/target/its/parent-3x/work/etc/realm.properties
    at org.eclipse.jetty.security.PropertyUserStore.loadUsers (PropertyUserStore.java:245)
    at org.eclipse.jetty.security.PropertyUserStore.doStart (PropertyUserStore.java:308)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:72)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start (ContainerLifeCycle.java:169)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.addBean (ContainerLifeCycle.java:384)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.addBean (ContainerLifeCycle.java:313)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.updateBean (ContainerLifeCycle.java:864)
    at org.eclipse.jetty.security.HashLoginService.setUserStore (HashLoginService.java:126)
    at org.eclipse.jetty.security.HashLoginService.doStart (HashLoginService.java:176)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:72)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start (ContainerLifeCycle.java:169)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart (ContainerLifeCycle.java:117)
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart (AbstractHandler.java:106)
    at org.eclipse.jetty.security.SecurityHandler.doStart (SecurityHandler.java:351)
    at org.eclipse.jetty.security.ConstraintSecurityHandler.doStart (ConstraintSecurityHandler.java:419)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:72)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start (ContainerLifeCycle.java:169)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart (ContainerLifeCycle.java:110)
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart (AbstractHandler.java:106)
    at org.eclipse.jetty.server.handler.ScopedHandler.doStart (ScopedHandler.java:120)
    at org.eclipse.jetty.server.session.SessionHandler.doStart (SessionHandler.java:504)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:72)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start (ContainerLifeCycle.java:169)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart (ContainerLifeCycle.java:110)
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart (AbstractHandler.java:106)
    at org.eclipse.jetty.server.handler.ScopedHandler.doStart (ScopedHandler.java:120)
    at org.eclipse.jetty.server.handler.ContextHandler.startContext (ContextHandler.java:879)
    at org.eclipse.jetty.servlet.ServletContextHandler.startContext (ServletContextHandler.java:357)
    at org.eclipse.jetty.webapp.WebAppContext.startWebapp (WebAppContext.java:1443)
    at org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp (JettyWebAppContext.java:328)
    at org.eclipse.jetty.webapp.WebAppContext.startContext (WebAppContext.java:1407)
    at org.eclipse.jetty.server.handler.ContextHandler.doStart (ContextHandler.java:821)
    at org.eclipse.jetty.servlet.ServletContextHandler.doStart (ServletContextHandler.java:276)
    at org.eclipse.jetty.webapp.WebAppContext.doStart (WebAppContext.java:524)
    at org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart (JettyWebAppContext.java:397)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:72)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start (ContainerLifeCycle.java:169)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart (ContainerLifeCycle.java:117)
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart (AbstractHandler.java:106)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:72)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start (ContainerLifeCycle.java:169)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart (ContainerLifeCycle.java:117)
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart (AbstractHandler.java:106)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:72)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start (ContainerLifeCycle.java:169)
    at org.eclipse.jetty.server.Server.start (Server.java:407)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart (ContainerLifeCycle.java:110)
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart (AbstractHandler.java:106)
    at org.eclipse.jetty.server.Server.doStart (Server.java:371)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:72)
    at org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo.startJetty (AbstractJettyMojo.java:530)
    at org.jenkinsci.maven.plugins.hpi.RunMojo.startJetty (RunMojo.java:729)
    at org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo.execute (AbstractJettyMojo.java:345)
    at org.jenkinsci.maven.plugins.hpi.RunMojo.execute (RunMojo.java:384)
    at …

@jglick
Copy link
Member

jglick commented Nov 8, 2019

@dependabot rebase

@dependabot-preview
Copy link
Contributor Author

Looks like org.eclipse.jetty:jetty-maven-plugin is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.eclipse.jetty-jetty-maven-plugin-9.4.22.v20191022 branch November 8, 2019 22:44
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.

1 participant