I would say, yes, definitely before 2.1. We made (many) small API changes for 2.0.1, so I don't imagine it will affect too many users. And 1.7 is now "in the wild" so others will probably run into this before too long.
~Roger Whitcomb -----Original Message----- From: Sandro Martini [mailto:[email protected]] Sent: Thursday, May 10, 2012 5:32 AM To: Apache Pivot - Developers Subject: Re: Compilation errors of Pivot trunk with Java 7 in Apache Jenkins Hi, a quick update on this: I have been able to resolve this, and in a simple way (but different from my first proposal), move all the Dictionary related implementation (inside Element.java) in an inner class instance, and provide a getter method for it. Of course this needs some little adjustements in other classes (included in the patch), BUT even in users code ... take a look at the patch in the issue, here: https://issues.apache.org/jira/browse/PIVOT-855 So the real question: I'd prefer to fix this behaviour NOW (for 2.0.2) without waiting for the 2.1 ... what do you think ? This is an important question, please tell me your opinions. Unless objections I'll commit the fix tomorrow. Sandro
