Scott Kurz

Results 87 issues of Scott Kurz

# Summary There are some differences between GlassFish and WildFly in the retry behavior after a rollback. This affects the metric counts (as the test observes in a commented-out assertion...

I'd like to be able to use: @RESTClient public static StarterResource appService; but to use an Application from some other package. import javax.ws.rs.core.Application; @ApplicationPath("/api") public class StarterApplication extends Application {...

is:enhancement

For Jakarta Batch, I was wondering about rule(s) that would transform XML from the Java/Jakarta EE 8 XSD to the Jakarta EE 9 format. A typical transform of a batch...

enhancement
rules-data

This is an issue that's real easy to workaround, once you understand, but still maybe worth considering if we could do something better in this step. If I build an...

The changes in https://github.com/WASdev/ci.docker.websphere-traditional/pull/157 seem to have broken the Batch sample in this repo. As you can see in the [Dockerfile](https://github.com/WASdev/ci.docker.websphere-traditional/blob/master/samples/batch-compute-grid/Dockerfile), this mixes a series of fine-grained .py scripts together...

The "exploded" loose app format added for https://github.com/OpenLiberty/ci.maven/issues/1104 in v3.5.2 was done a bit incorrectly, without a separate entry mapping "target/classes" to "WEB-INF/classes". It's clear if you compare the generated...

For a POM with property like: ```xml -Xmx2048m ``` I might think I can do: `mvn liberty:dev -Dliberty.jvm.arg1="-Xmx4096m"` to override, since in general, in Maven, system properties will override POM...

As a Maven user I'd expect a Maven property like: ```xml source,lines, vars ``` to build local variable information into the .class files to be viewed in the debugger as...

medium priority
devMode

For [this](https://github.com/scottkurz/sample.batch.tweetanalyzer/tree/compile-recreate) recreate project (ignore the README and just do `mvn package liberty:dev`), the one file, **SentimentObject.java**, has non-ASCII chars in the .java. The maven compiler invocation handles it fine:...

bug
low priority
devMode