Stanislav Spiridonov
Stanislav Spiridonov
Add methods introduced in Java 9 release
See https://developers.google.com/maps/documentation/javascript/styling#stylers or https://developers.google.com/maps/documentation/javascript/reference#MapTypeStyler
### Expected behavior Repport all unmapped source attribute even nested. ### Actual behavior Unmapped nested source attributes not reported if nested bean partly mapped. ### Steps to reproduce the problem...
Please add support for java.util.Optional serialization/deserialization.
**Describe the bug** There is no option to format pom.xml in the Maven POM editor. There is no Source menu with Format option, Ctrl+Shift+F does nothing. Context menu contains Source...
I use domino domino-rest (1.0.2) with domino-jackson (1.0.5) and use the record as parameter for the POST ``` public record SearchFilter( String search, SearchType type ) {} ``` ``` @Override...
So if I define ```java @CircuitBreaker(name = "#root.args[0] + '.one'", fallbackMethod = "#{'recovery'}") public String spelSync(String backend) { return syncError(); } ``` it works fine and resolves to `backend.one`, but...