Skip to content

Fix the swagger ui not working#203

Merged
jacomago merged 1 commit intoChannelFinder:masterfrom
jacomago:fix-springdoc
Feb 25, 2026
Merged

Fix the swagger ui not working#203
jacomago merged 1 commit intoChannelFinder:masterfrom
jacomago:fix-springdoc

Conversation

@jacomago
Copy link
Contributor

Had to update to the latest springdoc version (to match with spring-boot)

- Upgraded `springdoc-openapi-ui` to `springdoc-openapi-starter-webmvc-ui` and updated version to 2.8.5.
- Removed unused `swagger-core` dependency.
- Fixed indentation and improved formatting for readability.
@jacomago jacomago self-assigned this Feb 25, 2026
@sonarqubecloud
Copy link

Comment on lines +2 to +9
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>ChannelFinder</artifactId>
<groupId>org.phoebus</groupId>
<version>5.0.1-SNAPSHOT</version>
<name>ChannelFinder Service</name>
<artifactId>ChannelFinder</artifactId>
<groupId>org.phoebus</groupId>
<version>5.0.1-SNAPSHOT</version>
<name>ChannelFinder Service</name>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please deactivate the formatting in your IDE?

@jacomago jacomago merged commit df41973 into ChannelFinder:master Feb 25, 2026
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants