Chas Honton

Results 34 comments of Chas Honton

XMLEncoder/XMLDecoder will not work on the MavenProject member. Xpp3 has similar problems. I believe this approach is not going to work without support from core or update to Surefire/Failsafe.

What I see is two guard records being produced; one with same name as 'A' record and one with 'cname-' prefix.

**Version** v0.12.2 **Args** ```yaml containers: - args: - --log-level=info - --namespace=mis-feature - --publish-host-ip - --aws-batch-change-size=20 - --domain-filter=mis.example.com - --interval=2m - --policy=upsert-only - --provider=aws - --source=ingress - --source=service - --registry=txt -...

@saravanaa14 - I don't understand how your reproducer is supposed to work. I suspect that the assembly is not including the files you want. To check if the assembly is...

@saravanaa14 - are all three steps executed on the same TeamCity agent? The `push` goal assumes that the cache created by the `build` goal is available on the local file...

We're now at Java 8 EOL. Java 17 is the current LTS. I recommend moving to Java 11.

Not really, certain additional Jre methods allow removal of maven commons and guava dependencies. If this plugin truly is in maintenance phase, then no urgency to upgrade. Chas > On...

Regarding the java 8 vs java 11 usage; How many of the java 8 developers are using containers? I suspect very few. Java 9 introduced experimental flags for managing jvm...

What do you think about collecting usage metrics? Four dimensions seem important: Maven version, Java version, Docker version, and Plugin version.

Builds failed due to jacoco not working with java11. Update of jacoco causes failure of tests, due to interference with jmockit. JMockit does not have an upgrade path. I'm considering...