Spencer Gibb
@spencer.gibb.us
1.2K followers 350 following 280 posts
Software Engineer, Dad, Geek, Co-founder and Lead of #SpringCloud Core on the @spring.io team at Broadcom
Posts Media Videos Starter Packs
spencer.gibb.us
Michigan sunset yesterday
Reposted by Spencer Gibb
poutsma.bsky.social
My Devoxx talk "A Long Spring: 19 Years of Living with Your Past Mistakes" has been published on YouTube.
Enjoy!
A Long Spring: 19 Years of Living with Your Past Mistakes by Arjen Poutsma
YouTube video by Devoxx
www.youtube.com
Reposted by Spencer Gibb
snicoll.be
A long spring, 3 core qualities.

@poutsma.bsky.social at #Devoxx
Three core qualities, devoxx Talk
Reposted by Spencer Gibb
springio.net
📣 The Spring I/O 2026 CFP is now OPEN!

📅 Deadline: 9 January 2026
📍Palau de Congressos de Catalunya, Barcelona

👉 Submit your proposal now and join us on stage: 2026.springio.net
Reposted by Spencer Gibb
spring-ai.bsky.social
🚀 Excited to share that Spring AI now has its own community-driven GitHub org! A dedicated hub where the community can incubate projects, contribute integrations, and shape the future of AI using #SpringAI.
Explore & get involved 👉 spring.io/blog/2025/10...
Introducing the Spring AI Community GitHub Organization
Level up your Java code and explore what Spring can do for you.
spring.io
Reposted by Spencer Gibb
razzball.bsky.social
Fan wearing a "Dump Here" jersey with 61 caught Cal's HR 🔥

Immediately changes into an identical 62 jersey
Described in skeet Described in skeet
Reposted by Spencer Gibb
devnexus.bsky.social
🔧 Building APIs doesn’t have to be complex! At #Devnexus, @spencer.gibb.us explored how Spring provides everything devs need to create scalable, reliable APIs.

Read the recap ⤵️
devnexus.com/posts/api-to...

💥 Join us next year at Devnexus 2026 for more developer deep dives!
API Toolbox with Spring with Spencer Gibb
In his Devnexus 2025 session, Your Comprehensive Spring API Toolbox: Building, Testing, and Consuming Modern Services, Spencer Gibb, veteran Spring engineer ...
devnexus.com
Reposted by Spencer Gibb
spring.io
‪“Introducing Jackson 3 support in Spring” — @seb.deleuze.fr‬ sharing some insights on the new Jackson 3 support in Spring Boot 4 and related Spring portfolio projects and the guidance for migrating to Jackson 3: spring.io/blog/2025/10...
Introducing Jackson 3 support in Spring
Level up your Java code and explore what Spring can do for you.
spring.io
Reposted by Spencer Gibb
vmwaretanzu.bsky.social
Don't miss out! Learn how Spring Cloud Stream & Function are revolutionizing event-driven architectures. Oleg Zhurakousky shares insights on Oct 22, 2025, 8:00 AM PT. Register now! https://brcm.tech/42P0M9x #CloudNative #SoftwareDevelopment #Spring
10/22: Spring Cloud Stream/Function: Advancements in Event-Driven Microservices
Spring Cloud Stream is a framework for building message-driven microservices.
blogs.vmware.com
Reposted by Spencer Gibb
seb.deleuze.fr
I have just published "Introducing Jackson 3 support in Spring" with hopefully useful insights on Spring Boot 4 upcoming JSON support and on the migration from Jackson 2. spring.io/blog/2025/10...
Introducing Jackson 3 support in Spring
Level up your Java code and explore what Spring can do for you.
spring.io
Reposted by Spencer Gibb
spring-ai.bsky.social
🚀 Spring AI 1.1.0-M3 is live!
Packed with #MCP enhancements, resource template management, improved security documentation, Azure Cosmos DB Chat Memory, Anthropic Prompt Caching, Mistral AI improvements. More on this blog: spring.io/blog/2025/10...
Spring AI 1.1.0-M3 Available Now
Level up your Java code and explore what Spring can do for you.
spring.io
Reposted by Spencer Gibb
realjfairclough.bsky.social
Mother teaching her babies how to climb a tree... 😊 #bluesky
Reposted by Spencer Gibb
odrotbohm.de
Thu, Oct 9th, 5:40pm – Meet the Spring Team – m.devoxx.com/events/dvbe2...

With @starbuxman.joshlong.com, @garnier.wf, @tzolov.bsky.social, @0.5ritter.de, @snicoll.be, @chemicl.bsky.social, Brian Clozel, and yours truly. ☕️🍃 5/5
Meet the Spring Team

Come meet the Spring team! This year at Devoxx, many maintainers, advocates and contributors will be at the conference, and we’re delighted to meet with our users and members of the community. In this “open mic” session, you’ll have the opportunity to ask us anything about the various Spring projects, our current efforts and ideas for the future, and of course, the soon-to-be-released new generation with Boot 4 and Framework 7.

Whether you’re a Spring veteran or a new user getting started with the project, you are more than welcome to join.
Reposted by Spencer Gibb
hillert.bsky.social
As a German that word pops through my head a lot lately 😢.
kschul.bsky.social
Can every university considering signing on please look up “Gleichschaltung, 1933”
Reposted by Spencer Gibb
billamend.bsky.social
Tonight’s dumb napkin cartoon…
Reposted by Spencer Gibb
spring-ai.bsky.social
🚀 Spring AI 1.0.3 is here!
Packed with 27 enhancements, stability fixes, and improved docs. Highlights: Streaming & ToolCalling, AOT compilation, developer experience improvements.
More details on this blog: spring.io/blog/2025/10...
Spring AI 1.0.3 Available Now
Level up your Java code and explore what Spring can do for you.
spring.io
Reposted by Spencer Gibb
junit.org
#JUnit 6.0.0 is released!

✨ Java 17 and Kotlin 2.2 baseline
🌄 JSpecify nullability annotations
🛫 Integrated JFR support
🚟 Kotlin suspend function support
🛑 Support for cancelling test execution
⏭️ New `--fail-fast` mode for ConsoleLauncher
🧹 Removal of deprecated APIs

docs.junit.org/6.0.0/releas...
JUnit Release Notes
docs.junit.org
Reposted by Spencer Gibb
Reposted by Spencer Gibb
seb.deleuze.fr
Highly-recommended reading: The state of HTTP clients in Spring by Brian Clozel spring.io/blog/2025/09...

« This is also a good time to reflect on the state of HTTP clients in Spring, so we will use this opportunity to explain an important announcement: we are officially deprecating RestTemplate. »
The state of HTTP clients in Spring
Level up your Java code and explore what Spring can do for you.
spring.io
Reposted by Spencer Gibb
rwinch.github.io
#SpringSecurity 7 added MFA support docs.spring.io/spring-secur...

tldr Add following to require both password and one time token

`@EnableGlobalMultiFactorAuthentication(authorities = {
GrantedAuthorities.FACTOR_PASSWORD_AUTHORITY,
GrantedAuthorities.FACTOR_OTT_AUTHORITY })`
Adaptive Authentication :: Spring Security
docs.spring.io
Reposted by Spencer Gibb
sailorrooscout.bsky.social
Well now, would you look at that?

A massive, 26-YEAR-LONG study of MORE THAN 2.4 MILLION people in Sweden found found NO EVIDENCE to support a causal link between acetaminophen (the API in Tylenol) use during pregnancy and increased risk of autism, ADHD, OR intellectual disability in children.