Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Update Networking (major) #1004

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 26, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.apache.qpid:qpid-broker-plugins-memory-store (source) 8.0.6 -> 9.2.0 age adoption passing confidence
org.apache.qpid:qpid-broker-plugins-amqp-1-0-protocol (source) 8.0.6 -> 9.2.0 age adoption passing confidence
org.apache.qpid:qpid-broker-core (source) 8.0.6 -> 9.2.0 age adoption passing confidence
io.springfox:springfox-swagger2 2.9.2 -> 3.0.0 age adoption passing confidence
io.github.openfeign:feign-jackson 10.1.0 -> 13.2.1 age adoption passing confidence
org.apache.qpid:qpid-jms-client (source) 1.5.0 -> 2.5.0 age adoption passing confidence
org.apache.tomcat.embed:tomcat-embed-websocket 9.0.75 -> 10.1.20 age adoption passing confidence
org.apache.tomcat.embed:tomcat-embed-el 9.0.75 -> 10.1.20 age adoption passing confidence
org.apache.tomcat.embed:tomcat-embed-core 9.0.75 -> 10.1.20 age adoption passing confidence

Release Notes

springfox/springfox (io.springfox:springfox-swagger2)

v3.0.0

Compare Source

Release Notes

image
Picture Credit National Geographic

First and foremost a big thank you to the community for keeping me motivated to work on this project. There have been some really amazing contributions in this release in terms of code, comments, bug reports and it is humbling to see people jumping in to solve problems on the issue forum. It sure motivated me to get over the "hump" and start working on in earnest. What better way to lose the COVID blues!

Thank you! 🥳 🍾

Also please welcome the newest maintainer to the springfox team @​MaksimOrlov. A lot of the great work you see in the model generation support is due to his efforts, collaborating tirelessly on weekends and not giving up while ensuring the model generation engine is performant 👏

NOTE: This is a breaking change release, I've tried to maintain backwards compatibility with earlier versions of springfox as much as possible. Deprecated APIs prior to 2.9 have been aggressively removed and new APIs that will go away in the near future have been marked. So please look out for those and do report anything that has been missed.

Highlights of this release include

  • Spring 5, Webflux support (only request mapping support, functional endpoints aren't supported yet)
  • Spring Integration support (feedback is much appreciated)
  • Spring Boot support springfox-boot-starter dependency (Zero Config, Autoconfiguration support)
  • Documented Configuration Properties with autocomplete
  • Better specification compatibility with 2.0
  • Support for OpenApi 3.0.3
  • Zero Dependency (almost, the only libraries needed are spring-plugin, pswagger-core](https://github.com/swagger-api/swagger-core)
  • Existing swagger2 annotations will continue to work and enrich open api 3.0 specification
Compatibility Notes
  • Requires Java 8
  • Requires Spring 5.x (not tested with earlier versions
  • Requires SpringBoot 2.2+ (not tested with earlier versions)
Contributions

Significant contributions that come to mind (and please remind me of others in this list cos' my memory is weak)

Pull Requests
Bug Fixes
Maintenance
Features

v2.10.5

Compare Source

v2.10.4

Compare Source

v2.10.3

Compare Source

v2.10.0

Compare Source

openfeign/feign (io.github.openfeign:feign-jackson)

v13.2.1: OpenFeign 13.2.1

Compare Source

What's Changed


List of PRs that updated libraries versions
* build(deps): bump com.squareup.moshi:moshi from 1.15.0 to 1.15.1 by @​dependabot in https://github.com/OpenFeign/feign/pull/2315 * build(deps): bump com.google.http-client:google-http-client from 1.43.3 to 1.44.1 by @​dependabot in https://github.com/OpenFeign/feign/pull/2313 * build(deps): bump org.junit:junit-bom from 5.10.1 to 5.10.2 by @​dependabot in https://github.com/OpenFeign/feign/pull/2319 * build(deps): bump org.json:json from 20231013 to 20240205 by @​dependabot in https://github.com/OpenFeign/feign/pull/2322 * build(deps-dev): bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by @​dependabot in https://github.com/OpenFeign/feign/pull/2320 * build(deps): bump slf4j.version from 2.0.11 to 2.0.12 by @​dependabot in https://github.com/OpenFeign/feign/pull/2321

Full Changelog: OpenFeign/feign@13.2...13.2.1

v13.2: OpenFeign 13.2

Compare Source

What's Changed

List of PRs that updated libraries versions
New Contributors

Full Changelog: OpenFeign/feign@13.1...13.2

v13.1: OpenFeign 13.1

Compare Source

What's Changed


List of PRs that updated libraries versions
* build(deps): bump jakarta.xml.ws:jakarta.xml.ws-api from 4.0.0 to 4.0.1 by @​dependabot in https://github.com/OpenFeign/feign/pull/2211 * build(deps-dev): bump org.glassfish.jersey.core:jersey-client from 2.40 to 2.41 by @​dependabot in https://github.com/OpenFeign/feign/pull/2210 * build(deps-dev): bump org.glassfish.jersey.inject:jersey-hk2 from 2.40 to 2.41 by @​dependabot in https://github.com/OpenFeign/feign/pull/2209 * build(deps): bump jakarta.xml.soap:jakarta.xml.soap-api from 3.0.0 to 3.0.1 by @​dependabot in https://github.com/OpenFeign/feign/pull/2208 * build(deps): bump com.sun.xml.bind:jaxb-impl from 2.3.8 to 2.3.9 by @​dependabot in https://github.com/OpenFeign/feign/pull/2207 * build(deps): bump io.sundr:sundr-maven-plugin from 0.101.0 to 0.101.1 by @​dependabot in https://github.com/OpenFeign/feign/pull/2213 * build(deps): bump maven-surefire-plugin.version from 3.1.2 to 3.2.1 by @​dependabot in https://github.com/OpenFeign/feign/pull/2212 * build(deps): bump io.sundr:sundr-maven-plugin from 0.101.1 to 0.101.2 by @​dependabot in https://github.com/OpenFeign/feign/pull/2215 * build(deps): bump kotlin.version from 1.9.10 to 1.9.20 by @​dependabot in https://github.com/OpenFeign/feign/pull/2219 * build(deps): bump io.sundr:sundr-maven-plugin from 0.101.2 to 0.101.3 by @​dependabot in https://github.com/OpenFeign/feign/pull/2220 * build(deps): bump org.mockito:mockito-core from 5.6.0 to 5.7.0 by @​dependabot in https://github.com/OpenFeign/feign/pull/2221 * build(deps): bump org.moditect:moditect-maven-plugin from 1.0.0.Final to 1.1.0 by @​dependabot in https://github.com/OpenFeign/feign/pull/2224 * build(deps): bump io.dropwizard.metrics:metrics-core from 4.2.21 to 4.2.22 by @​dependabot in https://github.com/OpenFeign/feign/pull/2222 * build(deps): bump org.junit:junit-bom from 5.10.0 to 5.10.1 by @​dependabot in https://github.com/OpenFeign/feign/pull/2223 * build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @​dependabot in https://github.com/OpenFeign/feign/pull/2226 * build(deps): bump maven-surefire-plugin.version from 3.2.1 to 3.2.2 by @​dependabot in https://github.com/OpenFeign/feign/pull/2225

New Contributors

Full Changelog: OpenFeign/feign@13.0...13.1

v13.0: OpenFeign 13.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner December 26, 2022 07:53
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 26, 2022
@renovate renovate bot force-pushed the renovate/major-networking branch from c6d36d7 to 61a8b1d Compare December 26, 2022 11:04
@renovate renovate bot force-pushed the renovate/major-networking branch 2 times, most recently from 566e5bb to ece9cd6 Compare January 6, 2023 10:01
@renovate renovate bot force-pushed the renovate/major-networking branch 5 times, most recently from bb40b3d to 85d72fb Compare January 18, 2023 04:22
@renovate renovate bot force-pushed the renovate/major-networking branch 4 times, most recently from 15f0b22 to 8c96863 Compare January 30, 2023 17:09
@renovate renovate bot force-pushed the renovate/major-networking branch 2 times, most recently from 53bb65a to 33d7514 Compare February 6, 2023 16:04
@renovate renovate bot force-pushed the renovate/major-networking branch from 33d7514 to f6f0b28 Compare February 14, 2023 12:39
@renovate renovate bot force-pushed the renovate/major-networking branch 2 times, most recently from 2b262af to f047aa4 Compare February 27, 2023 01:19
@renovate renovate bot force-pushed the renovate/major-networking branch 4 times, most recently from eb15d50 to 6a8a620 Compare March 9, 2023 12:48
@renovate renovate bot force-pushed the renovate/major-networking branch 7 times, most recently from eb38635 to 1ad6f69 Compare March 16, 2023 10:17
@renovate renovate bot force-pushed the renovate/major-networking branch from ad32652 to 4a55016 Compare October 30, 2023 12:58
@renovate renovate bot force-pushed the renovate/major-networking branch 3 times, most recently from 05b2f65 to 55b204e Compare November 16, 2023 17:17
@renovate renovate bot force-pushed the renovate/major-networking branch 2 times, most recently from 733ab0e to d1483fa Compare November 29, 2023 18:24
@renovate renovate bot force-pushed the renovate/major-networking branch 5 times, most recently from 61dd0af to 7123b59 Compare December 6, 2023 17:39
@renovate renovate bot force-pushed the renovate/major-networking branch 5 times, most recently from a127435 to 421b468 Compare December 18, 2023 15:38
@renovate renovate bot force-pushed the renovate/major-networking branch from 421b468 to 5d33643 Compare January 9, 2024 17:22
@renovate renovate bot force-pushed the renovate/major-networking branch 2 times, most recently from d0c169d to bd6cbb2 Compare January 25, 2024 09:07
@renovate renovate bot force-pushed the renovate/major-networking branch 4 times, most recently from f242100 to 852fdf0 Compare February 13, 2024 17:36
@renovate renovate bot force-pushed the renovate/major-networking branch from 852fdf0 to 1bec354 Compare February 19, 2024 19:34
@renovate renovate bot force-pushed the renovate/major-networking branch from 1bec354 to 63caabd Compare March 1, 2024 10:49
@renovate renovate bot force-pushed the renovate/major-networking branch from 63caabd to 663964a Compare March 11, 2024 17:15
@renovate renovate bot force-pushed the renovate/major-networking branch 2 times, most recently from 00e3a19 to 18cd458 Compare March 25, 2024 22:41
@renovate renovate bot force-pushed the renovate/major-networking branch from 18cd458 to 2f69f2d Compare April 2, 2024 10:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants