Java library for RFC 9457 Problems with support for standard problem types of the Belgif REST guide (https://www.belgif.be/specification/rest/api-guide/#error-handling)
During the build, we pull the JBoss EAP XP 4.0 and WildFly 31 docker images for our integration tests.
Caching these pulled docker images could shave off 30 seconds of the build time:
2024-04-24 13:45:08,787 [main] I t.r.r.i.0-29 resolve - Pulling docker image: registry.redhat.io/jboss-eap-7/eap-xp4-openjdk17-openshift-rhel8:4.0-29. Please be patient; this may take some time but only needs to be done once.
2024-04-24 13:45:28,824 [docker-java-stream--1445179404] I t.r.r.i.0-29 onComplete - Pull complete. 2 layers, pulled in 19s (downloaded 595 MB at 31 MB/s)
2024-04-24 13:45:45,215 [main] I t.q.i.0.1.Final-jdk17 resolve - Pulling docker image: quay.io/wildfly/wildfly:31.0.1.Final-jdk17. Please be patient; this may take some time but only needs to be done once.
2024-04-24 13:45:58,267 [docker-java-stream-1072238445] I t.q.i.0.1.Final-jdk17 onComplete - Pull complete. 8 layers, pulled in 11s (downloaded 458 MB at 41 MB/s)
During the build, we pull the JBoss EAP XP 4.0 and WildFly 31 docker images for our integration tests.
Caching these pulled docker images could shave off 30 seconds of the build time:
https://github.com/marketplace/actions/docker-cache