Commit Graph

16 Commits

Author SHA1 Message Date
Krzysztof Woyke
a896e9d77d JAVA-1782: Remove byte-buddy dep from parent-boot-2's children 2020-06-05 15:38:09 +02:00
Krzysztof Woyke
3dbd6fd867 JAVA-1635: Remove unnecessary dependencies and overridden spring-boot.version 2020-05-25 13:03:25 +02:00
johnA1331
6470be6c3d Update README.md 2020-04-07 16:27:04 +08:00
Ali Dehghani
368d4deb00 Fixing the False Sharing of the Data.sql File 2020-03-31 22:04:57 +04:30
petershatunov
f5884827b5 lazy_load_no_trans init commit (#8736)
* lazy_load_no_trans init commit

* refactoring

* methods naming

* Update persistence-modules/spring-boot-persistence-h2/src/test/java/com/baeldung/lazy_load_no_trans/LazyLoadNoTransPropertyOnIntegrationTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/spring-boot-persistence-h2/src/test/java/com/baeldung/lazy_load_no_trans/LazyLoadNoTransPropertyOnIntegrationTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/spring-boot-persistence-h2/src/test/java/com/baeldung/lazy_load_no_trans/LazyLoadNoTransPropertyOffIntegrationTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* naming

* code readability

Co-authored-by: admin <git-commit-id-plugin>
Co-authored-by: KevinGilmore <kpg102@gmail.com>
2020-03-18 21:00:37 +00:00
Dhawal Kapil
7daccf46a9 BAEL-21545 POM Properties Cleanup
- Cleanup of persistence-modules submodules cleanup
2020-01-27 00:40:23 +05:30
Krzysztof Woyke
12584bfa20 BAEL-3385: Update README.md 2019-12-16 08:53:28 +01:00
Krzysztof Woyke
dac17651f9 BAEL-3385: Move article related code to its own package 2019-12-16 08:51:01 +01:00
catalin-burcea
2f7e94bc92 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
amit2103
0ddc8fd096 Fixed conflicts 2019-11-25 00:24:40 +05:30
kwoyke
16522a00ce BAEL-3385: Hibernate @NotNull vs @Column(nullable = false) (#8194)
* BAEL-3385: Hibernate @NotNull vs @Column(nullable = false)

* BAEL-3385: Fix test's assertion
2019-11-20 10:30:16 +01:00
amit2103
bd8a6c0271 [BAEL-19420] - Removed the duplicate SpringContextIntegrationTest and spring-context profile 2019-11-20 11:11:07 +05:30
Alessio Stalla
e7af68c116 #BAEL-10229 try to fix the build (mostly, missing relativePath) 2019-10-25 17:06:07 +02:00
amit2103
5a2809de8b [BAEL-16822] - Aligned module names, folder names and artifact id 2019-08-25 19:09:24 +05:30
Dhawal Kapil
b6ae9ec3b4 Story/bael 14304 (#7311)
* BAEL-15951 Moved vavr, JHipster to default profiles

* BAEL-14304 Include the SpringContextIntegrationTest in the default build

- Added SpringContextTest.java in all the modules where SpringContextIntegrationTest already exists

* BAEL-14304 Changes in pmd rule and pom.xml to run UnitTest and SpringContextTest additionally in default profiles

* BAEL-14304 Minor changes
2019-07-20 14:33:56 +03:00
Seun Matt
b798326b29 improvement BAEL-2897 (#6795)
* added example code for BAEL-2083

* updated example code for BAEL-2083

* added example code for BAEL-2849

* updated the example code with data.sql

* improvement BAEL-2897

* updated the persistence module

* updated readme
2019-04-24 08:05:24 -07:00