Commit Graph

115 Commits

Author SHA1 Message Date
sachin29aug d3ad4dcfc2 BAEL-9051: Fix failing unit tests 2018-09-27 22:52:50 -04:00
Loredana Crusoveanu c09425ac03
Merge pull request #5219 from eugenp/BAEL-8939
BAEL-8939: Adding a Spring Context test in all Spring Modules (change…
2018-09-27 11:21:12 +03:00
Loredana Crusoveanu 237f8ef944 fix spring-jpa start 2018-09-16 19:56:05 +03:00
sachin29aug dd273f664c BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 15 more modules.. work in progress..) 2018-09-16 10:15:18 -04:00
sachin29aug 889c52f1c2 BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 27 more modules.. work in progress..) 2018-09-15 22:19:20 -04:00
Loredana Crusoveanu 8debae2dd4
Merge pull request #5193 from eugenp/mvndep-plugin-cleanup
BAEL-8833: Cleanup the maven-dependency-plugin usage
2018-09-09 22:43:52 +03:00
sachin29aug 2caf645726 BAEL-8833: Cleanup the maven-dependency-plugin usage 2018-09-07 15:58:10 -04:00
Rokon Uddin Ahmed fccf56fdc2 BAEL-8287 (#5180)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2018-09-07 13:56:13 +03:00
Loredana Crusoveanu 4bb6592cd9
Merge pull request #5153 from dkapil/task/BAEL-8844
Task/bael 8844
2018-09-04 08:42:56 +03:00
Loredana Crusoveanu c1db9c7c1c
Merge pull request #5126 from dkapil/task/BAEL-8824
BAEL-8824 Align module names, folder names and artifact id
2018-09-03 22:01:36 +03:00
Dhawal Kapil 375df7f3aa Merge branch 'master' of https://github.com/eugenp/tutorials into task/BAEL-8844 2018-09-03 23:40:07 +05:30
Dhawal Kapil 550952c995 BAEL-8844 Get rid of all warnings in build start due to incorrect pom configurations
- Fixed pom configurations to get rid of startup warnings
2018-09-03 09:45:39 +05:30
Loredana Crusoveanu 1484597cb1 update links 2018-09-02 19:18:58 +03:00
dupirefr 4a91a058ff [BAEL-2048] Removing moved class from TestSuite 2018-09-02 12:55:18 +02:00
dupirefr 55e09af479 [BAEL-2048] Spring Data JPA multiple databases article 2018-09-02 10:23:18 +02:00
dupirefr 8aa7dc5aab [BAEL-2048] Spring Data JPA adding a method to all repositories 2018-09-02 10:22:42 +02:00
dupirefr b4d0b797e2 [BAEL-2048] Spring Data JPA query article 2018-09-02 10:19:10 +02:00
amit2103 a50afec871 [BAEL-8855] - Moved all code from module jpa-storedprocedure into module persistence-modules/java-jpa 2018-09-01 21:37:25 +05:30
Dhawal Kapil cd55d47e8a BAEL-8824 Align module names, folder names and artifact id
- Fixed artifact ids of projects to align with folder names
2018-08-31 20:22:40 +05:30
fanatixan 163585858b Use Criteria Queries in a Spring Data Application (#5014)
* Use Criteria Queries in a Spring Data Application

* formatting fix

* making the workflow more readable
2018-08-29 08:39:01 +03:00
Loredana Crusoveanu badc8c60d2 fix formatting 2018-08-25 21:46:01 +03:00
Loredana Crusoveanu e0e6fbad2b update neo4j 2018-08-25 21:37:48 +03:00
Loredana Crusoveanu ff8fbf7630
Update README.md 2018-08-18 15:58:42 +03:00
Loredana Crusoveanu 1f5157b264 update criteria links 2018-08-16 22:15:26 +03:00
DOHA 1e11dea206 move and upgrade hibernate criteria 2018-08-15 16:00:09 +03:00
Dhawal Kapil 52e055e770 BAEL-8141 Can we remove some of the Spring milestone/snapshot repos from modules? (#4941)
BAEL-8141
2018-08-10 06:46:38 +02:00
amit2103 d268ffa5c9 [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
Tom Hombergs 8d70580261
added readme 2018-07-25 22:34:32 +02:00
Eugen Paraschiv c515825947 maven cleanup 2018-07-20 14:22:35 +03:00
Amit Pandey a9645c0938 Fixed integration test of spring-jpa module through inmemory H2 DB (#4740)
* [BAEL-7621] - Fixed integration test of spring-hibernate-5 module by introducing H2 database

* [BAEL-7645] - Fixed integration test of spring-jpa module through H2 inmemory DB
2018-07-17 18:27:39 +02:00
Amit Pandey f7a08a9d99 [BAEL-7621] - Fixed integration test of spring-hibernate-5 module by introducing H2 database (#4728) 2018-07-16 17:34:57 +02:00
Tom Hombergs 918e6a78d9
Merge pull request #4686 from smokeyrobot/bael-1908
Bael 1908 - Editor Feedback
2018-07-13 22:19:22 +02:00
amit2103 86ae0483f3 [BAEL-7614] - Renamed integration test to live test as live solr server endpoint is needed to fix spring-data-solr module 2018-07-13 22:51:03 +05:30
amit2103 fc722ec6d8 [BAEL-7614] - Upgraded spring-boot and spring-test version to fix integration test for spring-data-neo4j module 2018-07-13 22:32:11 +05:30
Sanjay Patel cddf858c05 BAEL-5246: pom cleanup (#4620)
* BAEL-5246: round 1 of pom cleanup - upto "jersey" project

* BAEL-5246: Initial pass for pom cleanup - upto spring-cloud

* BAEL-5246: pom cleanup upto testing-modules/junit5

* BAEL-5246: pom cleanup - upto xstream

* BAEL-5246: pom cleanup - last round (before review)
2018-07-12 09:04:54 +02:00
smokeyrobot c23c12831c
Merge branch 'master' into bael-1908 2018-07-11 15:58:58 -04:00
Kyle Doyle 2c7729c7d3 BAEL-1908 Editor Feedback - simplification of Entity 2018-07-11 15:47:56 -04:00
Amit Pandey d9d8f169eb Fixed spring-mvc-java, spring-cloud-rest-discovery-server apache-solr… (#4661)
* Fixed spring-mvc-java, spring-cloud-rest-discovery-server apache-solrj integration tests

* Fixed integration tests for spring-hibernate-3, spring-jooq module
2018-07-10 08:42:39 +02:00
smokeyrobot f3237ef2c5 Bael 1908 - Guide to SqlResultSetMapping (#4586)
* Commit for Eval Article pull request

* Revert "Commit for Eval Article pull request"

* BAEL-1908 Initial Commit
2018-07-08 13:44:42 +02:00
Amit Pandey 28166a73de Fixed spring-session integration tests (#4650) 2018-07-08 13:27:45 +02:00
Kyle Doyle b6ca7d58b2 BAEL-1908 Initial Commit 2018-06-29 23:26:16 -04:00
Amit Pandey e3978a5f95 Bael 4461 3 (#4557)
* [BAEL-4462] - Fixed integration tests

* [BAEL-7055] - Fix JUNIT in core java module
2018-06-27 09:15:09 +02:00
Loredana Crusoveanu 83dc373f81 query type fix 2018-06-23 20:31:50 +03:00
Amit Pandey a54c9e0c9e Bael 4461 2 (#4444)
* [BAEL-4462] - Fixed integration tests

* [BAEL-4462] - Fixed integration tests

* [BAEL-4462] - Fixed integration tests

* [BAEL-4462] - Fixed integration tests

* [BAEL-4462] - Fixed integration tests

* [BAEL-4462] - Fixed integration tests

* [BAEL-4462] - Fixed integration tests

* [BAEL-4462] - Fixed integration tests

* [BAEL-4462] - Fixed integration tests

* [BAEL-4462] - Fixed integration tests

* [BAEL-4462] - Fixed integration tests

* [BAEL-4462] - Fixed integration tests

* [BAEL-4462] - Fixed integration tests

* [BAEL-4462] - Fixed integration tests

* Fix verification times
2018-06-11 10:18:30 +02:00
charlesgonzales ce4b42926f Add back-links and created new readme.md for the relevant articles (#4428)
* Update README.md

* Create README.MD

add relevant article

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md
2018-06-10 08:41:07 +02:00
Eugen Paraschiv 2efdeed00f changing parent name 2018-06-08 21:04:03 +03:00
Amit Pandey 9245ba0925 Bael 6729 (#4389)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* Added README

* [BAEL-6729] - Spring modules needs a spring parent

* [BAEL-6729] - Spring modules needs a spring parent
2018-06-02 16:44:15 +02:00
Rokon Uddin Ahmed 50f5cba9da BAEL-6634 (#4376)
* Update README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Create README.md

* Create README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2018-06-01 14:04:12 +02:00
Amit Pandey 7206e64bef Bael 6556 3 (#4382)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-6556] - Next set of renames of testcases

* [BAEL-6556] - Next set of renames of testcases

* [BAEL-6556] - Next set of renames of testcases

* [BAEL-6556] - Next set of renames of testcases
2018-06-01 13:12:51 +02:00
fanatixan 8e36e2b155 spring data jpa annotation examples (#4309) 2018-05-30 22:06:54 +03:00