Hi, 
I work with Spring and beans like the feature where you can cmd-click a 
classname in the bean def context file xml. For some reason, it seems to have 
been removed in 12.2. I chased it down in the source code, seems like commit 
https://github.com/apache/netbeans/commit/31304380e61bf8161df4b3d886a8a607922107c1
 
<https://github.com/apache/netbeans/commit/31304380e61bf8161df4b3d886a8a607922107c1>
 in file 
java/spring.beans/src/org/netbeans/modules/spring/beans/resources/layer.xml 
there was a section removed that disabled the functionality. The checkin 
comment doesn't seem to apply to the removal and the related tickets have to do 
with commit-validation by changing ordering of module registration. The removed 
section doesn't seem related, but I'm not familiar with the netbeans codes.  
I did validate adding the lines back into the file within the jar of subsequent 
versions of netbeans (I did 12.2 and 13) brings back the ability.  
I guess my question is, was this change unintended, or is there an official way 
of activating the functionality? Should I file a ticket? 

I couldn't find anything searching, but I didn't want to just create a ticket 
out of the blue. I can't imagine I'm the only one that used this feature and 
miss that it's gone?

Thanks,
Mike Yalter

Reply via email to