Jeff Maxwell
Jeff Maxwell
### Description Please rev the major version instead of the minor version for new major versions of keycloak. Teams that rely on automated dependency management tools (dependabot, etc) most often...
Is it possible with Parameter Name support an @JsonCreator annotated constructor could be all that is needed to manage column order and header names? This would save lots of duplicate...
### Describe the bug Spelling error in exception message.the static initialization block ### Expected Behavior Exception message to be spelled correctly ### Current Behavior ``` static { try { speedUpDcoumentBuilderFactory();...
When the same mock declaration (via `@MockitoBean`) is indirectly referenced through multiple meta-annotation paths on a test class, Spring's `BeanOverrideContextCustomizerFactory` reports a `Duplicate BeanOverrideHandler` exception. The framework treats the two...