Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] 1.9.4 released

Hmm, I feel like it might be saying that but it isn't true, since I tested the IDE fixes 1.9.4 includes. So maybe the version stamp didn't get updated correctly for the artifact (to 1.9.4 from 1.9.2).

I'll fix that up next time I do an update. Unless someone tells me the IDE fixes aren't in fact in there, in which case it becomes more urgent (and puzzling!)

cheers,
Andy

On Fri, 31 May 2019 at 05:53, Alexander Kriegisch <alexander@xxxxxxxxxxxxxx> wrote:
> http://download.eclipse.org/tools/ajdt/410/dev/update

Somehow in Eclipse 2018-12 the latest update is still based on AspectJ 1.9.2.

--
Alexander Kriegisch
https://scrum-master.de


Andrew Clement schrieb am 13.05.2019 22:19:

> AspectJ 1.9.4 has been released. As described in the readme (
> https://www.eclipse.org/aspectj/doc/released/README-194.html ) there
> are two key changes in 1.9.4:
>
> - The new maven build process now being used damaged the ability for
> the 1.9.3 aspectjweaver.jar to be used as an agent for load-time
> weaving. This has been fixed.
>
> - In the IDE many folks were noticing a ClassCastException - this was
> due to using a different version of java to run their IDE vs for the
> project they were working on and AspectJ not handling it. For example
> if using Java8 for the IDE and working on a Java11 project, there
> would be a ClassCastException for “Object�? because Java8
> couldn’t understand the new form of packaging in Java9+ for system
> classes. This has been all tidied up and AJDT dev builds from
> http://download.eclipse.org/tools/ajdt/410/dev/update include those
> changes.
>
> 1.9.4 should be in central now, or can be grabbed from the downloads
> page: https://eclipse.org/aspectj/downloads.php

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/aspectj-users

Back to the top