Simulant87

Results 13 comments of Simulant87

This would be in any case a backwards compatibility breaking change as the return type signature of the public API of the library would change. Merging this change would require...

I can confirm that with gradle 7.4 it still works for me.

@garydgregory Thank you for the feedback. I added a test that verifies the `convertKey` method is only called once, which fails currently on the master branch without the production code...

@freya022 thank you for your suggestion. This sounds like another high performance improvement. However it also sounds like the behaviour might slightly change in some edge cases. Something I expect...

Hello @kinow, I saw that you are able to merge in this repository in another recent PR. Would you also like to review my suggested changes in this PR, please?

Lombok generates the getter and setter methods during compile time, not during runtime. If Sourcetrail would be able to analyze the .class files compiled by gradle/maven it would find the...

As the BigDecimal output is stored as a formatted **String** in JSON and not a **Number** (without quotes), maybe we don't have an issue here and the behavior is still...

You should migrate from group: 'org.simpleframework', name: 'simple-xml', version: "2.7" to group: 'org.restlet.lib', name: 'org.simpleframework.simple-xml', version: "2.7.3"

how to configure it in a `build.gralde.kts` file with the Kotlin DSL?

I think I can fix it myself and I would like to work on it. Expect a pull request within this week.