Commit Graph

870 Commits

Author SHA1 Message Date
fejera
1f767a9dc4 cleaned up persistence-modules/pom.xml 2019-11-05 10:14:13 +01:00
fejera
7fc4463c1b Merge branch 'master' into bael-16656 2019-11-05 10:13:40 +01:00
Krzysztof Majewski
f24db94922 move entities 2019-11-04 07:28:10 +01:00
Sam Millington
0b4af0c67f Merge pull request #8083 from alimate/BAEL-3334
[BAEL 3334] Open Session in View Code
2019-11-03 16:41:55 +00:00
Loredana Crusoveanu
d70fccbec9 Merge branch 'master' into master 2019-11-02 23:34:32 +02:00
devender.kumar
762edde588 added more test cases 2019-11-02 21:40:55 +01:00
amit2103
586f5832f4 [BAEL-17317] - Check article code - https://www.baeldung.com/spring-data-jpa-pagination-sorting 2019-11-02 20:19:01 +05:30
Ali Dehghani
979d4f94d0 Dedicated H2 Db 2019-11-02 02:32:28 +03:30
Eric Martin
7e084e2721 Revert "BAEL-3275: Using blocking queue for pub-sub" 2019-10-31 20:40:42 -05:00
Ali Dehghani
03679107fd Using blocking queue for pub-sub 2019-10-31 15:04:40 +03:30
Eric Martin
6239459ec9 Merge pull request #8115 from alimate/BAEL-3275
BAEL 3275: Fix the Integrations Tests in spring-data-redis
2019-10-30 21:57:04 -05: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
Ali Dehghani
5be2b72eff Fixed failing connection. 2019-10-31 00:49:42 +03:30
Ali Dehghani
7e5dfdcf45 Disabling the Fork Option
Each test setups a Redis server before test class
and tears it down after them. Since each Redis server
listens on port 6379, we can't let them to listen to the
same port with parallel options.
2019-10-31 00:48:17 +03:30
devender.kumar
dc95c488bb Persistance context example 2019-10-30 17:44:40 +01:00
Josh Cummings
994651a49f Merge pull request #8048 from alessiostalla/BAEL-10229
#BAEL-10229 Remove the spring-boot-dependencies
2019-10-30 09:12:15 -06:00
johnA1331
b8e2d034c6 Update README.md 2019-10-30 21:48:57 +08:00
Ali Dehghani
ff853f6be4 Wait a little bit longer. 2019-10-30 08:08:48 +03:30
Dhawal Kapil
bec5c3d4d2 Merge branch 'master' of https://github.com/eugenp/tutorials
# Conflicts:
#	java-strings-3/README.md
2019-10-30 08:42:20 +05:30
Fred
5914a5195a Customizing the Result of JPA Queries with Aggregation Functions Module (#7977)
* Customizing the Result of JPA Queries with Aggregation Functions Module

* *Code fix for the PR #7977

* *Inclusion of a method and tests for queries returning Object[] for PR #7977

* *Assertions update PR #7977

* *Adjust in the integration tests PR #7977
2019-10-30 00:34:29 +00:00
Dhawal Kapil
ea0f226cf6 Merge branch 'master' of https://github.com/johnA1331/tutorials into johnA1331-master
# Conflicts:
#	algorithms-miscellaneous-4/README.md
#	algorithms-sorting/README.md
#	gradle-5/README.md
#	java-dates-2/README.md
#	jaxb/README.md
#	jersey/README.md
#	libraries-primitive/README.MD
#	mapstruct/README.md
#	metrics/README.md
#	ml/README.md
#	persistence-modules/sirix/README.md
#	spring-5-data-reactive/README.md
#	spring-5/README.md
#	spring-boot-autoconfiguration/README.md
#	spring-freemarker/README.md
#	spring-mvc-simple-2/README.md
#	spring-mvc-xml/README.md
#	spring-thymeleaf-2/README.md
#	testing-modules/junit-5-advanced/README.md
#	xml/README.md
2019-10-30 05:18:36 +05:30
Ali Dehghani
3d73ba4f8e Fixed the Max Memory Limit for the Embedded Redis Server 2019-10-30 00:44:25 +03:30
Ali Dehghani
d3ada85115 Switch from Postgres to H2 2019-10-28 22:12:19 +03:30
Jonathan Cook
3b56518706 Update README.md
update readme for BAEL-3089
2019-10-28 19:34:08 +01:00
Jonathan Cook
d9babf5ec6 Update README.md
Update readme for BAEL-2939
2019-10-28 19:27:28 +01:00
Eric Martin
415b1e50fd Merge pull request #8089 from alimate/BAEL-3273
BAEL-3273: Shouldn't drop a non-existent table
2019-10-27 23:56:44 -05:00
Mike Baranski
3b8a395136 Bael 3058 - Remove hibernate parameters directory (#8071)
* [BAEL-3058] Demonstrate named query

* [BAEL-3058] Demonstrate the wrong way to do it, change to Junit 4 style test with annotations

* Fix tab -> space and indentation

* Moved hibernate-parameters to persistence-modules directory per request

* Update persistence-modules/hibernate-parameters/pom.xml

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

* Update persistence-modules/hibernate-parameters/pom.xml

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

* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java

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

* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java

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

* Set version and add jar packaging

* [BAEL-3058] Refactor package location

* [BAEL-3058] Fixed based on PR 8011 comments - rename module, update deps and move resources/sources

* Fix module name

* [BAEL-3058] Remove hibernate-parameters directory
2019-10-27 22:28:57 -05:00
Ali Dehghani
0d0b9735ce Shouldn't drop a non-existent table! 2019-10-28 00:23:41 +03:30
Ali Dehghani
efffd26f50 Added Sample Codes for OSIV 2019-10-27 12:31:31 +03:30
Ali Dehghani
9a5f59c2fa Refactored the Transaction Template tests. 2019-10-27 12:31:13 +03:30
Ali Dehghani
3d44723b91 Added a JUnit 5 extension to setup postgres 2019-10-27 12:30:41 +03:30
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
Josh Cummings
a35ae3caeb Merge branch 'master' into bael-16656 2019-10-26 15:37:05 -06:00
Ali Dehghani
ed95ec46ee Refactored the packages. 2019-10-26 23:23:30 +03:30
amit2103
d6b68dec07 [BAEL-18428] - Check modules that don't use our standard parents 2019-10-27 01:07:52 +05:30
Alessio Stalla
e7af68c116 #BAEL-10229 try to fix the build (mostly, missing relativePath) 2019-10-25 17:06:07 +02:00
Eric Martin
e208e0db03 Merge pull request #7980 from SmartyAnsh/master
BAEL-1871 - Spring Data Geode
2019-10-24 21:16:35 -05:00
Ali Dehghani
3762393a5f BAEL-3336: Programmatic Transaction Management (#7993)
* Programmatic Transaction Management

* Resolved a few Discussions

* Created a new module

* Refactored the code.

* Added the README

* Resolved the requested changes.
2019-10-23 20:29:56 -05:00
Mike Baranski
12266df911 Bael 3058 (#8011)
* [BAEL-3058] Demonstrate named query

* [BAEL-3058] Demonstrate the wrong way to do it, change to Junit 4 style test with annotations

* Fix tab -> space and indentation

* Moved hibernate-parameters to persistence-modules directory per request

* Update persistence-modules/hibernate-parameters/pom.xml

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

* Update persistence-modules/hibernate-parameters/pom.xml

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

* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java

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

* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java

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

* Set version and add jar packaging

* [BAEL-3058] Refactor package location

* [BAEL-3058] Fixed based on PR 8011 comments - rename module, update deps and move resources/sources

* Fix module name
2019-10-23 17:11:04 -05:00
Jonathan Cook
14137fb662 Merge pull request #8012 from fanatixan/bael-3089
BAEL-3089 - created examples for @SecondaryTable article
2019-10-22 23:15:25 +02:00
Eric Martin
fb2406dba6 Merge pull request #7947 from maryarm/BAEL-3228
#BAEL-3228: Unit tests for Transaction Propagation and Isolation in Spring
2019-10-20 10:35:18 -05:00
fejera
33a31701cd cleaned up persistence.xml 2019-10-19 16:43:11 +02:00
johnA1331
a3992b3042 Update README.md 2019-10-18 20:28:55 +08:00
fejera
45e75944cc fixed malformed comment 2019-10-18 11:38:54 +02:00
fejera
c5cde2376b removed spring-mybatis from persistence-modules and marked as needs fixing 2019-10-18 11:26:44 +02:00
fejera
38d10f9e93 added missing version in persistence-modules/spring-mybatis/pom.xml 2019-10-18 11:21:49 +02:00
fejera
650dbfdc3e fixed persistence-modules/spring-mybatis parent module version 2019-10-18 11:18:22 +02:00