Commit Graph
6 Commits
Author SHA1 Message Date
kongleong86andGitHub 301317533e refactoring #1012: Format specifiers should be used instead of string concatenation. (#2715)
* refactoring #1012: Format specifiers should be used instead of string concatenation.

* refactoring #1012: Format specifiers should be used instead of string concatenation.

* refactoring #1012: Remove isInfoEnabled check
2023-12-02 14:25:00 +02:00
kongleong86andGitHub 1bea90ed9c refactor: Remove deprecated method of newInstance (#2594) 2023-10-14 13:58:15 +03:00
2d309b8928 dependencies: Refactor unit tests without depending on Guava (#2181)
* Refactor unit tests without depending on Guava

* Remove redundant casts.

* Move import up

* Update repository/src/test/java/com/iluwatar/repository/RepositoryTest.java

Co-authored-by: Robert Volkmann <20912167+robertvolkmann@users.noreply.github.com>

* Update repository/src/test/java/com/iluwatar/repository/AnnotationBasedRepositoryTest.java

Co-authored-by: Robert Volkmann <20912167+robertvolkmann@users.noreply.github.com>

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
Co-authored-by: Robert Volkmann <20912167+robertvolkmann@users.noreply.github.com>
2022-12-04 11:25:57 +02:00
kongleong86andGitHub 6e9ea39275 refactoring #1012: Remove deprecated method to ease Hibernate upgrade (#2125)
* refactoring #1012: Remove deprecated method to ease Hibernate upgrade later on

* refactoring #1012: Fix checkstyle violation
2022-10-26 20:33:57 +03:00
kongleong86andGitHub ede83e04e9 Refactor: Fixed #1193. Remove assertj-core from acyclic-visitor to prevent inconsistent library versions (#2042)
* Fixed #1193. Remove assertj-core from acyclic-visitor to prevent inconsistent library versions

* clean up logger before each run
2022-10-08 13:54:02 +03:00
kongleong86andGitHub 4ed839bef8 refactoring: Remove deprecated method to ease Hibernate upgrade later on (#2039) 2022-10-05 21:24:23 +03:00