reactive-wizard icon indicating copy to clipboard operation
reactive-wizard copied to clipboard

Reactive non-blocking web applications made really easy with JAX-RS and Project Reactor.

Results 24 reactive-wizard issues
Sort by recently updated
recently updated
newest added

If a timezone is not passed via database connection properties, Postgres JDBC driver uses the system default timezone. This can lead to flaky behaviours if the default timezone is not...

When RW server is shut down, the latest portions of the logs entries are not flushed to the storage, and are often lost. This update enables a new handler that...

Bumps io.swagger.core.v3:swagger-annotations from 2.2.21 to 2.2.22. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.swagger.core.v3:swagger-annotations&package-manager=maven&previous-version=2.2.21&new-version=2.2.22)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2023.0.5 to 2023.0.6. Release notes Sourced from io.projectreactor:reactor-bom's releases. 2023.0.6 2023.0.6 release train is made of: reactor-core 3.6.6 reactor-netty 1.1.19 These artifacts didn't have any changes: reactor-kafka...

dependencies

Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.1.0-jre to 33.2.0-jre. Release notes Sourced from com.google.guava:guava's releases. 33.2.0 Android users: Please test recent Guava versions If you know of Guava Android users who have not...

dependencies

Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.14.0 to 10.16.0. Release notes Sourced from com.puppycrawl.tools:checkstyle's releases. checkstyle-10.16.0 Checkstyle 10.16.0 - https://checkstyle.org/releasenotes.html#Release_10.16.0 New: #14620 - LITERAL_CASE token support in RightCurlyCheck Bug fixes: #14765 - OverloadMethodDeclarationOrder...

dependencies

Added support for specifying multiple sort by columns in the CollectionOptions sortBy string separated by commas. Each column needs to be defined in allowedSortColumns in order to be used in...

Bumps [liquibase-core](https://github.com/liquibase/liquibase) from 4.16.1 to 4.17.2. Release notes Sourced from liquibase-core's releases. v4.17.2 Liquibase 4.17.2 Patch Release This is a patch release that upgrades the HSQL driver to remove a...

dependencies

In `SelectStatementFactory`, there is a `StatementDebug.log(statement);` in `executeStatement(MonoSink)`, but not in Flux version. Could we add one in Flux version `executeStatement(FluxSink)`?