Rayyan

Results 8 comments of Rayyan

Hi @fniephaus , thanks for the quick revert Adding `-H:+AddAllCharsets` causes build failure with reference to CharacterSet classes

@fniephaus / @kassifar any other option to try, please. Thanks

Hi @fniephaus Resolved all the build errors reported for `-H:+AddAllCharsets` via `--initialize-at-build-time`, however the below error is again reported during application startup `Missing character set id 560 not loaded at...

@fniephaus does the database you're using to reproduce has multilingual support enabled like both English & Arabic? The below error is thrown only for multilingual enabled DB which requires orai18n...

`@RegisterReflectionForBinding` is great, however in reality it is really a difficult way of getting around when you have 100+ Spring Boot applications all with complete `reactive` stack. Please consider auto...

@bclozel in the below example unless we add `@RegisterReflectionForBinding` on top of the method that returns `Mono`, reachability-metadata would not include the reflection hint for `SomeClass`. Requesting to have a...

I did two exercises following the below sequential steps, **Sequence-A:** 1. Built the application fat jar normally 2. Started the application with `GraalVM tracing agent` to generate the metadata. _Note:_...

Thanks @bclozel makes sense. Tried with Spring AOT build, however the paketo build pack latest has many vulnerabilities, which is NOT an option to proceed. Can you please suggest a...