This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 487288 - J2EE plugins still have calls to API that requires the compatibility layer
Summary: J2EE plugins still have calls to API that requires the compatibility layer
Status: RESOLVED FIXED
Alias: None
Product: WTP Java EE Tools
Classification: WebTools
Component: jst.j2ee (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P3 critical (vote)
Target Milestone: Future   Edit
Assignee: Carl Anderson CLA
QA Contact: Chuck Bridgham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-04 16:08 EST by Carl Anderson CLA
Modified: 2016-02-16 08:52 EST (History)
0 users

See Also:


Attachments
Updated calls to non-deprecated API (3.85 KB, patch)
2016-02-04 16:20 EST, Carl Anderson CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Anderson CLA 2016-02-04 16:08:53 EST
There are four calls in the J2EE code to org.eclipse.core.runtime.Plugin.getDescriptor()- that API stopped working when the compatibility layer was removed.  We need to use the non-deprecated API for these calls.
Comment 1 Carl Anderson CLA 2016-02-04 16:20:45 EST
Created attachment 259581 [details]
Updated calls to non-deprecated API
Comment 2 Carl Anderson CLA 2016-02-16 08:52:43 EST
Committed to master for WTP 3.8 M6