How can I help?

2024-06-06 Thread Paulo Araújo
Hello!



I live in Brazil and was involved in project management of a relatively big 
project pertaining Judiciary lawsuit electronic management between 2009 and 
2014 (jboss/seam/javaee-6/7). 

Since then, I contributed to some sparse government projects and to apache 
myfaces, jakarta mojarra and jakarta faces (just two minor issues) besides 
writing and maintaining some home-made infrastructure and work related helping 
software. 

Currently, I keep some projects into a self-hosted gitlab, most of it written 
using javaee-8, jakartaee-8 and jakartaee-9, with more deep knowledge in JPA, 
JTA and CDI.



Not much time to spare, also, but I like what you guys do with Tomee, specially 
with the openejb/applicationcomposer test framework.



Best regards to you all,



Paulo Araújo

Re: ScriptEngine - Example testing-security-4 - JDK17

2024-04-03 Thread Paulo Araújo
Thomas,



Just my bean: when faced with this issue, I usually pick 
org.openjdk.nashorn:nashorn-core as dependecy to avoid any surprises.



Paulo.







 Em Wed, 03 Apr 2024 07:46:04 -0300 Thomas Frühbeck  
escreveu ---



Hi, 
 
currently example testing-security-4 uses default Nashorn engine, which 
will is removed in since JDK15. 
Is it acceptable  to integrate e.g. GraalVM ? 
(this would also require at least a new property for 
"polyglot.js.nashorn-compat") 
 
Any preferences/requirements? 
 
Thomas