You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've done some testing with Quarkus Native and found that after building a native executable there are runtime issues. It's worth investigating a little further as it may well be possible to get things working with some configuration properties
The text was updated successfully, but these errors were encountered:
I've made some changes to barcode4j that enable the library to be used in a native build. However it does require manually registering an instance of ImageIOBitmapEncoder (something that was previously done only by classname).
I've done some testing with Quarkus Native and found that after building a native executable there are runtime issues. It's worth investigating a little further as it may well be possible to get things working with some configuration properties
The text was updated successfully, but these errors were encountered: