Michiel Meeuwissen
Michiel Meeuwissen
#22
I think we should be able to define Vary-headers too. E.g. the result to be cache may be dependent on accept-header or security information (which may be on headers).
I actually never use gradle, but in any case, my naive try to build this project didn't work: ```bash mihxil@baleno:~/github/mihxil/spring-mvc-cache-control$ ./gradlew FAILURE: Build failed with an exception. * Where: Build...
I think it is a good idea to have an explicit (though automatic) JPMS module name. Fixing #64
The country Serbia and Montenegro does not exist any more since 2006. See https://en.wikipedia.org/wiki/Serbia_and_Montenegro The code CS should therefore be removed, since the enum does not include formerly assigned codes.
I was trying to make a test that also checks what's appearing on stdout, besides checking the exit code. It's easy to just set System.setOut. I started out with just...
## Testing Problem In jqwik 1.7 it was possible to have a structure like this: ```java public interface SimpleTest { @Property default void simpleTest(@ForAll("datapoints") T datapoint) { } @Provide("datapoints") Arbitrary...