You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* release: 0.6.0
* refactor: re-order Java modifiers per conventions
* refactor: use Collections.emptyList() instead of Collections.EMPTY_LIST
* refactor: use the diamond operator ("<>") to reduce the verbosity of generics code (SonarLint java:S2293)
* refactor: lambdas should be replaced with method references (SonarLint java:S1612)
* refactor: chained AssertJ assertions should be simplified to the corresponding dedicated assertion (SonarLint java:S5838)
* refactor: consecutive AssertJ "assertThat" statements should be chained (SonarLint java:S5853)
* refactor: Strings should not be concatenated using '+' in a loop (SonarLint java:S1643)
* refactor: boxed "Boolean" should be avoided in boolean expressions (SonarLint java:S5411)
* refactor: "equals(Object obj)" should be overridden along with the "compareTo(T obj)" method (SonarLint java:S1210)
* refactor: boxing and unboxing should not be immediately reversed (SonarLint java:S2153)
* refactor: "equals(Object obj)" and "hashCode()" should be overridden in pairs (SonarLint java:S1206)
* refactor: deprecated code should be removed (java:S1133)
* refactor: utility classes should not have public constructors (SonarLint java:S1118)
* refactor: "@OverRide" should be used on overriding and implementing methods (SonarLint java:S1161)
* refactor: optional value should only be accessed after calling isPresent() (SonarLint java:S3655)
* fix: second class type in Pair not properly declared in getFirstGetter
* refactor: constructors of an "abstract" class should not be declared "public" (SonarLint java:S5993)
* docs: add Spring Data Redis dependent version to README
* ci: update wordlist for spellchecker action
* refactor: clean up the wording on metamodel generator messages
* fixing syntax
* ci: update maven commands in integration workflow
* test: skip test-containers-based tests if docker is not available
* ci: update targets in integration workflow
Co-authored-by: Chayim I. Kirshen <[email protected]>
|[![Project stage][badge-Stage]][badge-stage-page]|[![Releases][badge-releases]][link-releases]|[![Snapshots][badge-snapshots]][link-snapshots]|[![Percentage of issues still open][badge-open-issues]][open-issues]|[![Average time to resolve an issue][badge-issue-resolution]][issue-resolution]|[![CodeQL][badge-codeql]][badge-codeql-page]|[![License][license-image]][license-url]|
|[![Project stage][badge-Stage]][badge-stage-page]|[![Releases][badge-releases]][link-releases]|[![Snapshots][badge-snapshots]][link-snapshots]|[![Percentage of issues still open][badge-open-issues]][open-issues]|[![Average time to resolve an issue][badge-issue-resolution]][issue-resolution]|[![CodeQL][badge-codeql]][badge-codeql-page]|[![License][license-image]][license-url]|[![SDR Version][sdr-badge-releases]][sdr-link-releases]|
22
22
23
23
<details>
24
24
<summary><strong>Table of contents</strong></summary>
@@ -400,6 +400,7 @@ Redis OM uses the [MIT license][license-url].
0 commit comments