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] Deprecated API usages - Usage of JDK 8 specific classes #83

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

[API] Deprecated API usages - Usage of JDK 8 specific classes #83

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

Comments

@mlytvyn
Copy link
Collaborator

mlytvyn commented Dec 15, 2022

(Usage of JDK 8 specific class javax.xml.bind.JAXBContext, JDK 8 specific class javax.xml.bind.JAXBContext is referenced in com.intellij.idea.plugin.hybris.business.process.jaxb.services.impl.DefaultBpJaxbService.JAXBContextLazyInitializer.initialize() : JAXBContext. This class will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.) (Usage of JDK 8 specific class javax.xml.bind.JAXBContext, JDK 8 specific class javax.xml.bind.JAXBContext is referenced in com.intellij.idea.plugin.hybris.business.process.jaxb.services.impl.DefaultBpJaxbService.unmarshallBusinessProcessXml(File) : Process. This class will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.) (Usage of JDK 8 specific class javax.xml.bind.JAXBContext, JDK 8 specific class javax.xml.bind.JAXBContext is referenced in com.intellij.idea.plugin.hybris.project.descriptors.RegularHybrisModuleDescriptor.EXTENSION_INFO_JAXB_CONTEXT : JAXBContext. This class will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.) (Usage of JDK 8 specific class javax.xml.bind.JAXBContext, JDK 8 specific class javax.xml.bind.JAXBContext is referenced in com.intellij.idea.plugin.hybris.project.descriptors.RegularHybrisModuleDescriptor.unmarshalExtensionInfo(File) : ExtensionInfo. This class will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.) (Usage of JDK 8 specific class javax.xml.bind.JAXBContext, JDK 8 specific class javax.xml.bind.JAXBContext is referenced in com.intellij.idea.plugin.hybris.project.descriptors.DefaultHybrisProjectDescriptor.unmarshalLocalExtensions(File) : Hybrisconfig. This class will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.) (Usage of JDK 8 specific class javax.xml.bind.JAXBContext, JDK 8 specific class javax.xml.bind.JAXBContext is referenced in com.intellij.idea.plugin.hybris.project.descriptors.RegularHybrisModuleDescriptor.getExtensionInfoJaxbContext() : JAXBContext. This class will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.)


(Usage of JDK 8 specific class javax.xml.bind.JAXBException, JDK 8 specific class javax.xml.bind.JAXBException is referenced in com.intellij.idea.plugin.hybris.project.descriptors.RegularHybrisModuleDescriptor.getExtensionInfoJaxbContext() : JAXBContext. This class will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.) (Usage of JDK 8 specific class javax.xml.bind.JAXBException, JDK 8 specific class javax.xml.bind.JAXBException is referenced in com.intellij.idea.plugin.hybris.project.descriptors.DefaultHybrisProjectDescriptor.unmarshalLocalExtensions(File) : Hybrisconfig. This class will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.) (Usage of JDK 8 specific class javax.xml.bind.JAXBException, JDK 8 specific class javax.xml.bind.JAXBException is referenced in com.intellij.idea.plugin.hybris.project.descriptors.DefaultHybrisProjectDescriptor.unmarshalLocalExtensions(ConfigHybrisModuleDescriptor) : Hybrisconfig. This class will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.) (Usage of JDK 8 specific class javax.xml.bind.JAXBException, JDK 8 specific class javax.xml.bind.JAXBException is referenced in com.intellij.idea.plugin.hybris.project.descriptors.RegularHybrisModuleDescriptor.unmarshalExtensionInfo(File) : ExtensionInfo. This class will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.) (Usage of JDK 8 specific class javax.xml.bind.JAXBException, JDK 8 specific class javax.xml.bind.JAXBException is referenced in com.intellij.idea.plugin.hybris.business.process.jaxb.services.impl.DefaultBpJaxbService.JAXBContextLazyInitializer.initialize() : JAXBContext. This class will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.)


(Usage of JDK 8 specific class javax.xml.bind.UnmarshalException, JDK 8 specific class javax.xml.bind.UnmarshalException is referenced in com.intellij.idea.plugin.hybris.business.process.diagram.impl.BpDiagramElementManagerIml.findInDataContext(DataContext) : BpGraphNode. This class will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.) (Usage of JDK 8 specific class javax.xml.bind.UnmarshalException, JDK 8 specific class javax.xml.bind.UnmarshalException is referenced in com.intellij.idea.plugin.hybris.business.process.jaxb.services.impl.DefaultBpJaxbService.unmarshallBusinessProcessXml(File) : Process. This class will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.) (Usage of JDK 8 specific class javax.xml.bind.UnmarshalException, JDK 8 specific class javax.xml.bind.UnmarshalException is referenced in com.intellij.idea.plugin.hybris.business.process.diagram.impl.DefaultBpDiagramVfsResolver.resolveElementByFQN(String, Project) : BpGraphNode. This class will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.) (Usage of JDK 8 specific class javax.xml.bind.UnmarshalException, JDK 8 specific class javax.xml.bind.UnmarshalException is referenced in com.intellij.idea.plugin.hybris.business.process.common.impl.DefaultBpGraphService.buildGraphFromXmlFile(VirtualFile) : BpGraphNode. This class will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.) (Usage of JDK 8 specific class javax.xml.bind.UnmarshalException, JDK 8 specific class javax.xml.bind.UnmarshalException is referenced in com.intellij.idea.plugin.hybris.business.process.common.BpGraphService.buildGraphFromXmlFile(VirtualFile) : BpGraphNode. This class will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.) (Usage of JDK 8 specific class javax.xml.bind.UnmarshalException, JDK 8 specific class javax.xml.bind.UnmarshalException is referenced in com.intellij.idea.plugin.hybris.business.process.jaxb.services.BpJaxbService.unmarshallBusinessProcessXml(File) : Process. This class will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.)


(Usage of JDK 8 specific interface javax.xml.bind.Unmarshaller, JDK 8 specific interface javax.xml.bind.Unmarshaller is referenced in com.intellij.idea.plugin.hybris.project.descriptors.DefaultHybrisProjectDescriptor.unmarshalLocalExtensions(File) : Hybrisconfig. This interface will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.) (Usage of JDK 8 specific interface javax.xml.bind.Unmarshaller, JDK 8 specific interface javax.xml.bind.Unmarshaller is referenced in com.intellij.idea.plugin.hybris.business.process.jaxb.services.impl.DefaultBpJaxbService.unmarshallBusinessProcessXml(File) : Process. This interface will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.) (Usage of JDK 8 specific interface javax.xml.bind.Unmarshaller, JDK 8 specific interface javax.xml.bind.Unmarshaller is referenced in com.intellij.idea.plugin.hybris.project.descriptors.RegularHybrisModuleDescriptor.unmarshalExtensionInfo(File) : ExtensionInfo. This interface will be temporarily available in IDE distribution for compatibility but you should use another API or provide your own dependency containing the classes.)

@mlytvyn mlytvyn added the help wanted Extra attention is needed label Dec 15, 2022
@mlytvyn mlytvyn self-assigned this Jan 9, 2023
@mlytvyn mlytvyn added this to the Release 2022.3.1 milestone Jan 9, 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
1 participant