redhat-developer / quarkus-ls

Language server for Quarkus tooling
Eclipse Public License 2.0
44 stars 15 forks source link

correctly treat optionals that dont have generics #866

Open adietish opened 1 year ago

adietish commented 1 year ago

Configuration elements that are using OptionalInt cause an ArrayOutOfBoundException in QuarkusConfigMappingProvider#populateConfigObject. This was discovered in https://github.com/redhat-developer/intellij-quarkus/issues/801