You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/10/31 11:12:49 UTC

[PR] Bump io.springfox:springfox-swagger-ui from 2.2.2 to 3.0.0 [logging-log4j-audit]

dependabot[bot] opened a new pull request, #79:
URL: https://github.com/apache/logging-log4j-audit/pull/79

   Bumps [io.springfox:springfox-swagger-ui](https://github.com/springfox/springfox) from 2.2.2 to 3.0.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/springfox/springfox/releases">io.springfox:springfox-swagger-ui's releases</a>.</em></p>
   <blockquote>
   <h2>3.0.0</h2>
   <h2>Release Notes</h2>
   <p><img src="https://user-images.githubusercontent.com/73257/87369911-3f165700-c547-11ea-8f0f-67261ed1093e.png" alt="image" />
   Picture Credit <a href="https://twitter.com/NatGeo/status/1110165958755266563?s=20">National Geographic</a></p>
   <p>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 &quot;hump&quot; and start working on in earnest. What better way to lose the COVID blues!</p>
   <p><strong>Thank you!</strong> 🥳 🍾</p>
   <p>Also please welcome the newest maintainer to the springfox team <a href="https://github.com/MaksimOrlov"><code>@​MaksimOrlov</code></a>. 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 👏</p>
   <p>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.</p>
   <p>Highlights of this release include</p>
   <ul>
   <li>Spring 5, Webflux support (<em>only</em> request mapping support, functional endpoints aren't supported yet)</li>
   <li>Spring Integration support (feedback is much appreciated)</li>
   <li>Spring Boot support <code>springfox-boot-starter</code> dependency (Zero Config, Autoconfiguration support)</li>
   <li>Documented Configuration Properties with autocomplete</li>
   <li>Better specification compatibility with 2.0</li>
   <li>Support for OpenApi 3.0.3</li>
   <li>Zero Dependency (almost, the only libraries needed are <a href="https://github.com/spring-projects/spring-plugin">spring-plugin</a>, pswagger-core](<a href="https://github.com/swagger-api/swagger-core">https://github.com/swagger-api/swagger-core</a>)</li>
   <li>Existing swagger2 annotations will continue to work and enrich open api 3.0 specification</li>
   </ul>
   <h2>Compatibility Notes</h2>
   <ul>
   <li>Requires Java 8</li>
   <li>Requires Spring 5.x (not tested with earlier versions</li>
   <li>Requires SpringBoot 2.2+ (not tested with earlier versions)</li>
   </ul>
   <h1>Contributions</h1>
   <p>Significant contributions that come to mind (and please remind me of others in this list cos' my memory is weak)</p>
   <ul>
   <li><a href="https://github.com/MaksimOrlov"><code>@​MaksimOrlov</code></a> for his work on better model generation (json view, validation groups, request/response models)</li>
   <li><a href="https://github.com/dschulten"><code>@​dschulten</code></a> for introducing spring integration support</li>
   <li><a href="https://github.com/deblockt"><code>@​deblockt</code></a> and <a href="https://github.com/ligasgr"><code>@​ligasgr</code></a>  for their work on webflux support</li>
   <li><a href="https://github.com/ile"><code>@​ile</code></a> for spring 5 support</li>
   <li><a href="https://github.com/neil1hart"><code>@​neil1hart</code></a> for removing the guava dependencies</li>
   <li>and <a href="https://github.com/cbornet"><code>@​cbornet</code></a> for the occasional nudges to working on this release :)</li>
   </ul>
   <h2>Pull Requests</h2>
   <ul>
   <li>3348 - Fixed model generation bugs (<a href="https://redirect.github.com/springfox/springfox/issues/3350">#3350</a>) by <a href="https://github.com/dilipkrish"><code>@​dilipkrish</code></a></li>
   <li>Returning cache to life.  (<a href="https://redirect.github.com/springfox/springfox/issues/3307">#3307</a>) by <a href="https://github.com/MaksimOrlov"><code>@​MaksimOrlov</code></a></li>
   <li>Check to prevent NPE. <a href="https://redirect.github.com/springfox/springfox/issues/3303">#3303</a> (<a href="https://redirect.github.com/springfox/springfox/issues/3304">#3304</a>) by <a href="https://github.com/MaksimOrlov"><code>@​MaksimOrlov</code></a></li>
   <li>Enhancement of merging algorithm. maintenance (<a href="https://redirect.github.com/springfox/springfox/issues/3298">#3298</a>) by <a href="https://github.com/MaksimOrlov"><code>@​MaksimOrlov</code></a></li>
   <li>Issue 3255 (<a href="https://redirect.github.com/springfox/springfox/issues/3259">#3259</a>) by <a href="https://github.com/shouldnotappearcalm"><code>@​shouldnotappearcalm</code></a></li>
   <li>Model enhancement bugfix (<a href="https://redirect.github.com/springfox/springfox/issues/3247">#3247</a>) by <a href="https://github.com/MaksimOrlov"><code>@​MaksimOrlov</code></a></li>
   <li>Update swagger ui to version without css security issue (<a href="https://redirect.github.com/springfox/springfox/issues/3226">#3226</a>) by <a href="https://github.com/msbg"><code>@​msbg</code></a></li>
   <li>Jackson 2.10.1 (<a href="https://redirect.github.com/springfox/springfox/issues/3217">#3217</a>) by <a href="https://github.com/sullis"><code>@​sullis</code></a></li>
   <li>Issue 2932 (<a href="https://redirect.github.com/springfox/springfox/issues/3210">#3210</a>) by <a href="https://github.com/alienisty"><code>@​alienisty</code></a></li>
   <li><a href="https://redirect.github.com/springfox/springfox/issues/3189">#3189</a> - handle defaults in Spring placeholders (<a href="https://redirect.github.com/springfox/springfox/issues/3190">#3190</a>) by <a href="https://github.com/beliakou"><code>@​beliakou</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/springfox/springfox/blob/master/docs/release-notes.md">io.springfox:springfox-swagger-ui's changelog</a>.</em></p>
   <blockquote>
   <h1>2.9.2 Release Notes</h1>
   <p>This is mostly a service release. Predominantly to publish the repository to maven along with minor improvements</p>
   <h2>Pull requests and contributions</h2>
   <ul>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2492">#2492</a>) Added missing backtick   <a href="https://github.com/TwinProduction"><code>@​TwinProduction</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2465">#2465</a>) X-Forwarded-Prefix should replace basePath in newer spring versions   <a href="https://github.com/rainoko"><code>@​rainoko</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2464">#2464</a>) Remove replaceAll with trim   <a href="https://github.com/ctruzzi"><code>@​ctruzzi</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2434">#2434</a>) Add csrf token support   <a href="https://github.com/olOwOlo"><code>@​olOwOlo</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2429">#2429</a>) Remove output related to fixed issue (<a href="https://redirect.github.com/springfox/springfox/issues/1244">#1244</a>) <a href="https://redirect.github.com/springfox/springfox/issues/2428">#2428</a>   <a href="https://github.com/haelduksf"><code>@​haelduksf</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2404">#2404</a>) Using media type to determine correct param type when expanding param…   <a href="https://github.com/andyRokit"><code>@​andyRokit</code></a></li>
   </ul>
   <h2>Bugs</h2>
   <ul>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2502">#2502</a>) OperationContext only finds SecurityContext's by path ignoring methods
   <a href="https://github.com/robinsonmark"><code>@​robinsonmark</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2481">#2481</a>) ConditionalOnWebApplication not found after upgrading to 2.9.0  <code>duplicate</code> <a href="https://github.com/gionn"><code>@​gionn</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2461">#2461</a>) 2.8.0 /swagger-resource/configuration/ui does not set Accept header properly  <a href="https://github.com/OverDrone"><code>@​OverDrone</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2446">#2446</a>) ApiParam allowableValues string with spaces is not supported  <a href="https://github.com/uriparush"><code>@​uriparush</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2438">#2438</a>) Upgrade to SpringFox 2.9.0 causes failures in Spring Boot 2.0.2.RELEASE  <a href="https://github.com/james"><code>@​james</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2428">#2428</a>) description = &quot;<a href="https://github.com/Size"><code>@​Size</code></a>: Min - Max (until <a href="https://redirect.github.com/springfox/springfox/issues/1244">#1244</a> gets fixed)&quot; when param annotated with <a href="https://github.com/Min"><code>@​Min</code></a> and/or <a href="https://github.com/Max"><code>@​Max</code></a> but <a href="https://redirect.github.com/springfox/springfox/issues/1244">#1244</a> is already fixed  <a href="https://github.com/haelduksf"><code>@​haelduksf</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2423">#2423</a>) Query Parameter extracted from Object doesn't recognize public field without getter  <a href="https://github.com/kintomiko"><code>@​kintomiko</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2415">#2415</a>) JSR-303: Size annotation on Path Param generates maximum/minimum, but on Model generates maxLength/minLength  <a href="https://github.com/retinaburn"><code>@​retinaburn</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2401">#2401</a>) Present multipart object attributes as &quot;formData&quot;  <code>duplicate</code> <a href="https://github.com/andyRokit"><code>@​andyRokit</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2376">#2376</a>) Model attribute expansion should respect form/query parameter type
   <a href="https://github.com/dilipkrish"><code>@​dilipkrish</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2498">#2498</a>) Path Parameter generated having unsupported properties <code>duplicate</code> <a href="https://github.com/FossilBlade"><code>@​FossilBlade</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2481">#2481</a>) ConditionalOnWebApplication not found after upgrading to 2.9.0  <code>duplicate</code> <a href="https://github.com/gionn"><code>@​gionn</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2466">#2466</a>) There is no jar in maven repo.Why? <code>duplicate</code> <a href="https://github.com/litttlefisher"><code>@​litttlefisher</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2441">#2441</a>) Upgrading from 2.8.0 to 2.9.0 causes SpringBootTest to stop working <code>duplicate</code> <a href="https://github.com/maraswrona"><code>@​maraswrona</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2401">#2401</a>) Present multipart object attributes as &quot;formData&quot;  <code>duplicate</code> <a href="https://github.com/andyRokit"><code>@​andyRokit</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/755">#755</a>) o.s.data.domain.Pageable - automatically add <a href="https://github.com/ApiImplicitParams"><code>@​ApiImplicitParams</code></a>? can-use-for-docs <code>duplicate</code>  <a href="https://github.com/steve"><code>@​steve</code></a></li>
   </ul>
   <h2>Feature</h2>
   <ul>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2180">#2180</a>) Is it possible to document OAuth 2 scopes for different HTTP methods? feature <a href="https://github.com/Beontra"><code>@​Beontra</code></a></li>
   </ul>
   <h2>Maintenance</h2>
   <ul>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2503">#2503</a>) Upgrade libraries and patch versions  <a href="https://github.com/dilipkrish"><code>@​dilipkrish</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2448">#2448</a>) X-Forwarded-prefix not work as expected since spring version 4.3.15  <a href="https://github.com/rainoko"><code>@​rainoko</code></a></li>
   </ul>
   <h1>2.9.0 Release Notes</h1>
   <p>This is the last release supporting jdk 6 and spring 4.x. The next planned release is 3.0 which will have jdk 8 as a pre-requisite. There was a large effort to ensure a stable release before moving to the next major release. A big thank you again for the numerous feature/bug requests for making this product better and supporting this library.</p>
   <p>A special thank you to <a href="https://github.com/kasecato"><code>@​kasecato</code></a>, <a href="https://github.com/MaksimOrlov"><code>@​MaksimOrlov</code></a>, <a href="https://github.com/neumaennl"><code>@​neumaennl</code></a>, <a href="https://github.com/rgoers"><code>@​rgoers</code></a> and <a href="https://github.com/Fyro-Ing"><code>@​Fyro-Ing</code></a> for working on some much requested features.</p>
   <p>NOTE: All deprecations will be removed when we move to 3.0</p>
   <h2>Pull Requests</h2>
   <ul>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2356">#2356</a>) Add tag vendor extensions  <a href="https://github.com/nhtzr"><code>@​nhtzr</code></a></li>
   <li>(<a href="https://redirect.github.com/springfox/springfox/issues/2323">#2323</a>) fix for spring data rest 3.0.5.RELEASE while maintaining backward com…  <a href="https://github.com/deodeveloper"><code>@​deodeveloper</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/springfox/springfox/commit/bc9d0cad83e5dfdb30ddb487594fbc33fc1ba28c"><code>bc9d0ca</code></a> Updated the documentation</li>
   <li><a href="https://github.com/springfox/springfox/commit/d92928fa268c6cdc7c1e9508e7a2aefb98d4740c"><code>d92928f</code></a> Sorted the model properties by position and name</li>
   <li><a href="https://github.com/springfox/springfox/commit/4f4aa545e7716f9d5a8dae2d855a6205d403b0b5"><code>4f4aa54</code></a> Added anchors for section links.</li>
   <li><a href="https://github.com/springfox/springfox/commit/9ffb6487d9d6446a3534bffce9328ed2095a021e"><code>9ffb648</code></a> Merge branch 'bug/3030-fix-base-path-with-plugins'</li>
   <li><a href="https://github.com/springfox/springfox/commit/af99ca64dc30fe0c8003816ed9a963aba6b3d911"><code>af99ca6</code></a> Added documentation about the avilability of the plugins</li>
   <li><a href="https://github.com/springfox/springfox/commit/fb979a84adf38c30c05e9911eb08367e9bf4fb29"><code>fb979a8</code></a> Added webmvc/webflux varaints of transformation filter plugins</li>
   <li><a href="https://github.com/springfox/springfox/commit/dd47e4f3e64872c533505e65ffce306840a7bd25"><code>dd47e4f</code></a> Added two plugins to help customize the host/basePath</li>
   <li><a href="https://github.com/springfox/springfox/commit/a9cf91485055cdc8f90981d34818f24e118a9467"><code>a9cf914</code></a> Added auto-startup property to the properties</li>
   <li><a href="https://github.com/springfox/springfox/commit/a66b9a0f75a939efdcd52d77465a8e722ec5c546"><code>a66b9a0</code></a> Fixed issue rendering file input as model attribute</li>
   <li><a href="https://github.com/springfox/springfox/commit/6b34f424c194a959972ad547725c1879f7f1ff2f"><code>6b34f42</code></a> Merge branch 'bug/3353-form-variables-are-not-visible'</li>
   <li>Additional commits viewable in <a href="https://github.com/springfox/springfox/compare/2.2.2...3.0.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.springfox:springfox-swagger-ui&package-manager=maven&previous-version=2.2.2&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump io.springfox:springfox-swagger-ui from 2.2.2 to 3.0.0 [logging-log4j-audit]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #79: Bump io.springfox:springfox-swagger-ui from 2.2.2 to 3.0.0
URL: https://github.com/apache/logging-log4j-audit/pull/79


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump io.springfox:springfox-swagger-ui from 2.2.2 to 3.0.0 [logging-log4j-audit]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #79:
URL: https://github.com/apache/logging-log4j-audit/pull/79#issuecomment-1787211437

   Looks like io.springfox:springfox-swagger-ui is no longer being updated by Dependabot, so this is no longer needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org