reactive-wizard
reactive-wizard copied to clipboard
Reactive non-blocking web applications made really easy with JAX-RS and Project Reactor.
Implement support for@FormParam and @HeaderParam inside an @BeanParam annotated class for outgoing requests. ``` @POST Observable postData(@BeanParam SomeObject); private class SomeObject { @HeaderParam("testHeader") private String testHeader; @FormParam private String formParam;...
Discovered with FortnoxAB/rocket-fuel#24. Admin module is referenced in the README as an upcoming feature so don't forget it once its in :)
Check names, whitespace, imports, linebreaks.
Also make classes private/package protected if they do not need to be exposed. Consider extensions that we have made in fortnox project though, so we don't lock down that.
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.2.224 to 2.3.232. Release notes Sourced from com.h2database:h2's releases. Version 2.3.232 version-2.3.230 ... (truncated) Commits 2e46a1c Merge remote-tracking branch 'h2database/master' 5badbf9 in preparation for release c0696ef Merge...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.3.0 to 3.3.1. Commits 7e45620 [maven-release-plugin] prepare release surefire-3.3.1 561b4ca [SUREFIRE-2250] Surefire Test Report Schema properties element is not consist... 6aaea8a [SUREFIRE-1360] Ability to disable properties for...
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.26.0 to 3.26.3. Release notes Sourced from org.assertj:assertj-core's releases. v3.26.3 :jigsaw: Binary Compatibility The release is: Binary compatible with the previous minor version. Binary incompatible with the...
- timeoutMs - followRedirect - path of URL used as API root
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.14.0 to 10.17.0. Release notes Sourced from com.puppycrawl.tools:checkstyle's releases. checkstyle-10.17.0 Checkstyle 10.17.0 - https://checkstyle.org/releasenotes.html#Release_10.17.0 Breaking backward compatibility: #13758 - ImportOrder: replace Pattern[] with String[] type for properties...