jdk8-b23: JSN, Tools, Core Libraries, Serviceability, 2d, Awt, and Swing

2012-01-24 Thread lana . steuck
http://hg.openjdk.java.net/jdk8/jdk8/rev/60d6f64a86b1 http://hg.openjdk.java.net/jdk8/jdk8/langtools/rev/601ffcc6551d http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/227fcf5d0bec http://hg.openjdk.java.net/jdk8/jdk8/jaxws/rev/25ce7a000487 http://hg.openjdk.java.net/jdk8/jdk8/jaxp/rev/95102fd33418

hg: jdk8/jdk8/jdk: 39 new changesets

2012-01-24 Thread lana . steuck
Changeset: 44bd765c22f4 Author:prr Date: 2012-01-13 13:11 -0800 URL: http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/44bd765c22f4 7127827: JRE8: javaws fails to launch on oracle linux due to XRender Reviewed-by: bae, jgodinez ! src/solaris/classes/sun/java2d/xr/XRCompositeManager.java

hg: jdk8/jdk8/langtools: 7 new changesets

2012-01-24 Thread lana . steuck
Changeset: 70d92518063e Author:mcimadamore Date: 2012-01-11 18:23 + URL: http://hg.openjdk.java.net/jdk8/jdk8/langtools/rev/70d92518063e 7126754: Generics compilation failure casting List to List Summary: Problems with Types.rewriteQuantifiers not preserving variance Reviewed-b

Re: Merge CacioWeb

2012-01-24 Thread Dalibor Topic
On 1/3/12 1:53 AM, Mario Torre wrote: > Hello all, Ugh, cross-post overload. I'll limit my reply to what seems like the most appropriate mailing list. > I think that the level of activity justifies to start thinking about the > future and the final merge of the project on the JDK repositories

Re: Mixins

2012-01-24 Thread Marek KozieĊ‚
2012/1/24 Behrang Saeedzadeh : > Hi all, > > What's the general consensus regarding supporting mixins in Java 8 (or 9, > etc.)? The more I use them, the more I like them. I especially like them > for organizing code -- different categories of responsibility for a class > are encapsulated in differe

Re: CFV: New jdk8 Committer: Charles Lee

2012-01-24 Thread Dalibor Topic
Vote: Yes. cheers, dalibor topic -- Oracle Dalibor Topic | Java F/OSS Ambassador Phone: +494023646738 | Mobile: +491772664192 Oracle Java Platform Group ORACLE Deutschland B.V. & Co. KG | Nagelsweg 55 | 20097 Hamburg ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: R

Re: Mixins

2012-01-24 Thread Matthew Adams
...or you could use AspectJ and get stateful & stateless mixins (via "introductions"). On Mon, Jan 23, 2012 at 11:14 PM, David Holmes wrote: > On 24/01/2012 9:47 AM, Behrang Saeedzadeh wrote: > >> What's the general consensus regarding supporting mixins in Java 8 (or 9, >> etc.)? The more I use t