Nice! -Marshall
On 10/1/2020 4:17 AM, Richard Eckart de Castilho (Jira) wrote: > > [ > https://issues.apache.org/jira/browse/UIMA-6267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Richard Eckart de Castilho mentioned you on UIMA-6267 > --------------------------------------------- > > [~schor] There is indeed a method that was already deprecated for ages and > was finally removed. > > ``` > -import org.eclipse.jface.util.Assert; > +import org.eclipse.core.runtime.Assert; > ``` > > Looks like this indeed changes the minimum Eclipse version. We say that the > UIMA plugins are compatible with Eclipse 3.1 and Java 1.5! > > https://uima.apache.org/d/uimaj-2.10.4/overview_and_setup.html#ugr.ovv.eclipse_setup > > We no longer support Java 1.5 since quite some time, even in v2. > > So I'll update that info to Java 8 and Eclipse 3.3 which seems to be the > version in which the new method was introduced: > > - > https://www.ibm.com/support/knowledgecenter/SSZHNR_2.0.0/org.eclipse.platform.doc.isv-4.8.0/reference/api/org/eclipse/jface/util/Assert.html > - https://bugs.eclipse.org/bugs/show_bug.cgi?id=215794 > > >> Key: UIMA-6267 > >> View Online: https://issues.apache.org/jira/browse/UIMA-6267 >> Add Comment: >> https://issues.apache.org/jira/browse/UIMA-6267#add-comment > > Hint: You can mention someone in an issue description or comment by typing > "@" in front of their username. > > > > > -- > This message was sent by Atlassian Jira > (v8.3.4#803005) >
