Opens profile photo
Follow
Click to Follow odrotbohm
Oliver Drotbohm ๐Ÿฅ & ๐Ÿ‘จโ€๐Ÿ’ป
@odrotbohm
Frameworks & Architecture in the Spring team @ VMware, OpenSource, all things Spring, Java, data, DDD, REST, software architecture, drums & music. He/him.
@odrotbohm@chaos.socialodrotbohm.deJoined October 2008

Oliver Drotbohm ๐Ÿฅ & ๐Ÿ‘จโ€๐Ÿ’ปโ€™s Tweets

Pinned Tweet
"Donโ€˜t you, don't you ever break off. Wonโ€™t you, won't you reach for more than ordinarity / Come on, come on, let yourself grow. Raise your thoughts and raise your vision / 'cause there's a unique trait 'bout you, a unique trait 'bout you, yeah you"
1
2
Show this thread
Congrats, #Hibernate team! Embeddable support for records is highly appreciated. The now strong dependency on JPA 3.1 comes as a bit of a surprise, though (6.1 was 3.0 compatible, 6.2 *requires* 3.1). ๐Ÿ‘
Quote Tweet
๐ŸŽ‰ Hibernate 6.2 Candidate Release 1 is available now, with many new features to explore during the end of year break - see @1ovthafew 's summary: twitter.com/1ovthafew/statโ€ฆ
9
Christmas came early this year! 0.2 released! A new (At)ApplicationModuleListener, module structure exposed as actuators, improved persistence in event publication registry on Postgres. Happy holidays! ๐Ÿƒ๐Ÿ“ฆ๐ŸŽ…๐ŸŽ„
26
"In addition, starting with JDK 20, GraalVM releases will only support the latest JDK version (just as Oracle OpenJDK releases do)." โ€“ in medium.com/graalvm/graalv Read: going forward, to use #GraalVM you'll have to be willing / able to run (on) the corresponding JDK.
1
9
Liked that blog post you read? An OSS maintainer merged your bug fix in no time? A co-worker did something cool? Take your time and let others know if you value their work, it will make their day. The impact of honest positive feedback can't be overestimated.
2
63
Wow! already supports 3.0. This was earlier than expected. Thank you Spring Team and happy holiday season! ๐Ÿƒโ™ฅ๏ธ๐Ÿ”ฅ
Quote Tweet
Spring Cloud 2022.0.0 (codename Kilburn) has been released. This brings compatibility with @springframework 6 and @springboot 3. See the blog for more information. spring.io/blog/2022/12/1
11
๐Ÿฅณ๐Ÿ™Œ๐Ÿƒ
Quote Tweet
Spring Cloud 2022.0.0 (codename Kilburn) has been released. This brings compatibility with @springframework 6 and @springboot 3. See the blog for more information. spring.io/blog/2022/12/1
3
The software industry is the only one in which folks spend a significant amount of time and money to solve problems they would like to have.
2
73
I've just discovered this recently and am not sure which release of #M2E actually shipped the improvements to the POM editor, but big thanks to the team. Especially adding dependencies became significantly slicker and finally is on par with IDEA! #Maven ๐Ÿ‘๐Ÿ™‡
1
11
Friends don't let friends write Docker Files. If you're in a Spring Boot application you can create an optimized docker-compatible container image using Cloud Native Buildpacks. `mvn spring-boot:build-image` ๐Ÿ˜Ž
IntelliJ terminal creating a cloud-native buildpack image of a Spring Boot application.
9
357
Great HTMX showcase on how to build SSR'ed, sophisticated, interactive web UIs. Why would you want to add a completely distinct, additional stack, if you can just do this? ๐Ÿ‘
Quote Tweet
I recorded a short video: Real-world application of HTMX and how I'm building a relatively complex web app with it. youtube.com/watch?v=JE3zQp
Show this thread
1
13
Why have a Map.mapEntries(BiFunction<K, V, T> function) : List<T> if you can rather do โ€ฆ.entrySet() .stream() .map(it -> new Foo(it.getKey(), it.getValue())) .collect(Collectors.toList()); ? So much more (fun|code)! ๐Ÿฅณโ˜•๏ธ #Java
3
18