John Thompson

Results 17 issues of John Thompson

I have the following test, which works okay under Maven & Spring Boot 2.x. AuthorDao bean fails to load when running under Maven and Spring Boot M3. Works as expected...

type: bug

Is Spring Framework 6 / Spring Boot 3 Supported? I'm trying to use logbook with Spring Boot 3 - M4 (Spring MVC) and I am not getting any log output....

Feature

Getting started post about using Spring Shell Show an example of getting info from a public API (Google stock quote?)

Blog Post

Detailed post on Spring RequestBody annotation

Blog Post

Detailed post on Spring ResponseBody annotation

Blog Post

Introductory post about Spring State Machine. Josh Long has a great video on Spring's YouTube channel about Spring State Machine.

Blog Post

Explain recommended Spring Boot project structure - https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-structuring-your-code.html **Note:** This should link back to the Maven Standard Directory post.

Blog Post

Blog post looking at best practices around the use of Java 8 Optional

Blog Post

Create post about migrating Spring Boot to Java 11. This post has good content - https://dzone.com/articles/migrating-springboot-applications-to-latest-java-v Skip the discussion about the Java release cycle & OpenJDK. Also skip IDE info....

Blog Post

Post to show how to use Hibernate interceptors. Explain what they are, and how to use. Example from one of my projects: ```java @Component public class OrderHeaderInterceptor extends EmptyInterceptor {...

Blog Post