]
Nick Boldt commented on JBDS-4702:
----------------------------------
According to [~jkopriva] this is still happening with latest Photon RC4a and Spring IDE
3.9.5.
Do these warnings impact your ability to do anything? It's just a deprecation warning,
right?
Is there more of a stack trace so we can pinpoint which class is deprecated? I see in your
original report that this is happening in 3 places:
* org.eclipse.contribution.xref.ui.views.XReferenceView
* org.springframework.ide.eclipse.aop.ui.navigator.aopReferenceModelNavigator
* org.eclipse.jdt.junit.ResultView
Also, do these warnings appear before installing Spring IDE, or only after installing it?
Multiple warnings when opening Spring perspective
-------------------------------------------------
Key: JBDS-4702
URL:
https://issues.jboss.org/browse/JBDS-4702
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: 3rd-party-certification, central-update, upstream
Affects Versions: 12.0.0.AM1
Reporter: Josef Kopriva
Assignee: Josef Kopriva
Priority: Optional
Fix For: 12.0.0.GA
{code:java}
eclipse.buildId=12.0.0.AM1-v20180508-1631-B2428
java.version=1.8.0_171
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product com.jboss.devstudio.core.product
Command-line arguments: -data file:/home/jkopriva/devstudio_B2428_3/workspace/ -os linux
-ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
org.eclipse.ui
Warning
Wed May 09 11:50:19 CEST 2018
org.eclipse.contribution.xref.ui.views.XReferenceView: Deprecated relationship
"fast" should be converted to "stack".
{code}
{code:java}
eclipse.buildId=12.0.0.AM1-v20180508-1631-B2428
java.version=1.8.0_171
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product com.jboss.devstudio.core.product
Command-line arguments: -data file:/home/jkopriva/devstudio_B2428_3/workspace/ -os linux
-ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
org.eclipse.ui
Warning
Wed May 09 11:50:19 CEST 2018
org.springframework.ide.eclipse.aop.ui.navigator.aopReferenceModelNavigator: Deprecated
relationship "fast" should be converted to "stack".
{code}
{code:java}
eclipse.buildId=12.0.0.AM1-v20180508-1631-B2428
java.version=1.8.0_171
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product com.jboss.devstudio.core.product
Command-line arguments: -data file:/home/jkopriva/devstudio_B2428_3/workspace/ -os linux
-ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
org.eclipse.ui
Warning
Wed May 09 11:50:19 CEST 2018
org.eclipse.jdt.junit.ResultView: Deprecated relationship "fast" should be
converted to "stack".
{code}