[weld-dev] weld-parent compiler settings

Cody Lerum cody.lerum at gmail.com
Wed Jun 27 13:15:00 EDT 2012


+1 for 1.6
On Jun 27, 2012 1:13 PM, "Jason Porter" <lightguard.jp at gmail.com> wrote:

> +1 for 1.6
>
> On Wed, Jun 27, 2012 at 9:36 AM, Martin Kouba <mkouba at redhat.com> wrote:
>
>> No answer so far. I suppose silence means approval ;-)
>>
>> Martin
>>
>> Dne 6.6.2012 13:26, Martin Kouba napsal(a):
>> > Hi,
>> >
>> > we'd like to change the default compiler settings in weld-parent.
>> >
>> > Currently maven-compiler-plugin is configured as follows:
>> >
>> > <configuration>
>> > <source>1.5</source>
>> > <target>1.5</target>
>> > </configuration>
>> >
>> > Since JDK5 completed its EOL and is no longer supported we'd like to
>> change it to:
>> >
>> > <configuration>
>> > <source>1.6</source>
>> > <target>1.6</target>
>> > </configuration>
>> >
>> > Note that the current code base cannot be even compiled with JDK5 (not
>> JDK6 in JDK5 mode) due to some odd @Override annotation processing [1] and
>> the fact, that some libraries are not JDK5 compatible anymore.
>> >
>> > What's your opinion?
>> > Is there anyone still running Weld on JRE 1.5?
>> >
>> > Martin
>> >
>> > [1]
>> > https://blogs.oracle.com/ahe/entry/override_snafu
>> >
>> http://www.coderanch.com/t/434495/tools/ANT-doesn-understand-Java-Override
>>
>>
>> _______________________________________________
>> weld-dev mailing list
>> weld-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/weld-dev
>>
>
>
>
> --
> Jason Porter
> http://lightguard-jp.blogspot.com
> http://twitter.com/lightguardjp
>
> Software Engineer
> Open Source Advocate
> Author of Seam Catch - Next Generation Java Exception Handling
>
> PGP key id: 926CCFF5
> PGP key available at: keyserver.net, pgp.mit.edu
>
> _______________________________________________
> weld-dev mailing list
> weld-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/weld-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/weld-dev/attachments/20120627/30bafeac/attachment.html 


More information about the weld-dev mailing list