Refactor petstore tests and refresh build setup

This commit is contained in:
2026-02-15 14:02:49 +03:00
parent 32f7be7cf0
commit b97c369f46
16 changed files with 655 additions and 316 deletions

6
spotbugs-exclude.xml Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<Match>
<Source name="~.*src/test/java/.*"/>
</Match>
</FindBugsFilter>