Commit Graph

8 Commits

Author SHA1 Message Date
timis1 375015808d
JAVA-29179 Upgrade spring-data-cassandra-2 to Spring Boot 3 (#16066) 2024-03-09 16:46:05 +02:00
sam-gardner 0d161ef8af
JAVA-31644 Update maven-compiler-plugin to 3.12.1 (#15952)
* JAVA-31644 Update maven-compiler-plugin to 3.12.1

* JAVA-31644 Update maven compiler plugin to 3.12.1 for more modules

* JAVA-31644 Continue upgrading modules to use maven-compiler-plugin 3.12.1
2024-02-26 17:04:34 +01:00
panos-kakos cf858a1493 Java 27490 (#15217)
* [JAVA-27490] Set java.version of JDK 9+ profile to JDK 17

* [JAVA-27490] Removed java.version from modules

* [JAVA-27490] Commented modules that are failing

* [JAVA-27490] Clean up

* [JAVA-27490] Clean up
2023-12-05 10:43:20 +05:30
Saikat Chakraborty 07059835d1 Bael 5016: IN Query Pattern in Cassandra (#14707)
* Add Cassandra IN Query and update pom file

* Add Cassandra IN Query and update pom file

* add assertion on tests

* format code and move package

* format code

---------

Co-authored-by: Saikat <“saikatcse03@gmail.com”>
2023-09-15 18:28:09 +05:30
Abhinav Pandey 639de9687e BAEL-4971 - Object mapping with Cassandra (#13427)
* BAEL-4971 - Object mapping with Cassandra

* BAEL-4971 - Object mapping with Cassandra

* BAEL-4971 - Object mapping with Cassandra - changing test name

* BAEL-4971 - Object mapping with Cassandra - code formatting

* BAEL-4971 - Object mapping with Cassandra - review incorporation
2023-02-20 08:22:52 +00:00
sampadawagde 51a8facd75 JAVA-8398: Align module names, folder names and artifact id 2021-11-20 14:00:47 +05:30
sampadawagde b984a4b618 JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
Daniel Strmecki 24864eb370 Feature/bael 5040 cassandra testcontainers (#11124)
* BAEL-5040: initial commit - spring data cassandra using boot-2

* BAEL-5040: update test example

* BAEL-5040: add brackets

* BAEL-5040: use singleton container

* BAEL-5040: switch from singleton to nested classes approach

* BAEL-5040: package private methods in junit5

* BAEL-5040: Move SpringBootTest annotation to parent class
2021-10-25 08:47:50 +01:00