Enterprise Java
-
Demystifying Java SE Level for Jakarta EE
As I mentioned in Hashtag Jakarta EE #76, the Jakarta EE Platform project is in the process of determining the…
Read More » -
BigQuery Storage API: Get Started and Comparisons
BigQuery provides us with the Storage API for fast access using an rpc-based protocal. With this option you can receive…
Read More » -
Changing The Way We Use JPA
I’ve been updating some training materials recently, and thinking about better ways of teaching and talking about JPA. One of…
Read More » -
Rest API Documentation and Client Generation with OpenAPI
Microservices architecture helps in building an application as a suite of multiple fine-grained smaller services. Each of these services run…
Read More » -
Spring Endpoint to handle Json Patch and Json Merge Patch
In a previous blog post I went over the basics of Json Patch and Json Merge Patch and how a…
Read More » -
Providing useful API error messages with Spring Boot
For API users it is quite important an API provides useful error messages. Otherwise, it can be hard to figure…
Read More » -
Jakarta EE 9.1 is RELEASED!
Join us in celebrating a new release of Jakarta EE! The Jakarta EE Working Group Releases Jakarta EE 9.1 as…
Read More » -
Apache Ant 1.10.10 released – Better test result summary from junitlauncher task
Apache Ant 1.10.10 got released around a month back. Among the usual bug fixes, we added a new enhancement for…
Read More » -
Retention period and issue with Kafka data not getting deleted
Problem Default value of retention.ms attribute on kafka topis is set to 7 days but data still persist for pre…
Read More »