-
Notifications
You must be signed in to change notification settings - Fork 2
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
[BUG] Spring incompatibility with TeamCity 2024.07.3 #259
Comments
We get it: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from URL [jar:file:/var/www/apps/teamcity/TeamCity/webapps/ROOT/WEB-INF/lib/common-impl.jar!/META-INF/per-plugin-shared-spring.xml]; nested exception is org.springframework.beans.FatalBeanException: Class [org.springframework.context.config.ContextNamespaceHandler] for namespace [http://www.springframework.org/schema/context] does not implement the [org.springframework.beans.factory.xml.NamespaceHandler] interface |
Also in the last version you released this week |
Describe the bug
After installing Checkmarx AST 2.0.24 plugin, TeamCity is reporting an error related to Spring configuration (in Administration > Server Administration > Plugins page).
After a quick analysis we saw that the plugin is embedding Spring Core 6.1.14 whereas TeamCity is running Spring Core 5.3.34.
This could explain the plugin failing to load its Spring context.
Expected behavior
Successful loading of the Checkmarx AST plugin.
Actual behavior
Presently TeamCity 2024.07.3 is unable to load the plugin (latest tested compatible version = 2.0.22).
Steps to reproduce
Environment
Additional comments
On JetBrains marketplace there is no restriction about TeamCity version compatibility range.
Logs
The text was updated successfully, but these errors were encountered: