Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi Atlassian team,
How do I enable spring libraries to use in my atlassian plugin.
I need to use @value @Configuration @Romni Digital in my project.
Also some other common custom spring libraries which we use with other projects.
Life is not easy with Spring scanner 2 . I keep getting this error. A simple spring stuff has taken more than a week.
org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.atlassian.com/schema/atlassian-scanner]
Offending resource: URL [bundle://127.0:0/META-INF/spring/plugin-context.xml]
I ran into a similar issue and was able to fix it by deleting the META folder inside the resources folder of the plugin. I then ran atlas-clean and tried building it again and it worked. Hopefully, that also fixes it for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.