Streaming multi-line CSV files in Apache Camel
Recently I had to setup a Apache Camel route for processing CSV files. Because the files that have to be processed could potentially be very… Read More »Streaming multi-line CSV files in Apache Camel
Recently I had to setup a Apache Camel route for processing CSV files. Because the files that have to be processed could potentially be very… Read More »Streaming multi-line CSV files in Apache Camel
For a project I’m currently working on, we’re using Spring Boot for developing REST services. For fields that can only be provided in certain requests,… Read More »Making Spring Boot applications return Bad Request on @JsonView ignored properties
On a project I’m currently working on we’re developing Maven multi-module projects. However, the challenge that we had was that only one of these modules… Read More »Maven Multi-modules, Maven repositories and Docker registries
On a project I’m currently working on we ran into the situation that we had to pick up files from an endpoint, but that the… Read More »Processing dependent files in Apache Camel
After switching the Hibernate generation strategy from GUID to UUID2, we started experiencing issues with SQL Server unique identifier columns. In this article we’ll dive… Read More »SQL Server with Hibernate UUID2 generation strategy: Solving the issue
The last couple of days for a lot of Java developers were probably all about checking for Log4j dependencies and versions. All of this after… Read More »Dive into the CVE-2021-44228 Log4j exploit
Bij het starten van nieuwe projecten, zien we tegenwoordig steeds vaker dat er voor microservices, containerized en/of serverless applicaties wordt gekozen. In een eerder Whitebook… Read More »Camel K: Gebundelde krachten van Camel en Kubernetes
When developing REST APIs, you often need to secure (some of) its methods. Maybe some methods will be made publicly available, some may require users… Read More »Using Spring Security to secure Apache Camel REST services
For a project I’m currently working on, we are using an external system for user authentication. Authorization however, is being handled by application specific database… Read More »Spring Data JPA: Join tables without parent entity
Een tijdje terug heb ik een Whitebook geschreven over Full Code integratie met Apache Camel. In dit Whitebook nam ik een duik in Apache Camel,… Read More »Enterprise Integratie Patronen met Spring