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 Networking (major) #1350

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 Oct 26, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.apache.tomcat.embed:tomcat-embed-websocket 9.0.86 -> 10.1.23 age adoption passing confidence
org.apache.tomcat.embed:tomcat-embed-el 9.0.86 -> 10.1.23 age adoption passing confidence
org.apache.tomcat.embed:tomcat-embed-core 9.0.86 -> 10.1.23 age adoption passing confidence
io.springfox:springfox-swagger-ui 2.9.2 -> 3.0.0 age adoption passing confidence
io.springfox:springfox-swagger2 2.9.2 -> 3.0.0 age adoption passing confidence
io.github.openfeign:feign-jackson 11.0 -> 13.2.1 age adoption passing confidence
io.rest-assured:xml-path (source) 4.3.3 -> 5.4.0 age adoption passing confidence
io.rest-assured:json-path (source) 4.3.3 -> 5.4.0 age adoption passing confidence
io.rest-assured:rest-assured (source) 4.3.3 -> 5.4.0 age adoption passing confidence

Release Notes

springfox/springfox (io.springfox:springfox-swagger-ui)

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 October 26, 2022 12:49
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 26, 2022
@hmcts-jenkins-j-to-z hmcts-jenkins-j-to-z bot requested a deployment to preview October 27, 2022 00:23 Abandoned
@renovate renovate bot force-pushed the renovate/major-networking branch 3 times, most recently from f5679b8 to a4799c7 Compare November 4, 2022 12:09
@renovate renovate bot force-pushed the renovate/major-networking branch 16 times, most recently from 261f6b0 to 145d526 Compare November 22, 2022 11:34
@renovate renovate bot force-pushed the renovate/major-networking branch 3 times, most recently from b9bc015 to c678b47 Compare November 15, 2023 12:16
@renovate renovate bot force-pushed the renovate/major-networking branch 4 times, most recently from a1dca9b to 37178be Compare December 6, 2023 17:39
@renovate renovate bot force-pushed the renovate/major-networking branch 6 times, most recently from 282df0b to 0b45899 Compare December 14, 2023 15:25
@renovate renovate bot force-pushed the renovate/major-networking branch from 0b45899 to a39158b Compare December 18, 2023 15:37
@renovate renovate bot force-pushed the renovate/major-networking branch from a39158b to 692ab0e Compare January 9, 2024 16:41
@renovate renovate bot force-pushed the renovate/major-networking branch 2 times, most recently from 321ea30 to afe854f Compare January 25, 2024 10:17
@renovate renovate bot force-pushed the renovate/major-networking branch 3 times, most recently from b25e0e9 to 76c662e Compare February 13, 2024 17:35
@renovate renovate bot force-pushed the renovate/major-networking branch 2 times, most recently from 86ae373 to 50d4569 Compare February 26, 2024 09:15
@renovate renovate bot force-pushed the renovate/major-networking branch from 50d4569 to 47e28cd Compare March 1, 2024 10:48
@renovate renovate bot force-pushed the renovate/major-networking branch 2 times, most recently from e31be2b to 3c9f038 Compare March 18, 2024 12:22
@renovate renovate bot force-pushed the renovate/major-networking branch 2 times, most recently from dd9df91 to d393087 Compare March 25, 2024 23:20
@renovate renovate bot force-pushed the renovate/major-networking branch from d393087 to 38c1a18 Compare April 2, 2024 10:01
@renovate renovate bot force-pushed the renovate/major-networking branch from 38c1a18 to 880e4b7 Compare April 23, 2024 22:37
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 ns:sscs prd:sscs rel:sscs-bulk-scan-pr-1350
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants