Enhancements
- Warning instead of error (configurable) for unknown sections in Qute files. See quarkus-ls#1042.
- Support for Integer operators in Qute files. See #974.
Performance
- Improve the Java data model cache in the Qute language server so that cache evictions are less frequent. See quarkus-ls#444.
Bug Fixes
- Guard against index out of bounds exception for Optional returning method of ConfigMapped type. See quarkus-ls#1050.