Florian Benz
Florian Benz
Spring REST Docs moved to test fixtures and thus we have to adjust our imports and add a base class which is not exposed anymore. Change in Spring REST Docs:...
JDK 15 is not supported anymore and JDK 17 is a new LTS version. Thus, we should test with JDK 17 in the test step. Compiling with Java 17 leads...
Spring REST Docs offers `@AutoConfigureRestDocs` to simplify the setup. If possible, we should provide `@AutoConfigureAutoRestDocs`.
State: * compiles * runs on the small example programs TODO * test on larger programs