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

[API] Compatibility problems - dependant extensions #81

Closed
mlytvyn opened this issue Dec 15, 2022 · 0 comments · Fixed by #145
Closed

[API] Compatibility problems - dependant extensions #81

mlytvyn opened this issue Dec 15, 2022 · 0 comments · Fixed by #145
Assignees
Labels
help wanted Extra attention is needed

Comments

@mlytvyn
Copy link
Collaborator

mlytvyn commented Dec 15, 2022


(Package 'com.intellij.javaee.application' is not found, Package 'com.intellij.javaee.application' is not found along with its class com.intellij.javaee.application.facet.JavaeeApplicationFacet. Probably the package 'com.intellij.javaee.application' belongs to a library or dependency that is not resolved by the checker. It is also possible, however, that this package was actually removed from a dependency causing the detected problems. Access to unresolved classes at runtime may lead to NoSuchClassError. The following classes of 'com.intellij.javaee.application' are not resolved: Class com.intellij.javaee.application.facet.JavaeeApplicationFacet is referenced in com.intellij.idea.plugin.hybris.project.tasks.ImportProjectProgressModalWindow.run(ProgressIndicator indicator) : void )


(Package 'com.intellij.javaee.web' is not found, Package 'com.intellij.javaee.web' is not found along with its class com.intellij.javaee.web.facet.WebFacet. Probably the package 'com.intellij.javaee.web' belongs to a library or dependency that is not resolved by the checker. It is also possible, however, that this package was actually removed from a dependency causing the detected problems. Access to unresolved classes at runtime may lead to NoSuchClassError. The following classes of 'com.intellij.javaee.web' are not resolved: Class com.intellij.javaee.web.facet.WebFacet is referenced in com.intellij.idea.plugin.hybris.project.tasks.ImportProjectProgressModalWindow.run(ProgressIndicator indicator) : void )


(Package 'com.intellij.spring' is not found, Package 'com.intellij.spring' is not found along with its 7 classes. Probably the package 'com.intellij.spring' belongs to a library or dependency that is not resolved by the checker. It is also possible, however, that this package was actually removed from a dependency causing the detected problems. Access to unresolved classes at runtime may lead to NoSuchClassError. The following classes of 'com.intellij.spring' are not resolved: Class com.intellij.spring.model.SpringBeanPointer is referenced in com.intellij.idea.plugin.hybris.type.system.converter.AttributeHandlerReferenceConverter.access$findBean(AttributeHandlerReferenceConverter $this, Set springModels, String name) : SpringBeanPointer com.intellij.idea.plugin.hybris.type.system.converter.AttributeHandlerReferenceConverter.findBean(Set springModels, String name) : SpringBeanPointer com.intellij.idea.plugin.hybris.type.system.converter.AttributeHandlerReferenceConverter.createSpringReferences.reference$1.multiResolve(boolean incompleteCode) : ResolveResult[] Class com.intellij.spring.CommonSpringModel is referenced in com.intellij.idea.plugin.hybris.type.system.converter.AttributeHandlerReferenceConverter.findBean(Set springModels, String name) : SpringBeanPointer Class com.intellij.spring.SpringManager is referenced in com.intellij.idea.plugin.hybris.type.system.converter.AttributeHandlerReferenceConverter.createSpringReferences.reference$1.multiResolve(boolean incompleteCode) : ResolveResult[] Class com.intellij.spring.contexts.model.SpringModel is referenced in com.intellij.idea.plugin.hybris.type.system.converter.AttributeHandlerReferenceConverter.findBean(Set springModels, String name) : SpringBeanPointer Class com.intellij.spring.facet.SpringFacet is referenced in com.intellij.idea.plugin.hybris.project.tasks.ImportProjectProgressModalWindow.run(ProgressIndicator indicator) : void Class com.intellij.spring.model.utils.SpringModelSearchers is referenced in com.intellij.idea.plugin.hybris.type.system.converter.AttributeHandlerReferenceConverter.findBean(Set springModels, String name) : SpringBeanPointer Class com.intellij.spring.settings.SpringGeneralSettings is referenced in com.intellij.idea.plugin.hybris.project.components.HybrisProjectManagerListener.resetSpringGeneralSettings(Project project) : void )

@mlytvyn mlytvyn added the help wanted Extra attention is needed label Dec 15, 2022
@mlytvyn mlytvyn self-assigned this Jan 10, 2023
@mlytvyn mlytvyn added this to the Release 2022.3.1 milestone Jan 10, 2023
@mlytvyn mlytvyn linked a pull request Jan 10, 2023 that will close this issue
@mlytvyn mlytvyn closed this as completed Jan 10, 2023
@mlytvyn mlytvyn removed this from the Release 2022.3.1 milestone Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant