Skip to content

Commit

Permalink
[releng] Update swagger dependencies versions
Browse files Browse the repository at this point in the history
Signed-off-by: Axel RICHARD <[email protected]>
  • Loading branch information
AxelRICHARD authored and sbegaudeau committed Jan 17, 2025
1 parent a491c02 commit 30997cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ As part of this switch, the way we redirect the HTTP requests of frontend views
The previous strategy relied on an odd configuration of the `WebMvcConfigurer#addResourceHandlers` in order to redirect those requests to the `index.html` file.
Now that the behavior of this method https://github.com/spring-projects/spring-framework/issues/33712[has been changed in Spring Framework] to only support folders as valid locations, we must update to https://docs.spring.io/spring-framework/reference/web/webmvc-functional.html#webmvc-fn-resource[the recommended way] to perform the routing of single page applications.
This may have some consequences for downstream applications which are embedding static resources.

- [releng] Upgrade `springdoc-openapi-starter-webmvc-ui` from 2.5.0 to version 2.8.3.
- [releng] Upgrade `swagger-annotations-jakarta` from 2.2.21 to 2.2.27

=== Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion packages/sirius-web/backend/sirius-web-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations-jakarta</artifactId>
<version>2.2.21</version>
<version>2.2.27</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.5.0</version>
<version>2.8.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 30997cc

Please sign in to comment.