Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0.0alpha
-
Fix Version/s: 2.0.0m1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
We must support 3.5.1 since it is now available. Andrew Niefer's blog has a description of how to widen the range of feature patches. This may work for us:
http://aniefer.blogspot.com/2009/06/patching-features-part-2.html
Issue Links
| This issue is duplicated by: | ||||
| GRECLIPSE-410 | Can't install eclipse plugin into eclipse 3.5.1 and Galileo SR1 Java EE version |
|
|
|
I think the next step here is to compare the version of jdt we are currently patching with the version shipped with 3.5.1. There appear to be 59 bugs fixed for 3.5.1:
https://bugs.eclipse.org/bugs/query.cgi?bug_file_loc=&bug_file_loc_type=allwordssubstr&bug_id=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&bugidtype=include&chfieldfrom=&chfieldto=Now&chfieldvalue=&email1=&email2=&emailtype1=substring&emailtype2=substring&field0-0-0=noop&keywords=&keywords_type=allwords&longdesc=&longdesc_type=allwordssubstr&product=JDT&query_format=advanced&resolution=FIXED&short_desc=&short_desc_type=allwordssubstr&status_whiteboard=&status_whiteboard_type=allwordssubstr&target_milestone=3.5.1&type0-0-0=noop&value0-0-0=&votes=
There should not be any breaking api changes, so it may be worth trying to see if backporting a JDT core patch created from 3.5.1 to 3.5.0 will work. I don't want to branch update sites, so I would like to see if this would work first.