-
-
Notifications
You must be signed in to change notification settings - Fork 201
ASM 4.1 library is incompatible with Java 8 #394
Comments
It can READ files compiled to TARGET Java8, It does Nothing for Compatibility with the Java8 JRE. |
My only reason for the request is that MCPC+ downstream doesn't run properly with Java 8 on the 4.1 version of the library, but does with the 5.0.1 (Specifically the bukkit plugins). They wont fix it until it gets changed in Forge, so here I am! |
Does the ASM lib API change between 4.1 and 5? if it doesnt, MCPC can easily just replace the dependency in their system. |
I'll eventually get some setup going, trying to convince Mojang to throw it up on there CDN. But pushing things out like that JUST editing the text file, it's the servers that host it as well. |
@AbrarSyed They closed my issue with them and told me that FML had to update the library before they would. @LexManos I was under the impression that the loader downloaded its libraries from the Maven Repo servers, no idea it was the Mojang CDN doing it, good to know. I don't really consider this an essential issue, it would just be nice to play around with the new Java 8 features in my self-developed plugins. Edit: I'm a derp and deleted my comment, I apologize for the double emails. |
It uses our servers, or the Mojang servers depending on what we tell it. Not maven central. |
That makes sense, wouldn't want to put unnecessary load on Maven Central On Wed, Apr 2, 2014 at 11:59 PM, LexManos [email protected] wrote:
|
When is the update for 1.6, I expected ! |
just going to point out that 5.0.1 is on mojangs cdn |
to see this issue in forge |
Yes, you should NOT be building your mods for java8, all mods should target java6. Else you alienate ~95% of the minecraft users. |
Should this be closed, with FML updating to ASM 5? |
The 5.x uptake is not complete yet I'll close it when it is done. |
Updating the library to 5.0.1 fixes compatibility issues.
The text was updated successfully, but these errors were encountered: