InITNEXTbyHantsy·Jun 21Migrating to Spring Boot 4: Challenges and Best PracticesUnlike the transition from Spring Boot 2 to 3, which was relatively straightforward, Spring Boot 4.0 introduces several architectural…
InITNEXTbyHantsy·Jun 21Building Null-Safety Spring Boot ApplicationsKotlin’s built-in null safety is a standout feature, helping developers avoid the dreaded NullPointerException by enforcing strict rules on…
InITNEXTbyHantsy·Jun 19AOT Processing in Spring DataIn Spring 5 and Spring 6, you could use GraalVM build tools to compile applications into native executables and run them directly on your…
InITNEXTbyHantsy·Jun 19Built-in Resilience Support in Spring 7Spring 7 integrates proven resilience patterns by directly incorporating the spring-retry project's effort into the core framework…
InITNEXTbyHantsy·Jun 18Spring Boot v4 ModularizationOne breaking change in Spring Boot 4 is that the single monolithic spring-boot-autoconfigure module is split into smaller, fine-grained…A response icon2A response icon2
InITNEXTbyHantsy·Jun 16A Glance at Kafka Share Consumer SupportApache Kafka has long been the gold standard for high-throughput, low-latency data streaming. Historically, Kafka consumption used a…
InITNEXTbyHantsy·Jun 16API Versioning in Spring 7API versioning is a practice of managing changes to your API while maintaining backward compatibility. It allows developers to introduce…
InITNEXTbyHantsy·Jan 4An Introduction to Spring JmsClient APIIn previous posts, we discussed the new JdbcClient and RestClient which used to replace the existing JdbcTemplate and RestTemplate. We are…
InITNEXTbyHantsy·Jan 3An Introduction to New Spring RabbitMQ ClientSpring AMQP 4.0 brings a new module spring-rabbitmq-client which is based on the new RabbitMQ official Java client…
InITNEXTbyHantsy·Dec 30, 2025An Introduction to Jackson 3 in Spring 7 and Spring Boot 4Jackson is the defacto standard for JSON processing in Spring applications. With Spring 7 and Spring Boot 4, Jackson 3 is now the default —…A response icon3A response icon3