Re: [VOTE] uimaj 3.0.3 rc2

2019-08-02 Thread Marshall Schor
I'm leaning that way too, unless I hear that many existing users say they're code broke (like DkPro did), and they want a less painful upgrade... -Marshall On 8/2/2019 4:23 PM, Richard Eckart de Castilho wrote: > I'm voting for keeping the generic but without a wildcard ... and increasing > the

Re: [VOTE] uimaj 3.0.3 rc2

2019-08-02 Thread Richard Eckart de Castilho
I'm voting for keeping the generic but without a wildcard ... and increasing the middle version number :) -- Richard

Re: [VOTE] uimaj 3.0.3 rc2

2019-08-02 Thread Marshall Schor
hi, I tried most of this.  I see two lines with the same code, but one is marked ok, the other throws ClassCastException? n = tokens.get(0); // ok n = tokens.get(0); // throws ClassCastException When I ran this (in Java 8), it ran OK. Any idea why your try behaved differently? I did see

Re: [VOTE] uimaj 3.0.3 rc2

2019-08-02 Thread Hai-son X Nguyen
Thanks for the reference Marshall, Try this code: public static void main(String[] args) { List tokens = new ArrayList<>(); tokens.add(3); tokens.set(0, 4); ArrayList generalize = (ArrayList) tokens; // Upcasts all to number Number n = 5; generalize.set(0, n); //

Re: [VOTE] uimaj 3.0.3 rc2

2019-08-02 Thread Marshall Schor
Hi, I did a small test setup - made a main routine in a test class, and ran it.  It too shows all the issues. Here's the routine - it only uses Java basic things, no UIMA.   public static void main(String[] args) {     ArrayList tokens = new ArrayList<>(1);     tokens.add(3);  // add one

Build failed in Jenkins: UIMA-DUCC #1580

2019-08-02 Thread Apache Jenkins Server
See Changes: [cwiklik] UIMA-6106 refromatted source using uima formatting rules [cwiklik] UIMA-6106 refromatted source using uima formatting rules [cwiklik] UIMA-6106 refromatted source using uima formatting rules

[jira] [Created] (UIMA-6106) UIMA-DUCC:reformat source using uima formatting rules

2019-08-02 Thread Jerry Cwiklik (JIRA)
Jerry Cwiklik created UIMA-6106: --- Summary: UIMA-DUCC:reformat source using uima formatting rules Key: UIMA-6106 URL: https://issues.apache.org/jira/browse/UIMA-6106 Project: UIMA Issue Type:

Build failed in Jenkins: UIMA-DUCC #1579

2019-08-02 Thread Apache Jenkins Server
See Changes: [cwiklik] UIMA-6105 added version for the buildnumber-maven plugin -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on

[jira] [Closed] (UIMA-6105) UIMA-DUCC: fix parent pom buildnumber-maven plugin WARNING

2019-08-02 Thread Jerry Cwiklik (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-6105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cwiklik closed UIMA-6105. --- Resolution: Fixed Added version for the buildnumber-maven plugin > UIMA-DUCC: fix parent pom

[jira] [Created] (UIMA-6105) UIMA-DUCC: fix parent pom buildnumber-maven plugin WARNING

2019-08-02 Thread Jerry Cwiklik (JIRA)
Jerry Cwiklik created UIMA-6105: --- Summary: UIMA-DUCC: fix parent pom buildnumber-maven plugin WARNING Key: UIMA-6105 URL: https://issues.apache.org/jira/browse/UIMA-6105 Project: UIMA Issue