John Sing Dao Siu

Results 38 comments of John Sing Dao Siu

@johnmay The above command line test was done on MacOS. Groovy, Java are installed from brew. ``` $ java -version openjdk version "21.0.2" 2024-01-16 OpenJDK Runtime Environment Homebrew (build 21.0.2)...

Not sure if it is related, I also noticed that 2.9, when compare with 2.8, a lot of the javax directories and files are removed. Line count for all `javax`...

@johnmay Interesting, as you mentioned, jshell works without issue. javax is included in cdk jar. I wonder if groovy issue is due cdk-2.9 has no `META-INF/services/javax.xml.*`. ``` $ jar tvf...

I end up copying more and more files from 2.8 into 2.9. Following are the files and directories copied: ``` META-INF/services: javax.xml.datatype.DatatypeFactory META-INF/services: javax.xml.parsers.DocumentBuilderFactory META-INF/services: javax.xml.parsers.SAXParserFactory META-INF/services: javax.xml.stream.XMLEventFactory META-INF/services: javax.xml.transform.TransformerFactory...

@Wissperwind I think it should not be added in build if option is not supplied, as that will add 6M+ to the size. Side note: why the canvaskit.* are dated...

I know this one is topic is old, but will the Channel be implemented? I am using phpamqp for web interface and looking for c++ lib for backend processing. Your...

> So happy to see this issue has already been reported. I am facing the same issue. Luckily `indexHeader` is not private. My workaround is assign the number directly and...

Getting same issue. Already checked the above files and it is exactly the same in git clone.