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

Fix FilteringXmlBeanDefinitionReader and cleaner semantics #47

Merged

Conversation

groldan
Copy link
Member

@groldan groldan commented Sep 4, 2020

Receives a single regular expression that represents which beans to
include, not to exclude. Added clear examples for including and
excluding based on bean names, and fixed the regular expressions used to
load the gs-main applicationContext.xml excluding the beans that are
in charge of implementations of GeoServerBackendConfigurer, and the
wms-service's includes of gs-wfs beans.

Fix #13, wms-service couldn't respond to GetMap queries before due to
missing wfs related beans.

Receives a single regular expression that represents which beans to
include, not to exclude. Added clear examples for including and
excluding based on bean names, and fixed the regular expressions used to
load the gs-main applicationContext.xml excluding the beans that are
in charge of implementations of `GeoServerBackendConfigurer`, and the
wms-service's includes of gs-wfs beans.

Fixes wms-service, it couldn't respond to GetMap queries before due to
missing wfs related beans.
@groldan groldan added this to the 0.2.0 milestone Sep 4, 2020
@groldan groldan self-assigned this Sep 4, 2020
@groldan groldan merged commit 469ad1f into geoserver:master Sep 4, 2020
@groldan groldan deleted the fix_filtering_xml_bean_def_reader branch September 4, 2020 10:02
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.

WMS not finding/using BBoxKvpParser
1 participant