asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
184 stars 18 forks source link

Ensuring GraalVM Native Build Compatibility #194

Closed jchrys closed 5 months ago

jchrys commented 6 months ago

Introduction

GraalVM has emerged as a powerful tool for building native images that offer improved startup times and reduced memory footprints for Java applications. To enhance the user experience and compatibility with GraalVM's native image capabilities, it is essential to undertake measures to ensure seamless integration.

Current Status

As of the present state, may encounter challenges when building native images using GraalVM. These challenges can include issues related to reflection, dynamic proxies, or other features that require special considerations in a native image environment.

Proposal

Enhancing the compatibility with GraalVM native builds.