Haroon Khan
c779eb6331
[JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 ( #12647 )
2022-08-25 21:30:13 +05:30
chaos2418
35ee789731
JAVA-3591: updating mockito-core to 4.1.0
2021-12-18 13:40:53 +05:30
johnA1331
1635ca00e2
Update README.md
2021-12-04 19:35:52 +08:00
Rafael Lopez
5867e76bba
JAVA-2592: Add DROP TABLE IF EXIST clause to avoid SQL exception
2021-11-07 13:04:54 -05:00
Rafael Lopez
f5734df43c
JAVA-2592: Update article on AbstractRoutingDatasource ( #11320 )
...
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com >
2021-10-28 00:28:57 +05:30
Shashank
7f9a638805
Spring Boot 2.5.x compatible updates in spring-boot-persistence
2021-10-14 19:08:58 +05:30
Dhawal Kapil
9d435407c2
JAVA-6454 Changes done as per Spring Boot 2.5 release
...
- Added spring.jpa.defer-datasource-initialization so that data creation
can be enabled using data.sql files
2021-09-27 23:14:47 +05:30
Dhawal Kapil
d7d3dfa068
JAVA-3247 further changes to reduce logging build pass
2021-08-21 14:35:49 +05:30
Dhawal Kapil
0ee1125908
JAVA-3247 Reduce logging of tutorials-integration job
2021-08-21 14:14:24 +05:30
sampadawagde
aac443ba85
JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 2)
2021-05-10 20:06:19 +05:30
Loredana
aae130aab4
revert explicit junit, maven version overrides for boot projects
2020-10-14 16:16:17 +03:00
François Dupire
d3ef791ab6
[JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions ( #10018 )
...
* [JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions
* Upgraded JUnit version for persistence-module and the modules that directly depends on it
* Upgraded Maven Surefire Plugin version for these as well
* Either made modules inheriting from persistence-modules instead of parent-modules or added relative paths when already inheriting persistence-modules
* Upgraded versions in other modules
* [JAVA-1669] Removed explicit relativePath in pom.xml when default value used
* [JAVA-1669] Minor fix
2020-09-23 23:40:21 +05:30
Krzysiek
8b949011e3
JAVA-2904: Fix README.MD files extension
2020-09-16 22:20:32 +02:00
amit.pandey
c03b88763e
used properties defined in parent pom
2020-07-12 00:06:27 +05:30
Krzysztof Woyke
5aa84fee1a
JAVA-1644: Remove overriden spring-boot.version property
2020-06-03 09:00:03 +02:00
mikr
3b3aa601aa
BAEL-1524 Change http into https
2020-05-21 12:08:11 +02:00
mikr
3d3d53e356
BAEL-1524 Put back HikariCP
2020-05-16 17:21:28 +02:00
mikr
f0a11000fc
BAEL-1524 Put back HikariCP
2020-05-16 17:17:21 +02:00
mikr
2f06b7a98a
BAEL-1524 Split spring-boot-persistence module
2020-05-09 14:56:21 +02:00
Dhawal Kapil
4ca94cc692
BAEL-21545 POM Properties Cleanup
...
- Fixed unit test issue in spring-boot-persistence module
2020-01-27 17:17:40 +05:30
Dhawal Kapil
7daccf46a9
BAEL-21545 POM Properties Cleanup
...
- Cleanup of persistence-modules submodules cleanup
2020-01-27 00:40:23 +05:30
Sam Millington
3615560dc0
moved persistence context article files ( #8389 )
...
* moved persistence context article files
* Moved test
* added spring boot dependencies
2019-12-16 18:04:29 +00:00
catalin-burcea
2f7e94bc92
[BAEL-18783] - Fix formatting of POMs
2019-12-06 11:40:56 +02:00
devender.kumar
2a4e2b8606
Review commnet changes
2019-11-17 20:36:06 +01:00
devender.kumar
0be4d8d330
Break long line into smaller
2019-11-11 17:40:38 +01:00
devender.kumar
d5242a54fe
Remove controller
2019-11-11 08:01:08 +01:00
devender.kumar
8206c58066
Remove controller
2019-11-11 07:57:48 +01:00
devender.kumar
762edde588
added more test cases
2019-11-02 21:40:55 +01:00
devender.kumar
0417044630
Fix typo
2019-10-30 23:16:56 +01:00
devender.kumar
ac173957bd
Fix typo
2019-10-30 23:07:43 +01:00
devender.kumar
bcff4425a6
Fix typo
2019-10-30 22:40:54 +01:00
devender.kumar
b36a4cc38e
Fix typo
2019-10-30 22:37:56 +01:00
devender.kumar
dc95c488bb
Persistance context example
2019-10-30 17:44:40 +01:00
Alessio Stalla
f22fddfdb3
#BAEL-10229 Fix the build (specify the Spring version in the ethereum module and restore Spring Boot version 2.1.7 in the spring-boot-persistence module)
2019-10-27 09:59:48 +01:00
Loredana Crusoveanu
bdef982420
Merge pull request #7486 from amit2103/BAEL-16045-17
...
[BAEL-16045] - Check Article Code Matches GitHub for https://www.bael…
2019-10-14 22:22:24 +03:00
Amit Pandey
b0c1efdb7c
[BAEL-14836] - Moved code for in-memory database article ( #7705 )
2019-09-02 14:28:58 -06:00
Harsha Veeravalli
cefb7e496e
Testcase feedback incorporated ( #1 )
...
* Change
* Incorporated feedback
2019-08-08 13:48:37 +02:00
amit2103
eea20faf08
[BAEL-16045] - Check Article Code Matches GitHub for https://www.baeldung.com/spring-boot-configure-data-source-programmatic article
2019-08-03 23:24:53 +05:30
harshavs
e35a8023ea
Fixed Test file names as per convention
2019-08-03 00:11:01 -04:00
harshavs
e30f8c6714
Fixed Test file names as per convention
2019-08-02 09:49:19 -04:00
harshavs
29adc66375
Fixed formating and removed unused files
2019-08-02 02:56:36 -04:00
harshavs
8c7ca1f3a2
Added test cases that use @Sql, @SqlConfig and @SqlGroup
2019-08-02 01:50:19 -04:00
Krzysztof Majewski
51a9d7b0d6
BAEL-2799 ( #6904 )
...
* BAEL-2799
* constructor name fix
* method name fix
* add database
* fix tests
2019-05-07 10:34:15 -06:00
amit2103
aacd8866b0
[BAEL-14249] - POM Properties Cleanup
2019-05-06 00:34:04 +05:30
Krzysztof Majewski
ccd28428f3
Bael 2799 ( #6849 )
...
* BAEL-2799
* fix import lombok
* move to proper module
* filename fix
* filename fix
* fix tests
* fix test methods
* fix test methods
2019-05-03 22:33:45 -06:00
Dave Crane
56d2e3c594
corrected test to pull in profile-based config, fixe app cntext startup issues
2019-04-15 21:03:51 +01:00
sheryllresulta
ea9461efad
Update README.MD
2019-04-09 21:41:26 +08:00
Paul Latzelsperger
c9211557bd
BAEL-2803 ( #6640 )
...
* added sample code for eval article
* BAEL-2803 Sample Code
* updated tests, repo method names
* moved sources for BAEL-2803 here
* removed dependencies introduced by BAEL-2803
* re-added sources
* moved code to new module
* removed eval article code
2019-04-02 12:13:24 -07:00
Loredana
b8af6bec2b
fix multiple sql files test
2019-03-29 23:40:03 +02:00
amit2103
4195b7e406
[BAEL-10897] - Fixed tomcat connection pool issue and CarRepositoryIntegrationTest
2019-03-29 00:24:14 +05:30