Commit Graph

1633 Commits

Author SHA1 Message Date
anuragkumawat cebe2cbb62
JAVA-29069 Add not-fixed comment for spring-data-cassandra for JDK17 (#15676) 2024-01-19 15:55:21 +02:00
rcalago 305b8bc895
Update README.md 2024-01-19 10:58:16 +08:00
rcalago 05e5e82299
Update README.md 2024-01-19 10:48:43 +08:00
rcalago 37c73560d6
Update README.md 2024-01-19 10:09:36 +08:00
rcalago 36d34de0b6
Update README.md 2024-01-19 09:46:40 +08:00
rcalago 96e4a42e28
Update README.md 2024-01-19 09:39:10 +08:00
Eugene Kovko 9aa37e2746
BAEL-6887: List vs Set in @OneToMany JPA (#15677) 2024-01-18 11:43:05 -08:00
Amit Pandey 9801f1eb7d
JAVA-29068 - Fixed Spring Boot Mysql and added it back to module POM (#15670) 2024-01-18 14:55:38 +02:00
h_sharifi 189b0723ab #BAEL-7434: add defaultTenant 2024-01-17 18:53:04 +03:30
h_sharifi e8d187fec0 #BAEL-7434: refactor jwt 2024-01-17 18:52:26 +03:30
h_sharifi 79b63e92fc #BAEL-7434: add logback dependency 2024-01-17 18:51:28 +03:30
h_sharifi 8cc0b3e08f #BAEL-7434: add AuthenticationManager bean 2024-01-17 18:50:41 +03:30
parthiv39731 e2b84b5919 BAEL-7319, Introduction to Apache Calcite 2024-01-14 18:01:21 +05:30
Loredana Crusoveanu 4a914822d6 Merge pull request #15476 from eugenp/dkapil-patch-1
Update README.md
2024-01-13 16:36:11 +02:00
Maiklins e2e9b10e68 Merge pull request #15553 from Michaelin007/integrationtest
https://jira.baeldung.com/browse/BAEL-7375
2024-01-12 23:26:06 +01:00
Harry9656 5136e7349b JAVA-27804: Remove explicit logging dependency (#15448) 2024-01-09 09:48:12 +02:00
Harry9656 bf3b5a42f8 JAVA-29070: Upgrade Spring-Jooq module to Spring Boot 3 (#15387) 2024-01-07 23:44:45 +02:00
Eugene Kovko e2b376516e Bael 6447 (#15556)
* BAEL-6447: Persistable examples

* BAEL-6447: Explicit Repository Check Example

* BAEL-6447: Reformatting

* BAEL-6447: Renamed the method

* BAEL-6447: Parametrize the repository

* BAEL-6447: Added Author example for UnapdatableBook

* BAEL-6447: Remove findByTitleMethod

* BAEL-6447: Reformatting

* BAEL-6447: Service Test
2024-01-05 14:38:36 -08:00
Bipin kumar 0b27ba93ff JAVA-27737: Adding spring-hibernate-3 module (#15542) 2024-01-04 20:49:53 +02:00
michaelin007 2611e8eac6 https://jira.baeldung.com/browse/BAEL-7375 2024-01-04 15:06:38 +00:00
Azhwani 1768eee09f BAEL-6979: How to fix Hibernate QueryException: Named parameter not bound (#15451) 2023-12-31 17:35:36 +01:00
Amit Pandey 324082f9a8 JAVA-28931 :- Made changes to upgrade to Spring Boot 3 (#15516)
* Made changes to upgrade to Spring Boot 3

* Minor fixes

* Minor fixes
2023-12-31 16:38:52 +01:00
ACHRAF TAITAI 4c517ab0de BAEL-7068: Cast Query.list() to List<Type> in Hibernate (#15484) 2023-12-30 09:50:54 +01:00
Eugene Kovko e316c193a0 Bael 7281 (#15494)
* BAEL-7281: When use getOne and findOne methods Spring Data JPA

* BAEL-7281: Cleanup

* BAEL-7281: Test rename

* BAEL-7281: Fix not updated name
2023-12-29 10:15:39 -08:00
Amit Pandey 8e1e357c9d Java 29169 :- Upgrade spring-jdbc to Spring Boot 3 (#15423) 2023-12-28 16:54:32 +02:00
Eugene Kovko be84fd1b62 BAEL 7300: Return Map instead of List in Spring Data JPA (#15482)
* BAEL-7300: Return Map instead of List in Spring Data JPA

* BAEL-7300: Change the naming for the tests

* BAEL-7300: Fix formatting
2023-12-27 09:48:40 -08:00
anuragkumawat a347c74e04 JAVA-29004 Remove parent-java module (#15477) 2023-12-27 18:47:23 +02:00
Amit Pandey 49606ff3a4 Upgrade Spring-Data-YugabyteDB to boot 3 (#15453) 2023-12-26 19:04:31 +01:00
Gaetano Piazzolla 0e41d622ad JAVA-28932 Upgrade flyway-repair to Spring boot3 migration 2023-12-25 17:10:07 +01:00
panos-kakos 8fcec3fcda [JAVA-28936] Upgraded spring-data-jdbc to spring-boot-3 (#15437)
* [JAVA-28936]
2023-12-25 13:08:42 +02:00
Dhawal Kapil 2fb4d3c9bf Update README.md 2023-12-24 20:42:45 +05:30
Dhawal Kapil e3ce1bf828 Update README.md 2023-12-24 20:41:29 +05:30
Gaetano Piazzolla 750cc9b748 JAVA-29283 | added missing code for article (#15459) 2023-12-24 15:02:39 +01:00
Amit Pandey 616b9b9eb3 Upgrade to MyBatis to Spring Boot 3 (#15456) 2023-12-22 18:51:54 +01:00
Bipin kumar a24cf067a9 JAVA-28508: Fix formatting of POMs Modules D to Q (#15360) 2023-12-22 18:08:55 +02:00
Amit Pandey aea8adcfda Updated ScyllaDB package to use Spring Boot 3 (#15461) 2023-12-21 13:14:23 +01:00
Eugene Kovko 22c187747e BAEL-6129: SpEL in @Query (#15449)
* BAEL-6129: SpEL in @Query

* BAEL-6129: Fix Naming

* BAEL-6129: Test Cleanup
2023-12-20 20:53:57 -08:00
Amit Pandey f7d5d62a57 JAVA-28935 Upgrade to Spring Boot 3 for Mysql (#15436) 2023-12-20 08:46:34 +01:00
davidmartinezbarua af56780cfa Merge pull request #15391 from azhwani/BAEL-7280
BAEL-7280: How to get last record ordered by date in Spring Data
2023-12-19 19:57:14 -03:00
Harry9656 6bc1391e1f JAVA-29067: [FIX] spring-boot-persistence-3 migration to jdk17 (#15433)
* JAVA-29067: [FIX] spring-boot-persistence-3 migration to jdk17

* JAVA-29067: [FIX] Migrate from javax to jakarta.

* [FIX]: logback error.
2023-12-19 21:19:34 +01:00
Gaetano Piazzolla 357494e56f JAVA-29238 | fixing tests (#15434) 2023-12-18 22:11:10 +01:00
panos-kakos bbd286ee11 Java 26656 (#15413)
* [JAVA-26656]

* [JAVA-26656]
2023-12-17 17:29:54 +01:00
Gaetano Piazzolla d6c236a31b JAVA-29222 | lib update (#15418) 2023-12-17 15:05:43 +01:00
Azhwani 0b8873f03e BAEL-7283: Convert a page of objects to list in Spring Data (#15347) 2023-12-17 11:48:28 +01:00
Azhwani 841599a579 BAEL-7280: How to get last record ordered by date in Spring Data 2023-12-16 14:25:32 +01:00
Gaetano Piazzolla ec8fe08bb8 JAVA-29073 | removing harperDB jar (#15402) 2023-12-11 18:48:24 +01:00
panos-kakos d8c3be530b [JAVA-26730] Upgraded io.projectreactor to latest version (#15234) 2023-12-11 08:58:51 +01:00
panos-kakos b792a6e5ee [JAVA-28184] (#15366)
* [JAVA-28184] Moved code for article(Custom Naming Convention with Spring Data JPA) to spring-data-jpa-enterprise-2

* [JAVA-28184] Moved code for article(Working with Lazy Element Collections in JPA) to spring-data-jpa-enterprise-2
2023-12-10 23:49:27 +01:00
Gaetano Piazzolla f7205747ff JAVA-26712 | jjwt update (#15344)
* JAVA-26712 | jjwt update

* removed unused related article

* JAVA-26712 | fix
2023-12-10 22:39:11 +01:00
Gaetano Piazzolla e0b7b8c020 JAVA-26710 | Updating HikariCP library to the latest version - 5.1.0 (#15362) 2023-12-08 13:45:59 +01:00
edizor 6b41d74e5f Create README.md
[skip ci]
2023-12-07 22:15:31 +08: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
timis1 e6501ada07 JAVA-26705 Upgrade lombok to latest version (#15305)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-12-03 21:19:12 +02:00
Alvin Austria 641ae1e973 Merge pull request #15335 from anuragkumawat/JAVA-26736
JAVA-26736 Upgrade jackson to latest version
2023-12-03 18:13:29 +01:00
davidmartinezbarua c55fe1ddb6 Merge pull request #15319 from parthiv39731/PR-7259
BAEL-7259
2023-12-02 14:14:23 -03:00
parthiv39731 0c7025b080 BAEL-7259: review comments implemented 2023-12-02 10:25:25 +05:30
anuragkumawat e076a171ee JAVA-26736 Upgrade jackson to latest version 2023-11-30 22:54:02 +05:30
parthiv39731 57eaebe8d5 BAEL-7259: renamed package 2023-11-30 19:40:11 +05:30
Harry9656 f3e865d163 Merge branch 'master' into task/JAVA-26765 2023-11-30 00:58:57 +01:00
parthiv39731 952f1d2cd2 Deleted unused file 2023-11-29 19:56:38 +05:30
parthiv39731 eac9c4d5e9 BAEL-7259 2023-11-29 19:45:34 +05:30
Alvin Austria 2b13f9c907 Merge pull request #15295 from anuragkumawat/JAVA-26737
JAVA-26737 Upgrade hibernate ehcache version in spring-hibernate-5 module
2023-11-28 06:42:26 +01:00
parthiv39731 43fd0973dd BAEL-7259 2023-11-27 23:15:13 +05:30
anuragkumawat 8548b42b84 JAVA-27792 Move atomikos module to persistence-modules (#15301) 2023-11-27 11:40:35 +02:00
parthiv39731 1a63be9035 BAEL-7259 2023-11-27 10:27:27 +05:30
parthiv39731 7284c7462c BAEL-7259 2023-11-27 10:19:12 +05:30
Kasra Madadipouya 9af7dad83d Merge pull request #15282 from harry9656/task/JAVA-26771
JAVA-26771: Update liquibase-core and liquibase-maven-plugin to version 4.25.0
2023-11-25 19:11:29 +01:00
anuragkumawat ad7f1c7486 JAVA-26737 Upgrade hibernate ehcache version in hibernate-libraries module 2023-11-25 16:43:03 +05:30
anuragkumawat 7df2f25fdb JAVA-26737 Upgarde hibernate ehcache version in spring-hibernate-5 module 2023-11-25 16:35:00 +05:30
panos-kakos 41979445ef Java 26374 Identify and move popular Boot articles (#15139) 2023-11-25 12:03:07 +02:00
Harpal Singh 179e6e5de2 JAVA-26765: Remove unwanted spaces from xml 2023-11-24 00:13:52 +01:00
Harpal Singh bb7481a27a JAVA-26771: Update persistence-modules/liquibase liquibase-maven-plugin to 4.25.0 2023-11-23 21:07:17 +01:00
Harry9656 e4d65e524f Fix: spring-boot-mysql 2023-11-23 05:38:17 +01:00
Harry9656 b8c35c0c10 JAVA-26765: Update persistence-modules/flyway to new mysql connector 2023-11-23 04:58:58 +01:00
Harry9656 2fd61d0f0b JAVA-26765: Update persistence-modules/spring-hibernate-3 to new mysql connector 2023-11-23 04:57:36 +01:00
Harry9656 93ac0a07dc JAVA-26765: Update persistence-modules/hibernate5 to new mysql connector 2023-11-23 04:53:37 +01:00
Harry9656 ac8d8ef5c9 JAVA-26765: Update persistence-modules/read-only-transactions to new mysql connector 2023-11-23 04:50:52 +01:00
Harry9656 4245d664b7 JAVA-26765: Update persistence-modules/spring-hibernate-5 to new mysql connector 2023-11-23 04:48:44 +01:00
Harry9656 e512b83e8b JAVA-26765: Update persistence-modules/spring-boto-mysql to new mysql connector 2023-11-23 04:46:01 +01:00
Harry9656 15b097bb8a JAVA-26765: Update persistence-modules/liquibase to new mysql connector 2023-11-23 04:44:04 +01:00
Harry9656 0f05a581e2 JAVA-26765: Update persistence-modules/spring-boot-persistence-2 to new mysql connector 2023-11-23 04:37:13 +01:00
Harry9656 a8db23aac2 JAVA-26765: Update persistence-modules/java-jpa-3 to new mysql connector 2023-11-23 04:36:50 +01:00
Harry9656 844e537a53 JAVA-26765: Update persistence-modules/java-jpa to new mysql connector 2023-11-23 04:32:04 +01:00
Harry9656 6fbaa02f92 JAVA-26765: Update persistence-modules/core-java-persistence-2 to new mysql connector 2023-11-23 04:28:38 +01:00
Harry9656 78a3c17a3e JAVA-26765: Update persistence-modules/apache-cayenne to new mysql connector 2023-11-23 04:24:44 +01:00
Harry9656 b180714d75 JAVA-26765: Update persistence-modules/spring-jpa to new mysql connector 2023-11-23 04:21:15 +01:00
Harry9656 8c3b770e4b JAVA-26765: Update persistence-modules/ibernate-queries to new mysql connector 2023-11-23 04:19:32 +01:00
Harry9656 3e5904ed8c JAVA-26765: Update persistence-modules/core-java-persistence to new mysql connector 2023-11-23 04:10:52 +01:00
panos-kakos da0df4cf8a [JAVA-26374-spring-data-jpa-enterprise] Moved articles from spring-data-jpa-enterprise-2 to spring-data-jpa-enterprise (#15103) 2023-11-22 12:09:43 +02:00
Harry9656 5f9c8b078b JAVA-26765: Update persistence-modules/spring-hibernate-6 to new mysql connector 2023-11-21 22:24:44 +01:00
Harry9656 e78f30f892 JAVA-26765: Update persistence-modules/spring-boot-persistence to new mysql connector 2023-11-21 22:22:49 +01:00
Harry9656 d3426ed5a3 JAVA-26765: Update persistence-modules/spring-enterprise to new mysql connector 2023-11-21 22:19:54 +01:00
Harry9656 d250fb8514 JAVA-26765: Update persistence-modules/spring-data-jpa-query-2 to new mysql connector 2023-11-21 22:16:34 +01:00
Harry9656 8a98a730c6 JAVA-26765: Update persistence-modules/spring-jdbc to new mysql connector 2023-11-21 22:14:39 +01:00
Harry9656 ff96e6a70a JAVA-26765: Update persistence-modules/spring-data-rest-querydsl to new mysql connector 2023-11-21 22:09:19 +01:00
Harry9656 97623cf4c6 JAVA-26765: Update persistence-modules/spring-data-shardingsphere to new mysql connector 2023-11-21 22:02:14 +01:00
Harry9656 6d43ac0b9d JAVA-26765: Update persistence-modules/spring-data-jpa-repo to new mysql connector 2023-11-21 22:00:26 +01:00
Harry9656 30bca1ce27 JAVA-26765: Update persistence-modules/activejdbc to new mysql connector 2023-11-21 21:54:45 +01:00
Harry9656 e33de9ef00 JAVA-26765: Update persistence-modules/hibernate-libraries to new mysql connector 2023-11-21 21:53:36 +01:00
Harry9656 1379b2dd94 JAVA-26765: Update persistence-modules/hibernate-jpa to new mysql connector 2023-11-21 21:50:28 +01:00
edizor 47b2fef64f Update README.md
[skip ci]
2023-11-18 19:20:17 +08:00
edizor e5fbd59087 Create README.md
[skip ci]
2023-11-18 19:17:12 +08:00
Ehsan Sasanianno 690f6edd51 java-26772: upgrade jedis to 5.0.2 (#15207) 2023-11-14 13:39:36 +02:00
Kasra Madadipouya 5d4fd5d50b Merge pull request #15195 from panos-kakos/JAVA-26774
[JAVA-26774] Upgraded mapstruct library to latest version
2023-11-13 23:06:51 +01:00
panos-kakos 21eb70547f [JAVA-26719] Upgraded joda-time to latest version (#15189) 2023-11-13 12:00:45 +02:00
panos-kakos 47f7b926e6 [JAVA-26774] Upgraded mapstruct library to latest version 2023-11-12 07:32:39 +02:00
collaboratewithakash 173dd4bac3 backlink updated 2023-11-11 11:52:02 +05:30
Maiklins 9cea810493 Merge pull request #15089 from niket17590/feature/BAEL-7086-ResultSetToMap
BAEL-7086 - Convert ResultSet Into Map
2023-11-10 13:04:12 +01:00
Ulisses Lima 0ce0a647a1 MongoDbHashMapIntegrationTest - Changing to LiveTest (#15013)
* changing to LiveTest

Prevent integration tests from failing after spring boot upgrade.

* Update MongoDbHashMapLiveTest.java

Including docs.

* Update MongoDbHashMapLiveTest.java

removing instructions from atlas search.
2023-11-10 08:10:03 +01:00
Kasra Madadipouya 7636704f7f Merge pull request #15137 from anuragkumawat/JAVA-27183
JAVA-27183 Upgrade hibernate-validator version in spring-jpa module
2023-11-08 22:39:00 +01:00
Kasra Madadipouya d1eeca75f5 Merge pull request #15136 from anuragkumawat/JAVA-27182
JAVA-27182 Upgrade hibernate-validator version in spring-data-couchbase-2 module
2023-11-08 22:24:09 +01:00
Kasra Madadipouya ef86a6e8ac Merge pull request #15135 from anuragkumawat/JAVA-27181
JAVA-27181 Update hibernate-validator version in jpa-hibarnate-cascade-type module
2023-11-08 22:18:36 +01:00
Kasra Madadipouya e167755896 Merge pull request #15134 from anuragkumawat/JAVA-27180
JAVA-27180 Upgrade hibernate-validator version in hibernate-mapping module
2023-11-08 22:07:57 +01:00
Michael Olayemi 33fceb65a6 Using CriteriaDefinition Utility in Hibernate (#15128)
* Using CriteriaDefinition Utility in Hibernate

* Using CriteriaDefinition Utility in Hibernate

* Using CriteriaDefinition Utility in Hibernate

* Using CriteriaDefinition Utility in Hibernate

* Using CriteriaDefinition Utility in Hibernate
2023-11-08 18:46:19 +05:30
Niket Agrawal 270acf62e4 Formatter Changes 2023-11-07 21:49:49 +05:30
Bipin kumar f1424a62ef JAVA-26556: Changes made for Adding missed modules (#15105)
/core-java-modules/core-java-numbers-conversions
/core-java-modules/core-java-datetime-conversion
/di-modules/avaje/persistence-modules/spring-boot-persistence-4 
/spring-boot-modules/spring-boot-security-2 
/spring-boot-modules/spring-boot-ssl-bundles 
/spring-boot-modules/spring-boot-telegram
2023-11-07 12:22:43 +02:00
Alvin Austria 8c2c788b0d Merge pull request #15141 from timis1/JAVA-27237
JAVA-27237 Review log statements for projects - Week 16 - 2023 (moved…
2023-11-06 22:35:14 +01:00
Loredana Crusoveanu f3f39c2e56 Merge pull request #15133 from edizor/master
UPDATE README
2023-11-06 09:31:52 +02:00
timis1 790ec2b7fb JAVA-27237 Review log statements for projects - Week 16 - 2023 (moved-13) (conti-1) 2023-11-05 23:28:32 +02:00
anuragkumawat a575de93b1 JAVA-27183 Upgrade hibernate-validator version in spring-jpa module 2023-11-05 13:36:30 +05:30
anuragkumawat 9e0b0945f7 JAVA-27182 Upgrade hibernate-validator version in spring-data-couchbase-2 module 2023-11-05 13:05:01 +05:30
anuragkumawat a8af97e2eb JAVA-27181 Update hibernate-validator version in jpa-hibarnate-cascade-type module 2023-11-05 12:40:54 +05:30
anuragkumawat dad8f5cf2b JAVA-27180 Upgrade hibernate-validator version in hibernate-mapping module 2023-11-05 11:48:26 +05:30
Ulisses Lima 0fc112e613 BAEL 6701 - MongoDB - Atlas Search using the Java Driver and Spring Data (#15069)
* research 1

* new search methods

* first draft

* removing old code

* updated to parent-boot-3

* mongo review 2
2023-11-05 06:45:44 +01:00
edizor 9d7705309e Create README.md
[skip ci]
2023-11-05 13:08:59 +08:00
Niket Agrawal 3fe81a3e07 Formatting changes 2023-11-03 03:49:06 +05:30
Niket Agrawal de5c3baf31 Merge branch 'eugenp:master' into feature/BAEL-7086-ResultSetToMap 2023-10-30 19:41:43 +05:30
Alvin Austria b7edd335a9 Java 20557: Upgrade hibernate-ogm to JDK 11 (#15064) 2023-10-29 20:14:06 +02:00
davidmartinezbarua 346350db14 Merge pull request #15027 from parthiv39731/PR-7135
BAEL-7135
2023-10-29 11:39:11 -03:00
Niket Agrawal 6d2e874c26 Updated Pom 2023-10-29 01:46:23 +05:30
Niket Agrawal 197940d47c Merge remote-tracking branch 'upstream/master' into feature/BAEL-7086-ResultSetToMap 2023-10-29 01:45:23 +05:30
Niket Agrawal 4596614dc9 Initial Commit 2023-10-29 01:42:22 +05:30
anuragkumawat 520b679733 JAVA-26393 Move couchbase to persistence-modules (#15059) 2023-10-27 14:34:45 +03:00
Michael Olayemi d9c72a1c1a Limit for Repository Query Methods (#15055)
* Limit for Repository Query Methods

* Limit for Repository Query Methods
2023-10-27 10:14:00 +05:30
Saikat Chakraborty 6807803bd3 Renamed file to skip test in jenkins (#14870)
* Renamed file to skip test in jenkins

* javadoc add
2023-10-25 17:10:55 +05:30
parthiv39731 f8bad9e049 Merge branch 'eugenp:master' into PR-7135 2023-10-25 16:08:15 +05:30
parthiv39731 3c8e7eb634 BAEL-7135
migrated to junit 5
2023-10-25 15:48:55 +05:30
parthiv39731 78f5072f7c BAEL-7135
updated component scan
2023-10-25 15:10:31 +05:30
parthiv39731 18fc64eedd Merge remote-tracking branch 'origin/PR-7135' into PR-7135 2023-10-25 13:32:07 +05:30
parthiv39731 90f25fc449 BAEL-7135
renamed package
2023-10-25 13:31:26 +05:30
parthiv39731 ba64b64412 Update pom.xml
fixed Formatting
2023-10-25 13:18:34 +05:30
Gaetano Piazzolla 193fa95e8c JAVA-26042 | updated to spring-boot-3 (#14983) 2023-10-22 15:40:23 +03:00
Gaetano Piazzolla 106067388d JAVA-220644 | Upgrade spring-boot-persistence-h2 to Spring Boot 3 (#14998) 2023-10-21 11:36:49 +03:00
parthiv39731 94d1847f9d BAEL-7135
A Guide to Spring 6 JdbcClient API
2023-10-19 21:09:34 +05:30
parthiv39731 e46cc04432 BAEL-7135
A Guide to Spring 6 JdbcClient API
2023-10-19 20:58:43 +05:30
parthiv39731 5230638d73 BAEL-7135
A Guide to Spring 6 JdbcClient API
2023-10-19 19:32:23 +05:30
Bipin kumar 1cd77cb9ea JAVA-26001_N_P: Fix formatting of POMs for modules N to P (#14959) 2023-10-19 12:56:23 +03:00
Bipin kumar 140974c9bf Java 25299 Fixes made for spring-data-jpa-repo-3 test failures in integration-jdk9-and-above (#14906) 2023-10-18 12:56:35 +03:00
Loredana Crusoveanu 6a8a8ba9c2 Merge pull request #14955 from collaboratewithakash/master
BAEL-91766
2023-10-13 15:26:27 +03:00
timis1 ff826f0d08 JAVA-25519 Upgrade spring-boot-persistence to Spring Boot 3 (#14895) 2023-10-13 14:31:01 +03:00
davidmartinezbarua d01cdc6ed5 Merge pull request #14910 from etrandafir93/features/BAEL-3438-improve-tc-article
BAEL-3438: migrate to junit5, added small changes
2023-10-12 16:06:48 -03:00
emanuel.trandafir 19a5a32d0f BAEL-3438: small fix 2023-10-12 12:18:44 +02:00
collaboratewithakash a555098433 Update README.md 2023-10-12 15:24:05 +05:30
Thiago dos Santos Hora 25263d4125 NO-JIRA: Fix docker test for shardingphere @thiagohora (#14704)
* [BAEL-4897] Shardingshere

* [BAEL-4897] Fixes

* NO-JIRA: Fix docker test for shardingphere
2023-10-10 08:13:55 -07:00
emanuel.trandafir ac9f71f090 BAEL-3438: migrate to junit5, added small changes 2023-10-05 21:01:22 +02:00
Kasra Madadipouya 99437e5c52 JAVA-25344 fix spring-data-cassandra-2 tests (#14799) 2023-10-02 22:37:03 +05:30
Loredana Crusoveanu b63f63c7da Merge pull request #14879 from edizor/master
Update README
2023-09-30 18:32:56 +03:00
Ulisses Lima a93751923d BAEL 6701 - MongoDB - Atlas Search using the Java Driver and Spring Data (#14777)
* research 1

* new search methods

* first draft

* removing old code

* updated to parent-boot-3
2023-09-30 08:44:07 +02:00
edizor af59c6a539 Update README.md
[skip ci]
2023-09-29 22:53:50 +08:00
Bipin kumar 6528856bc5 Java 25297 (#14844) Disable rethinkdb testing on jenkins 2023-09-27 13:44:08 +03:00
Dhawal Kapil 3263e20dda Update README.md (#14830) 2023-09-25 09:57:14 +05:30
panos-kakos e1ef148a37 [JAVA-19576] Initial commit (#14756)
* [JAVA-19576] Initial commit

* [JAVA-19576] Clean up

* [JAVA-19576] Clean up

* [JAVA-19576] Clean up
2023-09-25 09:24:17 +05:30
Gaetano Piazzolla e9d8fd0f55 JAVA-71 | added custom dockerfile to run preconfigured couchbase instance (#14663) 2023-09-22 19:22:57 +03:00
Loredana Crusoveanu 6141bd4f56 Merge pull request #14803 from edizor/master
Update README
2023-09-22 10:38:51 +03:00
Bipin kumar 3cf341fb87 JAVA-25297: Fix rethinkdb test failures on integration-jdk9-and-above (#14789) 2023-09-21 23:11:55 +03:00
edizor 7bf962ac89 Update README.md
[skip ci]
2023-09-21 20:20:46 +08:00
timis1 5bcbd9dc00 JAVA-24237 Update "Spring Data MongoDB" article (#14772)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-09-19 15:38:32 +03:00
davidmartinezbarua cd16715e10 Merge pull request #14757 from parthiv39731/PR-6880
BAEL-6880, How to replace deprecated jdbcTemplate.queryForObject and …
2023-09-17 10:21:10 -03:00
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
Bipin kumar e53995fc81 JAVA-24547: Fixes made for adding spring-data-jpa-repo-3 (#14735) 2023-09-13 12:21:55 +03:00
parthiv39731 66bfe0102b BAEL-6880, How to replace deprecated jdbcTemplate.queryForObject and jdbcTemplate.query in spring boot 2.4.X and above 2023-09-12 10:12:53 -07:00
Kasra Madadipouya 6978371d17 Merge pull request #14705 from ehsansasanian/java-21464-upgrade-java-cassandra-to-jdk17
java-21464: upgrade java-cassandra to jdk17
2023-09-12 00:24:01 +02:00
Harry9656 677f8ae2d0 BAEL-6538: Geospatial Support in ElasticSearch (#14554)
* Migrated to spring-boot and created the first working test.

* JAVA-6538: Refactor Java GeoQueries to Java Client for Ealastic.
2023-09-09 21:37:16 +02:00
Ehsan Sasanianno e6495a3ad1 java-21464: rename test classes to LiveTest for Jenkins operation 2023-09-09 14:50:27 +02:00
Bipin kumar 9748166751 JAVA-23291: adding missed modules in pom.xml (#14614) 2023-09-07 18:47:37 +03:00
Ehsan Sasanianno 91ec107665 java-21464: upgrade and move java-cassandra to jdk9 profile 2023-09-03 14:40:10 +02:00
kasramp ef2de84e4e JAVA-23096 revert slf4j and logback upgrades 2023-08-30 15:54:25 +02:00
Kasra Madadipouya 7d5c8738b6 Merge pull request #14627 from panos-kakos/JAVA-23096
[JAVA-23096] Upgraded logback library version to latest available
2023-08-28 20:13:14 +02:00
Bipin kumar 3b9635fd20 JAVA-24381:Changes made for fixing pom indentation for modules starts M to P (#14639) 2023-08-28 18:29:54 +03:00
Kasra Madadipouya 00033ecc3d Merge branch 'master' into JAVA-23096 2023-08-28 17:17:52 +02:00
panos-kakos cff743d86d [JAVA-23099] Upgraded maven-jar-plugin to latest version 2023-08-28 09:11:25 +03:00
panos-kakos 1ac88d18e3 [JAVA-23099] Upgraded maven-compiler-plugin to latest version 2023-08-28 08:48:54 +03:00
panos-kakos 5a77609143 [JAVA-23096] Defined logback & slf4j version for graphql,spring-boot-persistence-3,spring-persistence-simple 2023-08-27 18:20:21 +03:00
panos-kakos e48e459c7b Merge pull request #26 from panos-kakos/master
Update from master
2023-08-27 10:03:44 +03:00
edizor b5cad42dad Update README.md
[skip ci]
2023-08-24 21:44:10 +08:00
parthiv39731 a87c1cce8f Bael 6870 (#14582)
* BAEL-6801 (#4)

Validate string length with Java validation annotations

* Bael-6870, Executing SQL Script File in Java

* Bael-6870, Fixed formatting on pom.xml

* Bael-6870, Fixing Jenkins Build Failure

* Bael-6870, PR Review comments

* Bael-6870, PR Review comments
2023-08-21 19:23:25 +05:30
Kasra Madadipouya ea57198551 Merge pull request #14626 from panos-kakos/JAVA-23098
[JAVA-23098] Upgraded byte-buddy library version to latest available
2023-08-20 23:15:19 +02:00
panos-kakos 4a0a7fb937 [JAVA-23096] Upgraded logback library version to latest available 2023-08-20 12:39:42 +03:00
panos-kakos 2de6e4e70f [JAVA-23098] Upgraded byte-buddy library version to latest available 2023-08-20 12:27:12 +03:00
panos-kakos eecb334204 [JAVA-24250] Added classpath prefix 2023-08-19 19:40:38 +03:00
gaepi 395d0f9d22 JAVA-24249 | Renamed test in LiveTest since it's using TestContainers. 2023-08-18 12:58:17 +02:00
timis1 7b074ab5c2 JAVA-23695 Article's employee class doesn't exist in module (#14568)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-08-15 11:20:27 +03:00
Abhinav Pandey 0323955992 Bael 6625 new (#14476)
* BAEL-6625 - spring data neo4j example

* BAEL-6625 - spring data neo4j example

* BAEL-6625 - optimized imports

* BAEL-6625 - moving project to jdk9 and above

* BAEL-6625 - changing test names
2023-08-13 09:52:02 +05:30
Harry9656 9a49d47150 Java-6316: Migrated to the New Elastic Search Java Client (#14483)
* Java-6316:  Migrated to the New Elastic Search Java Client

* Update the ElasticSearch Client Library to 8.9.0
2023-08-09 17:23:41 +02:00
edizor de908f5da7 Create README.md
[skip ci]
2023-08-09 19:54:33 +08:00
Kasra Madadipouya a8cb729d76 Merge pull request #14518 from Bipinkumar27/JAVA-23773
JAVA-22773: Adding spring-boot-starter-web dependency for stopping the…
2023-08-07 19:42:17 +02:00
Bipinkumar27 4bd1da5dd1 JAVA-23773: Changes made for adding classPath in properties file 2023-08-07 18:40:50 +05:30
edizor 3c2a4e26bf Create README.md
[skip ci]
2023-08-02 21:05:45 +08:00
Bipinkumar27 c19e9da614 JAVA-22773: Adding spring-boot-starter-web dependecy for stopping the application closes immediately 2023-08-01 21:26:00 +05:30
timis1 f82330cd1b JAVA-23344 Fix failing tests in hibernate-annotations (#14468) 2023-07-27 19:27:17 +03:00