Loredana
0147b5c699
fix jedis map ex
2018-12-02 23:08:16 +02:00
Emily Cheyne
0a87548bf8
BAEL-2089
...
update readme
2018-12-02 08:11:11 -08:00
geroza
6ced126022
created parent-boot-2 copy, and point all projects to that new temporary parent pom
2018-12-01 17:37:34 -02:00
Dhawal Kapil
34e86c294a
Merge branch 'master' of https://github.com/eugenp/tutorials into task/BAEL-9567
2018-11-30 22:16:55 +05:30
Dhawal Kapil
4058bfc601
BAEL-9567 Align module names, folder names and artifact id
...
- Added "name" in pom.xml whereever it was missing and aligned the present ones with the artifactid and foldername
2018-11-30 22:16:08 +05:30
raghav-jha
f4c5f8b8ae
JPA One-To-One Association Tutorial
...
Issue: BAEL-2394
2018-11-29 23:10:11 -07:00
Aravind Ranganathan
b6431622ed
Spring Data Cassandra Reactive
...
Issue: BAEL-1870
2018-11-28 10:01:32 -07:00
enpy
71bca76bf8
BAEL-2809 Get all Data in a table with Hibernate ( #5670 )
...
* BAEL-2809 Get all Data in a table with Hibernate
* Delete transaction.log
* Update FindAll.java
* Update FindAllTest.java
* Update FindAll.java
* Update FindAllTest.java
* Rename FindAllTest.java to FindAllUnitTest.java
2018-11-27 07:21:45 -08:00
Loredana
a2722368af
add data order methods
2018-11-25 20:10:37 +02:00
Trevor Gowing
322af68ae2
How to sort query results with Spring Data
...
BAEL-2331
2018-11-25 17:12:25 +02:00
Trevor Gowing
0c384f13b0
Rename limit package to passenger
...
Rename LimitIntegrationTest to PassengerRepositoryIntegrationTest
Going to include code on sorting so it will no longer be limit specific.
BAEL-2331
2018-11-25 17:12:25 +02:00
Trevor Gowing
0b7f01463c
Fix typo Passenger#fistName
...
BAEL-2208
2018-11-25 17:12:25 +02:00
Loredana Crusoveanu
8d393165c4
Update and rename PostRepositoryTest.java to PostRepositoryIntegrationTest.java
2018-11-24 18:35:05 +02:00
eelhazati
64bc8a412d
JPA Entity Graph.
2018-11-23 17:00:08 +01:00
charlesgonzales
31858afca7
Bi-monthly test failure - fix (BAEL-10330) ( #5736 )
...
* 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
* Update README.md
* Update README.md
2018-11-22 05:49:54 +01:00
Loredana Crusoveanu
7de531a320
Merge pull request #5672 from asturcon/string-cast-jpa
...
BAEL-2239 - JPA error "java.lang.String cannot be cast to [Ljava.lang.String;"
2018-11-19 22:05:46 +02:00
Akash Pandey
331988e407
Bael-2227 1 ( #5707 )
...
* BAEL-2159: Mini Article on "Separate double into integer and decimal parts"
* BAEL-2227: Refactor: Replace designation with title.
2018-11-17 07:56:22 -08:00
Eric Martin
2c5f92e262
Merge pull request #5607 from fanatixan/bael-2190
...
bael-2190
2018-11-12 21:36:54 -06:00
Marcos Lopez Gonzalez
8d745e684e
DummyEntity renamed to Message
2018-11-12 19:54:39 +01:00
Loredana Crusoveanu
f92c0f8794
Merge pull request #5655 from asturcon/string-cast-jpa
...
BAEL-2239 - JPA error "java.lang.String cannot be cast to [Ljava.lang.String;"
2018-11-11 10:21:25 +02:00
Loredana Crusoveanu
f7135b4a40
Rename SpringCastTestUnit.java to SpringCastUnitTest.java
2018-11-11 09:34:07 +02:00
Loredana Crusoveanu
e7d145e4f9
Update and rename SpringCastTest.java to SpringCastTestUnit.java
2018-11-11 09:28:06 +02:00
Marcos Lopez Gonzalez
917ab19240
code cleaning
2018-11-10 19:17:23 +01:00
Marcos Lopez Gonzalez
f3e5bc6ee3
persistence unit name
2018-11-10 19:16:23 +01:00
Marcos Lopez Gonzalez
1d26380c07
format
2018-11-09 20:55:36 +01:00
Marcos Lopez Gonzalez
61ffac2c77
jpa cast error
2018-11-09 20:54:10 +01:00
charlesgonzales
064113f939
Add/fix links Team_BAEL-10195 ( #5647 )
...
* Update README.md
* Update README.md
2018-11-09 10:46:30 +01:00
charlesgonzales
23143a0c17
Bi-monthly test fix - BAEL-10195 ( #5626 )
...
* Update README.md
* Update README.md
* Create 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
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.MD
2018-11-08 21:23:23 +01:00
Laurentiu Delcea
2b581cb3f6
BAEL-1962 Convert ZonedDateTime for MongoDB interactions ( #5640 )
2018-11-08 11:37:35 -08:00
Trevor Gowing
edbc683094
How to limit query results ( #5616 )
...
* JPA/Hibernate
* Spring Data JPA
BAEL-2208
2018-11-07 09:12:00 -08:00
fanatixan
d2a4341d97
bael-2190 - JPA many-to-many: adding tests and changing package
2018-11-04 17:29:22 +01:00
Akash Pandey
e924ed163d
BAEL-2227 JPA Criteria Queries In Clause ( #5606 )
...
* BAEL-2159: Mini Article on "Separate double into integer and decimal parts"
* BEAL-2227: JPA Criteria Query In clause - Tutorial.
* Minor Fix: Changed type of Predicate.
* BAEL-2227: Code Review Comments: Extracted criteriaBuilder to a field. Refactored a private method to create criteria query.
* BAEL-2227: Fixed spelling mistakes in the code.
2018-11-04 08:03:56 -08:00
fanatixan
9c434f2ad8
bael-2190
2018-11-03 18:11:38 +01:00
Juan Moreno
184d60ca6e
Hibernate Field Naming with Spring Boot
...
Issue: BAEL-2098
2018-11-02 07:36:21 -06:00
Dhawal Kapil
6bdc71388b
BAEL-10179 Fixed formatting
2018-10-31 23:49:03 +05:30
Dhawal Kapil
42e4bf2ca5
BAEL-10179 Fix start of Boot project with parent-boot-1 parent
...
-Added start-class placeholder in parent-boot-1
-Minor cleanup of few parent-boot-1 projects
2018-10-31 23:44:33 +05:30
amit2103
571c21b555
[BAEL-9696] - Fixed conflicts
2018-10-28 15:58:53 +05:30
Ali Dehghani
0987f52a88
BAEL-2306: Update Spring JNDI article ( #5540 )
2018-10-27 09:38:14 +02:00
Alejandro Gervasio
cadc14f0c9
BAEL-2299 - A CRUD web application with SpringBoot and Thymeleaf ( #5530 )
...
* Initial Commit
* Update Application.java
* Update pom.xml
* Update pom.xml
* Update pom.xml
* Update Application.java
2018-10-25 17:09:35 -07:00
Grzegorz Piwowarek
1bca2a8c54
Update README.md ( #5525 )
2018-10-23 04:50:09 -07:00
amit2103
682f93885b
[BAEL-9696] - Fixed conflicts and moved new code changes
2018-10-21 11:48:52 +05:30
amit2103
73808691af
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-9696
2018-10-21 11:32:30 +05:30
amit2103
6c1722a5a2
[BAEL-9696] - Moved persistence-related modules into the persistence folder
2018-10-20 23:41:12 +05:30
amit2103
21a3a43788
[BAEL-9538] - Move persistence-related modules into the persistence folder
2018-10-20 11:27:08 +05:30
Shreyash
c9f2162f98
Spring Data Reactive Redis examples
...
Issue: BAEL-1868
2018-10-14 00:04:09 -06:00
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
Eugen Paraschiv
98ad136e25
cleanup work
2018-05-29 19:37:11 +03:00
José Carlos Valero Sánchez
87c15eedb5
Merge pull request #4211 from patryk-kucharz/BAEL-1713-pessimistic-locking
...
BAEL-1713: Pessimistic Locking in JPA
2018-05-12 11:33:48 +01:00
Patryk Kucharz
fd11e089fe
BAEL-1713: Pessimistic Locking in JPA
...
Improvments for tests.
2018-05-10 20:56:37 +02:00
Patryk Kucharz
c0c319b13f
BAEL-1713: Pessimistic Locking in JPA
...
Tests for the article.
2018-05-10 15:29:07 +02:00
amit2103
05b7e933bd
Bael 5247 ( #4175 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* Added new parent pom
* initial clean up of child poms
* Added new parent pom
* [BAEL-5247] - New Parents in the tutorials repo
2018-05-05 22:30:00 +02:00