When would Lucee support java class creation?

I read the latest ACF supports java class creation such as

public class Test
{
public String testJava()
{
return "Hello Java!!";
}
}

It would be awesome if Lucee can do the same. What do you think?

It’s been mentioned to be included in Lucee 6, but as a different implementation. Not sure on the details of it at this point or how ACF’s variation will alter Lucee’s.

1 Like