A Bootiful Podcast: Spring web legend Rossen Stoyanchev on RSocket, GraphQL and more
Hi, Spring fans! In this episode, Josh Long (@starbuxman) talks to Rossen Stoyanchev (@rstoya05) about Spring, RSocket, GraphQL, and so much more.
Hi, Spring fans! In this episode, Josh Long (@starbuxman) talks to Rossen Stoyanchev (@rstoya05) about Spring, RSocket, GraphQL, and so much more.
On behalf of the community, I am pleased to announce that the 2020.0.4 release of Spring Cloud is available today. The release can be found in Maven Central. You can check out the 2020.0 release notes for more information.
See all issues included in this release here.
This was primarily a bug fix and documentation release. 2020.0.4 is compatible with Spring Boot 2.4.x and 2.5.x.
This is the second article of a series about how to tackle various challenges you might encounter when using Spring Data JDBC. The series consists of
Spring Data JDBC - How do I make bidirectional relationships? (this article).
Spring Data JDBC - How Can I Do a Partial Update of an Aggregate Root?
If you are new to Spring Data JDBC, you should start by reading its introduction and this article, which explains the relevance of aggregates in the context of Spring Data JDBC. Trust me, it…
Hi, Spring fans! Welcome to another installment of This Week in Spring! As usual, it's been another crazy awesome, and jam-packed week in Spring, so we've got a ton of stuff to get to and so very little time in which to do it. Andiamo!
Hi, Spring fans! Welcome to another installment of A Bootiful Podcast. In this installment, Josh Long (@starbuxman) talks to the one, the only, the amazing and inimitable Dr. Mark Pollack (@MarkPollack) about physics, Spring.NET, Spring Data, Spring XD, Spring Cloud Data Flow, and so much more!
Hi, Spring fans! In this installment, I'm joined by teammates Tiffany Jernigan and Mario Gray as we recap some of our favorite talks from the just-finished SpringOne 2021 event! Did you miss the show? (why)? Fret not: we'll look at some of our favorite moments from SpringOne 2021!
Hi, Spring fans! It's September 14th! I can't believe it. I know this is a common refrain on my weekly posts, but can you believe it's already nearly Fall and Winter? What is happening?? How'd we get here so quickly?
Anyway, how are you doin'? I'm doing alright! It's been kinda a crazy week. I was in the studio all day and some of the night yesterday filming a new Livelessons video that I can't wait for y'all to see. (But be forewarned: there will be .YAML
!)
Then, at 3am my time, I did a presentation for the Japanese Java User Group. This would be one thing in of itself, but what made this special for me was that I was supposed to appear at the JJUG six weeks ago. Yes, that six weeks ago. The same six weeks ago when I was convalescing with COVID-19, six weeks ago. Needless to say (but I will!), when one is sick with the virus, they sleep. So I did. A lot. And I ended up accidentally sleeping through my appearance. And they graciously, empathetically, and kindly agreed to reschedule a week (or two? It's all a blur to me) later. Anyway, I also slept through that one!! Ugh! I was and am so embarrassed! I still am…
It has been a while since Spring Framework 5.3 was released. One of the features in that release was a major overhaul of our Reactive Multipart support. In this blog post, we share some of the knowledge learned while working on this feature. Specifically, we focus on finding a token within a stream of byte buffers.
Whenever you upload a file, your browser sends it — and other fields in the form — to the server as a multipart/form-data
message. The exact format of these messages is described in RFC 7578. If you submit a simple form with a single text field called foo
and a file selector called file
, the multipart/form-data
…
Hi, Spring fans! In this installment, Josh Long (@starbuman) talks about pumpkin spice lattes, COVID, labor day, and then gets to talk to Spring Security engineer Josh Cummings (@jzheaux)
This is the first article of a series about how to tackle various challenges you might encounter when using Spring Data JDBC. The series consists of
Spring Data JDBC - How to use custom ID generation. (this article).
Spring Data JDBC - How do I make bidirectional relationships?
Spring Data JDBC - How Can I Do a Partial Update of an Aggregate Root?
If you are new to Spring Data JDBC, you should start by reading its introduction and this article, which explains the relevance of aggregates in the context of Spring Data JDBC. Trust me, it is…