August Nagro

Results 54 comments of August Nagro

I wish it were faster too & welcome code review from anyone interested. There really [isn't much code](https://github.com/AugustNagro/utf8.java/blob/master/src/main/java/com/augustnagro/utf8/Utf8.java). Hopefully I can get away with saying it's the vector api's fault,...

@lemire Paul Sandoz from Oracle is taking a look, and has made some interesting findings! https://mail.openjdk.java.net/pipermail/panama-dev/2021-March/012355.html

I'm trying to build a Spring Boot WAR for JBoss via the ContainerPlugin, without luck. Is it not working because xsbt-web-plugin doesn't support Undertow yet? It looks like `tomcat-embed-*.jar` is...

Wow, thanks for the fast reply! I followed your steps and created a minimal reproducer here: https://github.com/AugustNagro/springboot-mvp Running with `run` works, but `Tomcat / start` does not. The log is:...

Awesome, `tomcat:start` is working! But when running on JBoss, I get ``` java.lang.ClassCastException: org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to io.undertow.websockets.jsr.ServerWebSocketContainer​ ``` I've tried excluding the Tomcat WS dependency as per stack...

Ok, got it working in JBoss! Just switched to the ContainerPlugin.

Sweet, that's a better solution.

@jonsmithers just wanted to add that this plugin is great! I'm not even using LitElement, just plain templates and web-components, so I forked and replaced all instances of ```html``` with...

Oh very nice, yes that is better 😂

I've been checking out this project over the last few days, and found that a solution is to link the file to Play's asset directory, by including `unmanagedResources in Assets...