<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Siva Katamreddy on foojay.io - Friends of OpenJDK</title><link>https://foojayio.github.io/website/today/author/siva-katamreddy/</link><description>Articles written by Siva Katamreddy on foojay.io - Friends of OpenJDK</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 08 Sep 2023 06:45:44 +0000</lastBuildDate><atom:link href="https://foojayio.github.io/website/today/author/siva-katamreddy/index.xml" rel="self" type="application/rss+xml"/><item><title>Spring's new JdbcClient API for performing database operations</title><link>https://foojayio.github.io/website/today/the-new-jdbcclient-introduced-in-spring-framework-6-1/</link><pubDate>Fri, 08 Sep 2023 06:45:44 +0000</pubDate><guid>https://foojayio.github.io/website/today/the-new-jdbcclient-introduced-in-spring-framework-6-1/</guid><description>&lt;p&gt;&lt;strong&gt;Spring framework 6.1 introduced a new JdbcClient API, which is a wrapper on top of JdbcTemplate, for performing database operations using a fluent API.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Spring Boot 3.2 is going to include Spring framework 6.1, so let&amp;rsquo;s take a quick look at&lt;/p&gt;
&lt;p&gt;how we can use &lt;strong&gt;JdbcClient&lt;/strong&gt; to implement various database operations in a simplified manner.&lt;/p&gt;
&lt;p&gt;First, let&amp;rsquo;s go to &lt;a href="https://start.spring.io/" target="_blank" rel="noopener noreferrer"&gt;https://start.spring.io/&lt;/a&gt;
 and create a Spring Boot application by selecting&lt;br&gt;
&lt;strong&gt;Spring JDBC&lt;/strong&gt; , &lt;strong&gt;PostgreSQL Driver&lt;/strong&gt; , &lt;strong&gt;Flyway Migration&lt;/strong&gt; , and &lt;strong&gt;Testcontainers&lt;/strong&gt; starters.&lt;/p&gt;</description></item><item><title>Local Development Made Simpler with Testcontainers Desktop app</title><link>https://foojayio.github.io/website/today/testing-and-local-development-made-simpler-with-testcontainers-desktop-app/</link><pubDate>Mon, 21 Aug 2023 07:52:45 +0000</pubDate><guid>https://foojayio.github.io/website/today/testing-and-local-development-made-simpler-with-testcontainers-desktop-app/</guid><description>&lt;p&gt;&lt;strong&gt;Being able to release new features quickly is a must-have capability in today&amp;rsquo;s competitive world. In order to release your software quickly and often you should have CI/CD infrastructure that can automatically build, test, and release our software with minimal to no human intervention. A comprehensive automated test suite is the key to release your software with confidence.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://testcontainers.com" target="_blank" rel="noopener noreferrer"&gt;Testcontainers&lt;/a&gt;
 libraries help you to write integration tests using the real dependencies with the ease of writing unit tests. Let us take a quick look at how Testcontainers enables you to write tests that give confidence in your software.&lt;/p&gt;</description></item></channel></rss>