Rafael Winterhalter

@rafaelcodes
868 Followers
42 Following
18 Posts
software consultant who likes static typing, coding at http://github.com/raphw ๐Ÿ‡ง๐Ÿ‡ป๐Ÿ‡ฉ๐Ÿ‡ช๐Ÿ‡ช๐Ÿ‡บ
Is anybody here using Mockito on Java 21? We would like to assess the impact of the JDK deprecating dynamic attach for Java agents and figure out potential workarounds.
Java 21 / JDK 21: General Availability

A software developer's guide to licenses and other legalities - Rafael Winterhalter https://vimeo.com/861665089
#opensource #licensing
A software developer's guide to licenses and other legalities - Rafael Winterhalter

Vimeo
@infosec812 @anthony Played with it already. I'll try to plug it into ASM first, though.
@olafurpg And it's the month before writing your final exams what weirds me out given that it's rather tough to get into some programs.
I got to talk about developer careers and open source with Jim from Oracle. https://open.spotify.com/episode/4v4dCAZF4rl0bcCyeziQMA
Rafael Winterhalter on Moving from Economics to Software and the Benefits of Java

Listen to this episode from Duke's Corner on Spotify. In this conversation Oracle's Jim Grisanzio talks with Rafael Winterhalter about his experiences moving from economics to software development and the benefits of using Java technology. The conversation also covers advice for students and value of interacting with the Java community. Rafael is a software consultant in Oslo, Norway, he's a Java Champion, and he's a Duke's Award winner. You can find Rafael on Twitter @rafaelcodes. You can find Jim at @jimgris on Twitter.

Spotify
Release Byte Buddy 1.14.2 ยท raphw/byte-buddy

Fix offset mapping for local variable array remapping in Advice. Add possibility to specify an index for skipOn and repeatOn which resolves the checked value from a returned array.

GitHub
If you are using Jackson with JAXB and were lacking support for XmlElementWrapper and XmlSeeAlso, I made a thing for your convenience: https://github.com/raphw/jackson-jaxb-extension
GitHub - raphw/jackson-jaxb-extension: A Jackson extension for supporting additional JAXB annotations.

A Jackson extension for supporting additional JAXB annotations. - GitHub - raphw/jackson-jaxb-extension: A Jackson extension for supporting additional JAXB annotations.

GitHub
Bazel reminds me of Ant but I also miss XML.
@olafurpg Wouldn't that be easily fixed by an IDE highlight? For the caller, it should neither matter what the exact visibility is as long as the call site is visible.