Scott Kurz

Results 181 comments of Scott Kurz

Perhaps the "example" I added: > the test validation logic to "expand" the validation check. E.g. if a test expects a value "A1" for a specific variable "x", but a...

> I just opened [scottkurz#1](https://github.com/scottkurz/jakarta.ee/pull/1) in support of this change. Feedback on that is welcome unless @scottkurz wants to just merge it into this pr. Merged into this PR, thank...

> > > hi @scottkurz, I'm not quite clear on what you're referring to as an "application from some other package"? > > Do you mean that you have a...

I would say the error msg was reasonably clear. It didn't completely jump out at me but wasn't hard to see looking over it a couple times: > 2822 DEBUG...

This project is geared towards building images providing "standalone" servers rather than a full cell, so if you're running the console the server is already started.

One thing I was wondering but didn't actually say: for a sample this complicated, would it be better to just depend on a specific tag/version rather than 'latest'? .. since...

Opened https://github.com/OpenLiberty/ci.maven/issues/1565 to investigate whether we can change the impl to have the one `liberty.jvm.xyz` property override (or "unset" in this case) the other. That makes intuitive sense...we just have...

I just want to add a caveat to the `mvn liberty:dev -X` command. My first thought would be to redirect this to a file in the project root directory. However...

Thank you for raising the issue and for the code pointer. It does look like the right area to focus on, to map this to the javac `-encoding` arg. Note...

In a normal app start, it looks like the health endpoints start first: > [INFO] [AUDIT ] CWWKT0016I: Web application available (default_host): http://host.docker.internal:9080/health/ > [INFO] [AUDIT ] CWWKT0016I: Web application...