Skip to content

Commit dd00244

Browse files
committed
Downgrade de.cronn:reflection-util for java 11
Signed-off-by: Gopal S Akshintala <[email protected]>
1 parent d53751a commit dd00244

File tree

6 files changed

+16
-3
lines changed

6 files changed

+16
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,3 +281,4 @@ fabric.properties
281281
.idea/caches/build_file_checksums.ser
282282

283283
.vscode/
284+
.kotlin

.idea/git_toolbox_blame.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ link:{docsdir}/requirements.adoc[Requirements that led to the birth of Vador]
7373
====
7474

7575
Validations are a problem almost as old as programming itself, but why a new library or Framework for Validations?
76-
Validations are predominantly done with `if-else-try-catch` pyramids, similar to https://github.com/overfullstack/railway-oriented-validation/blob/master/src/main/java/app/imperative/ImperativeValidation.java[this].
76+
Validations are predominantly done with `if-else-try-catch` pyramids, similar to https://github.com/overfullstack/fcwfp-root/blob/95ab9896f1f5f1122555ff94310111e7e7fe64e7/railway-oriented-validation/src/main/java/ga/overfullstack/app/imperative/ImperativeValidation.java#L31-L31[this].
7777
A domain may have many validations across its batch & non-batch services.
7878
Having validations as loose functions and using exceptions to halt the validation flow for the above requirements, can create a mess of function calls and execution flow.
7979

libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hamcrest-date = "2.0.8"
99
typeTools = "0.6.3"
1010
spotbugs = "6.0.1"
1111
assertj-vavr = "0.4.3"
12-
reflection-util = "2.14.0"
12+
reflection-util = "2.15.0" # 2.15.0 is Compatable with Java 11
1313
nexus-publish = "2.0.0-rc-1"
1414
apache-common-text-version = "1.11.0"
1515

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
],
1717
"groupName" : "all dependencies",
1818
"groupSlug" : "all"
19+
},
20+
{
21+
"matchPackageNames": [
22+
"de.cronn:reflection-util"
23+
],
24+
"enabled": false
1925
}
2026
]
2127
}

0 commit comments

Comments
 (0)