Skip to content

test(vertx-pg-client): add native pg codec regression coverage#1912

Open
graemerocher wants to merge 1 commit into7.0.xfrom
fix-issue-838-vertx-pg-native-regression
Open

test(vertx-pg-client): add native pg codec regression coverage#1912
graemerocher wants to merge 1 commit into7.0.xfrom
fix-issue-838-vertx-pg-native-regression

Conversation

@graemerocher
Copy link
Copy Markdown
Contributor

@graemerocher graemerocher commented Apr 15, 2026

Summary

  • add a minimal native Micronaut test application for micronaut-vertx-pg-client
  • exercise Vert.x DataTypeCodec through an HTTP endpoint under nativeTest
  • capture the historical GraalVM issue with a focused regression on the current 7.0.x line

Verification

  • ./gradlew -q :micronaut-tests:micronaut-vertx-pg-client-native:test
  • ./gradlew :micronaut-tests:micronaut-vertx-pg-client-native:nativeTest
  • ./gradlew -q spotlessCheck

Resolves #838

Add a minimal native Micronaut application that exercises Vert.x PG DataTypeCodec and verifies the path under nativeTest.

This captures the historical GraalVM failure reported in issue 838 and confirms the current 7.0.x line no longer reproduces it.

Co-Authored-By: Codex with GPT-5 <[email protected]>
@graemerocher graemerocher added the type: bug Something isn't working label Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GraalVM native error on micronaut-vertx-pg-client

3 participants