Josh Cummings
9c14404de9
Merge pull request #9306 from Maiklins/Java-1524-split-move-spring-boot-persistence
...
Java 1524 split move spring boot persistence
2020-05-19 19:38:23 -06:00
mikr
dca1a9fb3f
BAEL-1524 Fix test
2020-05-16 18:20:33 +02:00
mikr
94ed56e4f5
BAEL-1524 Put back HikariCP
2020-05-16 17:21:28 +02:00
mikr
3d9c2403ab
BAEL-1524 Put back HikariCP
2020-05-16 17:17:21 +02:00
mikr
958435e0b3
BAEL-1524 Add HikariCP exclusion to Spring Boot Data JPA dependency
2020-05-16 17:04:21 +02:00
mikr
8c1e57cc58
Merge branch 'master' of https://github.com/Maiklins/tutorials into Java-1524-split-move-spring-boot-persistence
...
Conflicts:
persistence-modules/spring-boot-persistence-2/README.md
2020-05-16 16:47:19 +02:00
Loredana Crusoveanu
b45a712f6a
Merge pull request #9276 from johnA1331/master
...
BAEL-24104 - add links to github-baeldung articles
2020-05-15 15:15:19 +03:00
Benjamin Caure
b48a87a352
Copy "BSON to JSON" tutorial entities to dedicated package ( #9283 )
...
com.baeldung.bsontojson
2020-05-13 17:43:22 +02:00
johnA1331
6786c93bc0
Update README.md
2020-05-12 16:56:57 +08:00
johnA1331
1409c871c6
Update README.md
2020-05-12 16:50:35 +08:00
johnA1331
8f0a779211
Update README.md
2020-05-12 16:46:29 +08:00
johnA1331
8c11a08258
Update README.md
2020-05-12 15:36:47 +08:00
johnA1331
77ebd0332e
Update README.md
2020-05-12 15:08:21 +08:00
Cicio Flaviu
af387990c8
BAEL-3849 Implemented example code for comparing Transactional. ( #9261 )
2020-05-10 07:43:51 +02:00
mikr
c2637f1509
BAEL-1524 Split spring-boot-persistence module
2020-05-09 14:56:21 +02:00
johnA1331
7b80e93607
Merge branch 'master' into master
2020-05-07 11:05:00 +08: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
kwoyke
50208fb013
Verify if the connection is still alive ( #9246 )
2020-05-05 22:27:16 +02:00
johnA1331
9d62a60deb
Update README.md
2020-05-05 17:50:35 +08:00
johnA1331
1793a19bfc
Update README.md
2020-05-05 17:36:42 +08:00
johnA1331
629ba77f56
Update README.md
2020-05-05 17:27:51 +08:00
johnA1331
38bc370771
Update README.md
2020-05-05 16:47:03 +08:00
Eduard Ardeleanu
0cad7c5cc5
BAEL-3971: Generate DDL script in Spring ( #9120 )
...
* BAEL-3971: Generate DDL script in Spring
* BAEL-3971: implement review comments
* BAEL-3971: fix typo
* BAEL-3971: move code examples to module spring-data-jpa-5
Co-authored-by: ashleyfrieze <ashley@incredible.org.uk>
2020-05-05 08:37:20 +01:00
Benjamin Caure
aee002eeca
rename integration to live test ( #9232 )
2020-05-04 22:00:03 +02:00
Greg
9e90cf5c80
Merge pull request #9145 from shockwave9999/master
...
[BAEL-3967] Spring JPA @Embedded and @EmbeddedId
2020-05-04 14:46:57 -04:00
aitorcuesta
b26b71567a
[BAEL-3614] - Spring Redis Configuration From application.properties File ( #9226 )
...
* BAEL-3614 - Initial commit
* BAEL-3614 - Removing unnecessary properties
2020-05-03 13:25:39 -07:00
Arindum Roy
4487ac8654
update
2020-05-03 23:36:14 +05:30
Arindum Roy
43816bc282
update
2020-05-03 23:33:39 +05:30
Arindum Roy
50a6563e30
"updated pom.xml"
2020-05-03 23:19:33 +05:30
Arindum Roy
5724e188a0
"updated README.md"
2020-05-02 00:28:53 +05:30
Arindum Roy
8ef7cc6b81
all files
2020-05-02 00:23:59 +05:30
Arindum Roy
5bfa01ec05
"spring-data-jpa-5 new module"
2020-05-02 00:20:16 +05:30
Kostas Karavitis
f964a31ffc
[BAEL-3936] Merged with upstream and fixed conflicts
2020-04-28 20:35:04 +03:00
Josh Cummings
068523493b
Merge pull request #9169 from kwoyke/JAVA-73
...
JAVA-73: Wrap up running Live Tests with Docker
2020-04-27 17:31:04 -06:00
Josh Cummings
70781cfeb1
Merge pull request #9143 from amit2103/JAVA-1273-1
...
update pom version from RC to GA
2020-04-27 17:18:17 -06:00
Krzysiek
d2f60283b8
JAVA-73: Remove unused test methods
2020-04-26 15:46:04 +02:00
Dhawal Kapil
5c73062dab
Merge pull request #9176 from sampada07/JAVA-913
...
JAVA-913: migrate parent-boot-1 articles to parent-boot-2
2020-04-26 13:04:01 +05:30
Kostas Karavitis
1278f63d03
[BAEL-3936] Upgrade hibernate and querydsl to the latest stable versions
2020-04-24 15:38:39 +03:00
kkaravitis
6a08fca7aa
[BAEL-3936] Fixed format to use 2-space indenting for line continuations.
2020-04-24 15:04:44 +03:00
kkaravitis
717b0e1711
Merge branch 'master' of https://github.com/eugenp/tutorials
2020-04-24 14:31:24 +03:00
Eric Martin
5738683a5b
Merge pull request #9100 from wugangca/BAEL-3961
...
BAEL-3961 Using a list of values in a JDBCTemplate IN clause
2020-04-23 20:08:02 -05:00
Eric Martin
ed8bdf0cb5
Merge pull request #9158 from johnA1331/master
...
github-related test fix - BAEL-23872
2020-04-23 19:34:01 -05:00
Krzysiek
ffa8e0839d
JAVA-73: Fix live-test.sh and cleanup pom.xml
2020-04-23 22:38:10 +02:00
Krzysiek
acf4fa5af9
JAVA-73: Move scripts under live-test-resources
2020-04-23 22:18:45 +02:00
kwoyke
20ee51ef36
Merge pull request #1 from fanatixan/bael-17468
...
JAVA-73
2020-04-23 22:02:28 +02:00
sampadawagde
62842f97cf
JAVA-923: Migrate spring-data-dynamodb to parent-boot-2
2020-04-23 13:10:29 +05:30
Gang Wu
38f62ad24d
BAEL-3961 move the sql string into a new line to improve readability.
2020-04-22 22:36:18 -06:00
Gang Wu
8985f601a7
BAEL-3961 move the sql string into a new line to improve readability.
2020-04-22 22:15:54 -06:00
sampadawagde
0cf5e36623
JAVA-922: Migrate flyway to parent-boot-2
2020-04-22 17:44:28 +05:30
johnA1331
4a75b13057
Update README.md
2020-04-21 14:15:57 +08:00