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
kasramp
ef2de84e4e
JAVA-23096 revert slf4j and logback upgrades
2023-08-30 15:54:25 +02: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
Ulisses Lima
f70c91c43f
removing extra 'jdbc:'
2023-03-07 12:20:41 -03:00
Haroon Khan
5580ebcd98
[JAVA-10626] Move jta module to spring-persistence
2022-04-03 23:12:29 +01:00
chaos2418
000dcdf966
JAVA-3591: updating mockito-core to 4.1.0
2021-12-18 13:40:53 +05:30
Loredana Crusoveanu
4054e8f860
Merge branch 'master' into JAVA-7244-Review_log_statements_for_projects
2021-12-09 10:22:41 +02:00
kwoyke
c0a0247cf7
Merge branch 'master' into JAVA-3592
2021-11-25 09:03:54 +01:00
sampadawagde
d9b23200d1
removed explicit h2.version as parent now is at the required 1.4.200
2021-11-21 17:58:26 +05:30
chaos2418
58e6087b3d
JAVA-8405: reducing logging for tutorials-build-job
2021-11-19 13:39:00 +05:30
mikr
72f31df764
JAVA-7244 Review log statements for projects
2021-09-18 00:37:04 +02:00
sampadawagde
ae27c57803
JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 3)
2021-05-10 20:06:48 +05:30
johnA1331
0c225ec742
Update README.md
2020-10-28 17:15:12 +08:00
johnA1331
8af5182f92
Update README.md
2020-10-21 11:23:19 +08:00
Loredana Crusoveanu
ab7e2477d8
Merge pull request #10141 from johnA1331/master
...
BAEL-28473 - add links to github-baeldung articles
2020-10-09 16:05:20 +03:00
Jordan Simpson
7afe0a51ca
Added "Unit" to the class name to satisfy the pmd.xml violation.
2020-10-08 08:42:56 -05:00
johnA1331
8b3b51c8c1
Update README.md
2020-10-08 14:56:50 +08:00
Jordan Simpson
9ee0ab2af0
Fixed test code after merge from master.
2020-10-07 23:13:14 -05:00
Jordan Simpson
94e2a14ded
Merge branch 'master' into BAEL-4590
2020-10-03 14:53:34 -05:00
Jordan Simpson
43ad7afa07
Added code examples from the article.
2020-10-03 00:42:54 -05:00
fdpro
68b732beb0
[JAVA-2306] Fixes after Loredana's review
...
* Brought back UserRepositoryCustomImpl.java
* Added link to https://www.baeldung.com/spring-data-jpa-query in spring-data-jpa-query-2 README
* Migrated code for https://www.baeldung.com/spring-data-jpa-query-by-date
* Migrated https://www.baeldung.com/spring-vs-jta-transactional to spring-persistence-simple
2020-09-05 15:37:32 +02:00
fdpro
910bda6ef1
[JAVA-2306] Fixed READMEs
...
* spring-jpa-2
* spring-data-jpa-repo-2
* spring-data-jpa-query-2
* spring-jdbc
* spring-persistence-simple
2020-09-02 20:22:44 +02:00
fdpro
eb4c306451
[JAVA-2306] Moved articles from spring-persistence-simple-2
...
* https://www.baeldung.com/spring-jdbctemplate-testing went to spring-jdbc
* https://www.baeldung.com/spring-jdbctemplate-in-list went to spring-jdbc
* https://www.baeldung.com/spring-mock-jndi-datasource went to spring-persistence-simple
* Deleted spring-persistence-simple-2 module as all articles have been moved
2020-09-02 20:22:44 +02:00
fdpro
4e4ac650fa
[JAVA-2306] Moved articles from spring-persistence-simple
...
* https://www.baeldung.com/the-persistence-layer-with-spring-and-jpa went into spring-jpa-2
* https://www.baeldung.com/hibernate-5-spring went to spring-jpa-2
* https://www.baeldung.com/transaction-configuration-with-jpa-and-spring went to spring-jpa-2
* https://www.baeldung.com/persistence-layer-with-spring-and-hibernate went to spring-jpa-2
* https://www.baeldung.com/simplifying-the-data-access-layer-with-spring-and-java-generics went to spring-jpa-2
* https://www.baeldung.com/the-persistence-layer-with-spring-data-jpa went to spring-data-jpa-repo-2
* https://www.baeldung.com/spring-data-jpa-query went to spring-data-jpa-query-2
* https://www.baeldung.com/spring-jdbc-jdbctemplate moved to spring-jdbc
* Removed spring-persistence-simple module as all articles have been moved
2020-09-02 20:22:44 +02:00
Yavuz Tas
847d6ab042
Changes for BAEL-2621 ( #9217 )
...
* update dependency versions to latest
* merge repository packages
* remove obselete xml configuration
* fix formatting
* clean up
* update package name
* revert spring data jpa xml config and demonstrate how to import in PersistenceConfig by a commented @ImportResource annotation
* rename jpa repositories xml to make it more clear
* remove obselete @EnableJpaRepositories configs since we don't use spring data's jpa repositories for these congigurations
2020-05-06 21:22:23 -05:00
Yavuz Tas
87ac7a74be
Update code base for BAEL-3872 ( #9032 )
...
* resolve an sql syntax error for H2 version 1.4.200
* update spring and spring-data-jpa version to latest
migrate spring-data-jpa Sort initializations to Sort.by static factory methods to fix compile errors
* update hibernate version to latest
* cleanup code
* show how to get a bean object from factory bean as shown in the section 4
* update mysql version and fix tests under persistence.service
* clean up code
2020-04-19 09:18:58 -05:00
johnA1331
a555e0b020
Update README.md
2020-03-02 15:54:21 +08:00
Dhawal Kapil
d9aff41077
BAEL-21545 POM Properties Cleanup
...
- Cleanup of persistence-modules submodules cleanup
2020-01-27 00:40:23 +05:30
kwoyke
e10dc3cb9a
BAEL-3729: Use entityManagerFactory method name to match the code in the article ( #8519 )
2020-01-13 06:24:24 +01:00
catalin-burcea
153a3923f0
[BAEL-18783] - Fix formatting of POMs
2019-12-06 11:40:56 +02:00
johnA1331
33998bdac8
Update README.md
2019-10-30 22:12:05 +08:00