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

[GEOS-11040] Fix serviceInfo missing in FeatureService and TileService classes #7620

Merged
merged 1 commit into from May 13, 2024

Conversation

nikolovasara
Copy link

@nikolovasara nikolovasara commented May 10, 2024

GEOS-11040 Powered by Pull Request Badge

Resolve frequent log messages generated by DisabledServiceCheck class
Referenced JIRA issue: GEOS-11040

Checklist

@@ -199,6 +199,12 @@ public WFSInfo getService() {
return geoServer.getService(WFSInfo.class);
}

@SuppressWarnings("unused")
public WFSInfo getServiceInfo() {
Copy link
Member

Choose a reason for hiding this comment

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

Oh interesting... yeah, that callback uses reflection to access the info form the service object itself!
One day we should switch to just having an interface for it (ServiceInfoProvider or something similar).

@aaime aaime added backport 2.24.x Instructs the bot to create a 2.24.x backport PR on merge backport 2.25.x labels May 13, 2024
@aaime aaime merged commit 8d99fe5 into geoserver:main May 13, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.24.x Instructs the bot to create a 2.24.x backport PR on merge backport 2.25.x
Projects
None yet
2 participants