Slide 34
Slide 34 text
What’s new since 3.1?
Michael Simons at jPrime 2024 // © Neo4j Inc.
34
● Managed Testcontainers dependencies
○ Including the basic junit-jupiter Testcontainers module
● ConnectionDetails, a marker interface for a generic contract, indicating access to
remote resources
○ Generic JDBC, dedicated relational databases, Neo4j, Kafka, Cassandra, you
name it…
● @ServiceConnection, bringing together resources in containers, the connection
details into managed beans
● Augmented main classes, think dev-services, but explicit!