[graalvm-users] Query

Christian Wimmer christian.wimmer at oracle.com
Mon Sep 23 10:04:05 PDT 2019


Hi Josh,

I don't know why TRegex has a different license thatn GraalJS.

But you are incorrect about the GPL license of TRegex. It is GPL with 
Classpath Exception. This means that TRegex has the the same license as 
Nashorn (which you are apparently using already).

-Christian


On 9/23/19 06:46, Joshy Augustine wrote:
> Hi All,
> 
> I am Graal JS Newbie..Please let me know if this is not the appropriate 
> forum to raise this request.
> 
> I am currently looking at the possibility of migrating from Nashorn to 
> Graal JS. Followed the very helpful instructions given in 
> https://medium.com/graalvm/graalvms-javascript-engine-on-jdk11-with-high-performance-3e79f968a819 
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__medium.com_graalvm_graalvms-2Djavascript-2Dengine-2Don-2Djdk11-2Dwith-2Dhigh-2Dperformance-2D3e79f968a819&d=DwMFaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=CUkXBxBNT_D5N6HMJ5T9Z6rmvNKYsqupcbk72K0lcoQ&m=cn7NWb5vz5DsPmPd5qtGJgVns4BvrNck-_ymO_qDCMg&s=tt89m3EFHTFCr58kFzDn1VN7sWelqCGisSXs0EPGCh0&e=>, 
> and i am able to run Graal JS on top of Open JDK.
> 
> I find Graal JS quite exciting as it has a rich feature set, better 
> compliance with ECMA Spec and gives significantly  better performance 
> compared to Nashorn.
> 
> As i undersatnd 
> TRegex(https://mvnrepository.com/artifact/org.graalvm.regex/regex 
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__mvnrepository.com_artifact_org.graalvm.regex_regex&d=DwMFaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=CUkXBxBNT_D5N6HMJ5T9Z6rmvNKYsqupcbk72K0lcoQ&m=cn7NWb5vz5DsPmPd5qtGJgVns4BvrNck-_ymO_qDCMg&s=RTU2AjV4tGvbfuQ4Pxi_HCunjxjPNajHEv03zfIuYf8&e=>) 
> is a dependency of Graal JS.Unfortunately, my organization's legal team 
> does not allow us to use GPL Licensed Components.
> 
> Does anyone know if there is a possible alternative to Tregex? Thanks in 
> advance..
> 
> -- 
> Cheers,
> Josh
> 
> _______________________________________________
> GraalVM-Users mailing list
> GraalVM-Users at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/graalvm-users
> 



More information about the GraalVM-Users mailing list