Commit Graph

685 Commits

Author SHA1 Message Date
KevinGilmore
bc03b691a4 BAEL-3336 BAEL-3058 add links (#8168) 2019-11-10 09:52:57 -06:00
Loredana Crusoveanu
9da4157c02 Merge pull request #8074 from martinvw/feature/the-course-readme-rendering-error
Some README rendering corrections
2019-11-10 00:22:22 +02:00
Martin van Wingerden
b6de1ffbe1 Some README rendering corrections
Corrected sections without spaces
Best practice: add newline after section header
2019-11-07 21:04:14 +01:00
rpvilao
f55bc5db77 Merge pull request #8110 from MajewskiKrzysztof/BAEL-2513
BAEL-2513
2019-11-07 21:03:16 +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
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
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
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
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
Eugen
04dc9ddb41 Merge pull request #7932 from alessiostalla/BAEL-17507
#BAEL-17507 add README descriptions
2019-10-18 10:55:31 +03:00
Jonathan Cook
3094750d99 Merge pull request #7997 from matteoroxis/master
Fix Format From Previous PR
2019-10-17 23:36:46 +02:00
Loredana Crusoveanu
6812a4190c Merge pull request #8010 from eugenp/BAEL-18235-v4
add github links to articles
2019-10-17 22:24:39 +03:00
Josh Cummings
5d35d07074 Merge pull request #8016 from amit2103/BAEL-18306-4
[BAEL-18306-4] - Fix formatting of POMs Part 4
2019-10-15 19:27:14 -06:00
Josh Cummings
ea7193d407 Merge pull request #8015 from amit2103/BAEL-18306-3
[BAEL-18306-3] - Fix formatting of POMs Part 3
2019-10-15 19:26:22 -06:00
anshul.bansal
c27a4c1238 removed already available method 2019-10-15 15:29:22 +03:00
johnA1331
e899fa2ece Create README.md 2019-10-15 16:25:10 +08:00
johnA1331
80f67dcdd2 Update README.md 2019-10-15 16:11:09 +08:00
johnA1331
3442f1104e Update README.md 2019-10-15 15:06:35 +08:00
Loredana Crusoveanu
ec48170ada Merge branch 'master' into BAEL-18235-v4 2019-10-14 22:35:49 +03:00