-
Notifications
You must be signed in to change notification settings - Fork 3k
Migration Guide 3.31
|
Note
|
We highly recommend the use of Items marked below with ⚙️ ✅ are automatically handled by |
The default maximum size of the JDBC connection pool has been raised from 20 to 50, to be more in line with modern standards.
If you relied on the default to be 20 (for instance, if you set the maximum connections to 20 on the database side), make sure to adapt your configuration or infrastructure.
Previously, the load shedding extension didn’t document what types are passed to RequestClassifier and RequestPrioritizer.
The type used for HTTP requests was io.vertx.core.http.HttpServerRequest.
In this release, this changes.
The used type is now io.vertx.ext.web.RoutingContext and it is documented in both RequestClassifier and RequestPrioritizer.