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 the java-dependencies group in /winery-launcher with 7 updates #263

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2023

Bumps the java-dependencies group in /winery-launcher with 7 updates:

Package From To
org.eclipse.jetty:jetty-server 9.4.51.v20230217 9.4.52.v20230823
org.eclipse.jetty:jetty-servlets 9.4.51.v20230217 9.4.52.v20230823
org.eclipse.jetty:jetty-servlet 9.4.51.v20230217 9.4.52.v20230823
org.eclipse.jetty.websocket:javax-websocket-server-impl 9.4.51.v20230217 9.4.52.v20230823
org.springframework:spring-context 5.3.29 5.3.30
org.springframework:spring-core 5.3.29 5.3.30
org.springframework:spring-beans 5.3.29 5.3.30

Updates org.eclipse.jetty:jetty-server from 9.4.51.v20230217 to 9.4.52.v20230823

Release notes

Sourced from org.eclipse.jetty:jetty-server's releases.

9.4.52.v20230823

Sponsored Release

This is a release of the End of Community Support Jetty 9.x series that was sponsored by a support contract from Webtide.com

Security Updates

This release addresses:

Special Thanks to the following Eclipse Jetty community members

Changelog

Commits
  • abdcda7 Updating to version 9.4.52.v20230823
  • d90c600 Improve release-jetty.sh script
  • eb39055 Merge pull request #10344 from eclipse/jetty-9.4.x-fixSizeLimitHandler
  • e4d596e Backport of various cleanups in HttpParser from jetty-10.0.x (#10352)
  • 325d839 update test expectations in SizeLimitHandlerTest
  • 0c4f879 Issue #10337 - fixes to SizeLimitHandler
  • d4d8832 Issue #10066 - Allow customization of SAXParserFactory and SAXParser in `...
  • 490626e Merge pull request #10169 from RangerRick/ranger/jetty-npe-websocket-init
  • 88d70ca Merge pull request #10261 from eclipse/dependabot/maven/jetty-9.4.x/org.jboss...
  • ee09f12 Merge pull request #10254 from eclipse/dependabot/maven/jetty-9.4.x/jmh.versi...
  • Additional commits viewable in compare view

Updates org.eclipse.jetty:jetty-servlets from 9.4.51.v20230217 to 9.4.52.v20230823

Release notes

Sourced from org.eclipse.jetty:jetty-servlets's releases.

9.4.52.v20230823

Sponsored Release

This is a release of the End of Community Support Jetty 9.x series that was sponsored by a support contract from Webtide.com

Security Updates

This release addresses:

Special Thanks to the following Eclipse Jetty community members

Changelog

Commits
  • abdcda7 Updating to version 9.4.52.v20230823
  • d90c600 Improve release-jetty.sh script
  • eb39055 Merge pull request #10344 from eclipse/jetty-9.4.x-fixSizeLimitHandler
  • e4d596e Backport of various cleanups in HttpParser from jetty-10.0.x (#10352)
  • 325d839 update test expectations in SizeLimitHandlerTest
  • 0c4f879 Issue #10337 - fixes to SizeLimitHandler
  • d4d8832 Issue #10066 - Allow customization of SAXParserFactory and SAXParser in `...
  • 490626e Merge pull request #10169 from RangerRick/ranger/jetty-npe-websocket-init
  • 88d70ca Merge pull request #10261 from eclipse/dependabot/maven/jetty-9.4.x/org.jboss...
  • ee09f12 Merge pull request #10254 from eclipse/dependabot/maven/jetty-9.4.x/jmh.versi...
  • Additional commits viewable in compare view

Updates org.eclipse.jetty:jetty-servlet from 9.4.51.v20230217 to 9.4.52.v20230823

Release notes

Sourced from org.eclipse.jetty:jetty-servlet's releases.

9.4.52.v20230823

Sponsored Release

This is a release of the End of Community Support Jetty 9.x series that was sponsored by a support contract from Webtide.com

Security Updates

This release addresses:

Special Thanks to the following Eclipse Jetty community members

Changelog

Commits
  • abdcda7 Updating to version 9.4.52.v20230823
  • d90c600 Improve release-jetty.sh script
  • eb39055 Merge pull request #10344 from eclipse/jetty-9.4.x-fixSizeLimitHandler
  • e4d596e Backport of various cleanups in HttpParser from jetty-10.0.x (#10352)
  • 325d839 update test expectations in SizeLimitHandlerTest
  • 0c4f879 Issue #10337 - fixes to SizeLimitHandler
  • d4d8832 Issue #10066 - Allow customization of SAXParserFactory and SAXParser in `...
  • 490626e Merge pull request #10169 from RangerRick/ranger/jetty-npe-websocket-init
  • 88d70ca Merge pull request #10261 from eclipse/dependabot/maven/jetty-9.4.x/org.jboss...
  • ee09f12 Merge pull request #10254 from eclipse/dependabot/maven/jetty-9.4.x/jmh.versi...
  • Additional commits viewable in compare view

Updates org.eclipse.jetty.websocket:javax-websocket-server-impl from 9.4.51.v20230217 to 9.4.52.v20230823

Updates org.springframework:spring-context from 5.3.29 to 5.3.30

Release notes

Sourced from org.springframework:spring-context's releases.

v5.3.30

⭐ New Features

  • Optimize ClassUtils#getMostSpecificMethod #31100
  • Optimize whitespace checks in StringUtils #31069
  • Align validation metadata handling in PayloadMethodArgumentResolver #31056
  • Register an override for an existing adapter in ReactiveAdapterRegistry #31048
  • Make bean initialization deterministic for multiple @Autowired methods on same bean class #30994
  • Performance bottlenecks while creating scoped bean instances #30892

🐞 Bug Fixes

  • Possible classloader leak through incomplete clearing of annotation caches #31176
  • Spring LogFactory implementation deviates from original Apache LogFactory in terms of abstract method declarations #31167
  • Bean injection fails due to nullSafeConciseToString() invoking isEmpty() on a Map/Collection proxy #31156
  • SpelExpressionParser throws IllegalStateException instead of ParseException for invalid expression #31099
  • @DynamicPropertySource in @Nested test class cannot override dynamic properties from enclosing class #31085
  • TransactionalApplicationListenerMethodAdapter should find @TransactionalEventListener on target class method #31037
  • ScheduledAnnotationBeanPostProcessor: graceful shutdown should not interrupt currently running jobs #31020
  • Permgen memory leak due to ClassInfo caching in java.beans.Introspector on JDK 11/17 #31005
  • MethodIntrospector.selectMethods(?) fails to find methods in case of special bridge method arrangement #30907

📔 Documentation

  • Fix documentation: Passing in Lists of Values for IN Clause does not work with JdbcTemplate #31229
  • Refine CORS documentation for wildcard processing #31168
  • Propagation REQUIRES_NEW may cause connection pool deadlock #31040
  • Clarify R2DBC ConnectionAccessor and DatabasePopulator exception declarations #30933
  • Doc: Avoid deadlock in @PostConstruct through SmartInitializingSingleton or ContextRefreshedEvent #30889
Commits
  • e5d99ec Release v5.3.30
  • f7bf243 Clarify IN clause resolution with List/Iterable parameter
  • 40678bb Refine CORS documentation for wildcard processing
  • 75faf69 Refine CORS documentation for wildcard processing
  • 39c225c AnnotationUtils.clearCache() includes all annotation caches
  • 0c3d8d7 Align abstract method signatures with original Commons Logging API
  • ddcae04 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()
  • 994bbec Polishing
  • afb378a Consistently throw ParseException instead of IllegalStateException
  • a4fc7d3 Optimize ClassUtils#getMostSpecificMethod
  • Additional commits viewable in compare view

Updates org.springframework:spring-core from 5.3.29 to 5.3.30

Release notes

Sourced from org.springframework:spring-core's releases.

v5.3.30

⭐ New Features

  • Optimize ClassUtils#getMostSpecificMethod #31100
  • Optimize whitespace checks in StringUtils #31069
  • Align validation metadata handling in PayloadMethodArgumentResolver #31056
  • Register an override for an existing adapter in ReactiveAdapterRegistry #31048
  • Make bean initialization deterministic for multiple @Autowired methods on same bean class #30994
  • Performance bottlenecks while creating scoped bean instances #30892

🐞 Bug Fixes

  • Possible classloader leak through incomplete clearing of annotation caches #31176
  • Spring LogFactory implementation deviates from original Apache LogFactory in terms of abstract method declarations #31167
  • Bean injection fails due to nullSafeConciseToString() invoking isEmpty() on a Map/Collection proxy #31156
  • SpelExpressionParser throws IllegalStateException instead of ParseException for invalid expression #31099
  • @DynamicPropertySource in @Nested test class cannot override dynamic properties from enclosing class #31085
  • TransactionalApplicationListenerMethodAdapter should find @TransactionalEventListener on target class method #31037
  • ScheduledAnnotationBeanPostProcessor: graceful shutdown should not interrupt currently running jobs #31020
  • Permgen memory leak due to ClassInfo caching in java.beans.Introspector on JDK 11/17 #31005
  • MethodIntrospector.selectMethods(?) fails to find methods in case of special bridge method arrangement #30907

📔 Documentation

  • Fix documentation: Passing in Lists of Values for IN Clause does not work with JdbcTemplate #31229
  • Refine CORS documentation for wildcard processing #31168
  • Propagation REQUIRES_NEW may cause connection pool deadlock #31040
  • Clarify R2DBC ConnectionAccessor and DatabasePopulator exception declarations #30933
  • Doc: Avoid deadlock in @PostConstruct through SmartInitializingSingleton or ContextRefreshedEvent #30889
Commits
  • e5d99ec Release v5.3.30
  • f7bf243 Clarify IN clause resolution with List/Iterable parameter
  • 40678bb Refine CORS documentation for wildcard processing
  • 75faf69 Refine CORS documentation for wildcard processing
  • 39c225c AnnotationUtils.clearCache() includes all annotation caches
  • 0c3d8d7 Align abstract method signatures with original Commons Logging API
  • ddcae04 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()
  • 994bbec Polishing
  • afb378a Consistently throw ParseException instead of IllegalStateException
  • a4fc7d3 Optimize ClassUtils#getMostSpecificMethod
  • Additional commits viewable in compare view

Updates org.springframework:spring-beans from 5.3.29 to 5.3.30

Release notes

Sourced from org.springframework:spring-beans's releases.

v5.3.30

⭐ New Features

  • Optimize ClassUtils#getMostSpecificMethod #31100
  • Optimize whitespace checks in StringUtils #31069
  • Align validation metadata handling in PayloadMethodArgumentResolver #31056
  • Register an override for an existing adapter in ReactiveAdapterRegistry #31048
  • Make bean initialization deterministic for multiple @Autowired methods on same bean class #30994
  • Performance bottlenecks while creating scoped bean instances #30892

🐞 Bug Fixes

  • Possible classloader leak through incomplete clearing of annotation caches #31176
  • Spring LogFactory implementation deviates from original Apache LogFactory in terms of abstract method declarations #31167
  • Bean injection fails due to nullSafeConciseToString() invoking isEmpty() on a Map/Collection proxy #31156
  • SpelExpressionParser throws IllegalStateException instead of ParseException for invalid expression #31099
  • @DynamicPropertySource in @Nested test class cannot override dynamic properties from enclosing class #31085
  • TransactionalApplicationListenerMethodAdapter should find @TransactionalEventListener on target class method #31037
  • ScheduledAnnotationBeanPostProcessor: graceful shutdown should not interrupt currently running jobs #31020
  • Permgen memory leak due to ClassInfo caching in java.beans.Introspector on JDK 11/17 #31005
  • MethodIntrospector.selectMethods(?) fails to find methods in case of special bridge method arrangement #30907

📔 Documentation

  • Fix documentation: Passing in Lists of Values for IN Clause does not work with JdbcTemplate #31229
  • Refine CORS documentation for wildcard processing #31168
  • Propagation REQUIRES_NEW may cause connection pool deadlock #31040
  • Clarify R2DBC ConnectionAccessor and DatabasePopulator exception declarations #30933
  • Doc: Avoid deadlock in @PostConstruct through SmartInitializingSingleton or ContextRefreshedEvent #30889
Commits
  • e5d99ec Release v5.3.30
  • f7bf243 Clarify IN clause resolution with List/Iterable parameter
  • 40678bb Refine CORS documentation for wildcard processing
  • 75faf69 Refine CORS documentation for wildcard processing
  • 39c225c AnnotationUtils.clearCache() includes all annotation caches
  • 0c3d8d7 Align abstract method signatures with original Commons Logging API
  • ddcae04 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()
  • 994bbec Polishing
  • afb378a Consistently throw ParseException instead of IllegalStateException
  • a4fc7d3 Optimize ClassUtils#getMostSpecificMethod
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.eclipse.jetty:jetty-server [>= 10.a, < 11]

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the java-dependencies group in /winery-launcher with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [org.eclipse.jetty:jetty-server](https://github.com/eclipse/jetty.project) | `9.4.51.v20230217` | `9.4.52.v20230823` |
| [org.eclipse.jetty:jetty-servlets](https://github.com/eclipse/jetty.project) | `9.4.51.v20230217` | `9.4.52.v20230823` |
| [org.eclipse.jetty:jetty-servlet](https://github.com/eclipse/jetty.project) | `9.4.51.v20230217` | `9.4.52.v20230823` |
| org.eclipse.jetty.websocket:javax-websocket-server-impl | `9.4.51.v20230217` | `9.4.52.v20230823` |
| [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `5.3.29` | `5.3.30` |
| [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `5.3.29` | `5.3.30` |
| [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | `5.3.29` | `5.3.30` |


Updates `org.eclipse.jetty:jetty-server` from 9.4.51.v20230217 to 9.4.52.v20230823
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-9.4.51.v20230217...jetty-9.4.52.v20230823)

Updates `org.eclipse.jetty:jetty-servlets` from 9.4.51.v20230217 to 9.4.52.v20230823
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-9.4.51.v20230217...jetty-9.4.52.v20230823)

Updates `org.eclipse.jetty:jetty-servlet` from 9.4.51.v20230217 to 9.4.52.v20230823
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-9.4.51.v20230217...jetty-9.4.52.v20230823)

Updates `org.eclipse.jetty.websocket:javax-websocket-server-impl` from 9.4.51.v20230217 to 9.4.52.v20230823

Updates `org.springframework:spring-context` from 5.3.29 to 5.3.30
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.29...v5.3.30)

Updates `org.springframework:spring-core` from 5.3.29 to 5.3.30
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.29...v5.3.30)

Updates `org.springframework:spring-beans` from 5.3.29 to 5.3.30
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.29...v5.3.30)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
- dependency-name: org.eclipse.jetty:jetty-servlets
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
- dependency-name: org.eclipse.jetty:jetty-servlet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
- dependency-name: org.eclipse.jetty.websocket:javax-websocket-server-impl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
- dependency-name: org.springframework:spring-beans
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 15, 2023
@olvidalo olvidalo merged commit 668a24c into main Sep 15, 2023
6 checks passed
@olvidalo olvidalo deleted the dependabot/maven/winery-launcher/java-dependencies-50b99696e7 branch September 15, 2023 09:10
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant