Marvin

Results 38 issues of Marvin

This reverts commit 128a207d6c666f689b327cd205079ddbb76dc9bf.

keep-open

Cloud frontend requests failed with: “Request header field content-type is not allowed by Access-Control-Allow-Headers in preflight response.” Origins were OK. Verified via curl that Access-Control-Allow-Origin: * was set; issue was...

bug

## Summary - Replaced Maven shade plugin uber-jar approach with Jib maven plugin for layered Docker builds - Migrated from fat JAR to separate dependency and application layers for better...

When a derived table (e.g., `TopicPackages`) selects all (`SELECT *`) from a base table (e.g., `TopicPackagesA`) that defines additional functions (e.g., `.latest`), the GraphQL schema validator does **not** expose those...

Updates Vert.x from 5.0.4 to 5.0.5 in the feign-vertx5-test module only. This PR correctly targets only the vertx5-test module which is specifically for testing with Vert.x 5.x. The vertx4-test module...

Updates Jersey from 4.0.0-M1 (milestone) to 4.0.0 (stable release) in the jaxrs4 module only. This PR correctly targets only the jaxrs4 module which uses Jakarta JAX-RS API 4.0.0. The other...

## Summary This PR reverts the temporary disabling of `Http2ClientReconnectTest` in both `feign-vertx` and `feign-vertx4-test` modules. The test was temporarily disabled in commit 196f282 to prevent build failures, but it...