Manfred
|
002384b668
|
BAEL-6753: Storing PostgreSQL jsonb Using SpringBoot and JPA (#15632)
* BAEL-6753: Storing PostgreSQL jsonb Using SpringBoot and JPA
* BAEL-6753: Storing PostgreSQL jsonb Using SpringBoot and JPA
|
2024-01-27 19:14:00 -06:00 |
collaboratewithakash
|
c99962d10a
|
backlink updated
|
2024-01-27 13:16:38 +05:30 |
collaboratewithakash
|
9c8f0e5281
|
backlink added
|
2024-01-27 12:24:43 +05:30 |
Eugene Kovko
|
450e82b2ca
|
Bael 7452 fixes (#15729)
* BAEL-7452: Renamed service getter
* BAEL-7452: Delombok and cleanup
|
2024-01-25 09:30:04 -08:00 |
Eugene Kovko
|
15de11de9a
|
Bael 7452 updated (#15714)
* BAEL-7452: Lazy loaded lists
* BAEL-7452: Example with Lazy Lists
* BAEL-7452: Test for lazy groups
|
2024-01-23 10:23:39 -08:00 |
Bipin kumar
|
3aa6d757c1
|
[JAVA-28956] Upgrade spring-data-jpa-repo module to Spring Boot 3 (#15665)
|
2024-01-22 23:46:19 +01:00 |
Loredana Crusoveanu
|
bcab98e9c1
|
Merge pull request #15686 from rcalago/master
Updated README.md
|
2024-01-22 12:10:27 +02:00 |
Bipin kumar
|
a09f1a89f1
|
[JAVA-30443] Changes made for removing commented module spring-data-rest (#15688)
|
2024-01-21 22:30:13 +01:00 |
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 |
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 |