Verifying no duplicate serialVersionUIDsVerifying no duplicate serialVersionUIDs in a package within specific parent class.Mar 22, 2024Mar 22, 2024
Eclipse dynamic weaving with Apache Mavenhttps://wiki.eclipse.org/EclipseLink/UserGuide/JPA/Advanced_JPA_Development/Performance/Weaving/Dynamic_WeavingMar 3, 2024Mar 3, 2024
Allowing an Insecure Protocol for accessing repository via HTTPRecently, Gradle started complaining about an insecure protocol for my maven repositories configured in build.gradle.Jun 22, 20212Jun 22, 20212
Using a generic wrapper class for marshalling/unmarshalling with JAXBThis is an in-action case of Creating a Generic List Wrapper in JAXB.Mar 7, 2021Mar 7, 2021
AttributeConverter for TemporalAccessors and StringsI’ve encountered, quite a few times, into situations that I need to convert database strings into LocalDateTime instances.Jun 29, 2020Jun 29, 2020
Accessing fields with MethodHandlesRecently I had to define some utility methods for accessing fields with their names.Apr 17, 2020Apr 17, 2020
An anti-pattern for try-with-resourcesI just found my own anti-pattern regarding the try-with-resources statements.Oct 26, 2019Oct 26, 2019
Published inJavarevisitedHow to check whether an Iterable is sorted or notjava.lang.Iterable<T>Apr 25, 2019Apr 25, 2019