Lil Villa
JCHJava Community | Help. Code. Learn.
•Created by Lil Villa on 5/30/2025 in #java-help
Proper OOP patterns practices with factory
Hmm, makes sense. Thanks.
15 replies
JCHJava Community | Help. Code. Learn.
•Created by Lil Villa on 5/30/2025 in #java-help
Proper OOP patterns practices with factory
functional programming, like no factories at all, just pass function or a lambda instead of whole object. Call on function, not on a class and so on
15 replies
JCHJava Community | Help. Code. Learn.
•Created by Lil Villa on 5/29/2023 in #java-help
Can't resolve transitive dependencies by myself
Problem is not with flink guava dependencies, but with different scala versions.
9 replies
JCHJava Community | Help. Code. Learn.
•Created by Lil Villa on 5/29/2023 in #java-help
Can't resolve transitive dependencies by myself
commons:
9 replies
JCHJava Community | Help. Code. Learn.
•Created by Lil Villa on 5/29/2023 in #java-help
Can't resolve transitive dependencies by myself
main flink gradle file:
9 replies
JCHJava Community | Help. Code. Learn.
•Created by Lil Villa on 5/29/2023 in #java-help
Can't resolve transitive dependencies by myself
Dependencies output with every other dependency which does not have guava as a dependency excluded -> https://gist.github.com/tomazvila/1837a33228cecdb9fbc2e7985eee94e3
9 replies
JCHJava Community | Help. Code. Learn.
•Created by Lil Villa on 5/4/2023 in #java-help
Flink ShutdownHookManager throws Trying to access closed classloader when destroying itself
Resolved my problem by adding:
To my sink.
I think it forces my job to use System class loader instead of dynamic flink class loader which somewhere and somewhy was being removed when shutdown executor tries to use it for its own shutdown.
8 replies
JCHJava Community | Help. Code. Learn.
•Created by Lil Villa on 11/29/2022 in #java-help
Force Spring Yaml configuration environment parameter to be treated as yaml instead of String
Thank you for an answer :prayge:
7 replies
JCHJava Community | Help. Code. Learn.
•Created by Lil Villa on 10/11/2022 in #java-help
how to add Log4J json template layout
This is just what I needed! Thank you @imp_o_rt :prayge:
6 replies