Alasdair Nottingham

Results 10 comments of Alasdair Nottingham

We recently changed Liberty so the ports do not open until much later in startup, essentially just before the server started message. So if the logs are being monitored for...

@ericglau running mvn clean is going to delete everything target including the Liberty server running dev mode. Did you mean to suggest that? This seems like a workaround and dev...

The Liberty profile beta supports many Java EE 7 technologies with Servlet 3.1 and Websockets 1.0 being the most complete. At this time neither are 100% CTS compliant although we...

@arun-gupta I'd love to do it, but I can't do it right now so if someone else chooses to pick it up in the meantime that is fine by me....

@arjantijms since I made that comment we updated the license of the version on WASdev.net that would allow use on a build server, provided the heap is under 2Gb. The...

If we were to put a cache of the features into kernel-slim then we haven't saved any space in the base image which was the purpose of doing a kernel-slim...

I have a local build of chameleon which works with Open Liberty.

@t1 based on the bug report to open liberty the guide has not been followed and they are trying to package smallrye graphql in their application. If that is their...

I agree that I would recommend using the Liberty or WildFly packaging. In terms of `provided` vs `compile` I don't think it would be necessary to exclude the dependency in...

@t1 class loading uses the parent class loader first, so assuming the app server provided classes are on the parent class loader (which would be the case in Liberty if...