[aspectj-users] Upgrade AspectJ Maven plugin to Java 11 (AspectJ 1.9.4)

2019-05-31 Thread Alexander Kriegisch
I know that this mailing list is not for the AJM plugin but maybe the
maintainers read it as they don't seem to read their tickets (or are too
busy maybe, no offense meant).

Java 11 and AspectJ 1.9.4 have been out for a while, but AJ Maven is
still on version 1.11, supporting only Java 8 AFAIK. So if anyone wants
to build with JDK 11 they have to use a forked plugin version such as
com.nickwongdev:aspectj-maven-plugin:1.12.1. I think this is kinda
suboptimal. Maybe someone can take the time to upgrade the plugin. :-)

Best regards
-- 
Alexander Kriegisch
https://scrum-master.de
___
aspectj-users mailing list
aspectj-users@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/aspectj-users


Re: [aspectj-users] 1.9.4 released

2019-05-31 Thread Alexander Kriegisch
Maybe you are right and just the version numbers are off. Here are screenshots from the plugin info in my Eclipse installation. The time stamps in the version numbers (2019-05-10 20:27) indicate something newer than 1.9.2 but the version number is 1.9.2 or @AJVERSION@ which looks like some non-expanded placeholder.


-- Alexander Kriegischhttps://scrum-master.de
 
 
Andy Clement schrieb am 31.05.2019 22:49:


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  wrote:
> http://download.eclipse.org/tools/ajdt/410/dev/updateSomehow in Eclipse 2018-12 the latest update is still based on AspectJ 1.9.2.--Alexander Kriegischhttps://scrum-master.deAndrew 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 listaspectj-users@eclipse.orgTo change your delivery options, retrieve your password, or unsubscribe from this list, visithttps://www.eclipse.org/mailman/listinfo/aspectj-users

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

Re: [aspectj-users] 1.9.4 released

2019-05-31 Thread Andy Clement
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 
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@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://www.eclipse.org/mailman/listinfo/aspectj-users
___
aspectj-users mailing list
aspectj-users@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/aspectj-users

Re: [aspectj-users] 1.9.4 released

2019-05-31 Thread Alexander Kriegisch
> 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@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/aspectj-users