Commit Graph

15356 Commits

Author SHA1 Message Date
Josh Cummings
0ad39d56ce Merge branch 'master' into core-java-move-2 2019-10-26 09:16:19 -06:00
Eric Martin
8dd7707db5 Merge pull request #8079 from alimate/email-sender
BAEL-3409: Fixed the Unsatisfied Dependency Issue
2019-10-26 09:30:20 -05:00
Ali Dehghani
2c422858c0 Fixed the Unsatisfied Dependency Issue 2019-10-26 07:24:43 +03:30
Eric Martin
288efb0df5 Merge pull request #8077 from alimate/BAEL-3412
BAEL 3412: Added the FSContext Dependency
2019-10-25 18:00:03 -05:00
Eric Martin
1516ba621f Merge pull request #8078 from alimate/BAEL-3410
BAEL-3410: Moved the User Model to its Package
2019-10-25 17:58:03 -05:00
Eric Martin
d086b23fe6 Merge pull request #8075 from alimate/BAEL-3409
BAEL-3409: Fixed the Broken Test
2019-10-25 17:55:52 -05:00
Ali Dehghani
644d650e8d Removed the newline. 2019-10-26 00:04:33 +03:30
Ali Dehghani
00b553acb7 Revert an unwanted file. 2019-10-26 00:02:43 +03:30
Ali Dehghani
496fb2c64b Moved the User Model to its Package! 2019-10-25 23:46:30 +03:30
Ali Dehghani
6b797bd5a7 Fixed the Class Not Found Problem 2019-10-25 23:06:57 +03:30
Ali Dehghani
bd32b8e8e8 Fixed the Broken Test. 2019-10-25 22:29:54 +03:30
Eric Martin
e208e0db03 Merge pull request #7980 from SmartyAnsh/master
BAEL-1871 - Spring Data Geode
2019-10-24 21:16:35 -05:00
Eric Martin
1a76d19b9d Merge pull request #8068 from martinvw/feature/BAEL-3291
[BAEL-3291] Move missing code snippets for the String Numeric article
2019-10-24 20:39:23 -05:00
Dhawal Kapil
960bffd829 BAEL-18143 Fix spring-jooq issue related to dialect (#8061)
- Updated SQLErrorCodeSQLExceptionTranslator to use dialect.thirdParty().springDbName()
2019-10-24 11:03:23 -07:00
Eric Martin
b65faf466c Merge pull request #8062 from martinvw/feature/BAEL-3315
[BAEL-3315] Added missing code snippets from the Java 8 Date/Time article
2019-10-23 20:45:39 -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
Eric Martin
2e690741c4 Merge pull request #8063 from martinvw/feature/BAEL-3289
[BAEL-3289] Add missing code snippets from the Spring Scheduled article
2019-10-23 19:53:43 -05:00
Eric Martin
44c27bc52d Merge pull request #8066 from martinvw/feature/BAEL-3233
[BAEL-3233] Add missing code snippets from the Jackson ObjectMapper art.
2019-10-23 19:45:07 -05:00
Eric Martin
e9abe867c4 Merge pull request #8064 from martinvw/feature/BAEL-3292
[BAEL-3292] Add missing code snippets from the Java 8 groupingBy article
2019-10-23 19:40:28 -05:00
Eric Martin
6c0f7250b4 Merge pull request #8065 from martinvw/feature/BAEL-3295
[BAEL-3295] Add missing code snippets from the Spring Session article
2019-10-23 19:30:08 -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
Martin van Wingerden
81c6758d01 [BAEL-3291] Move missing code snippets for the String Numeric article
Also: format the java-strings-ops project with required eclipse profile
2019-10-23 21:32:49 +02:00
Kai Yuan
915bdfbbb1 [BAEL-3402] count duplicate elements in arraylist (#8054) 2019-10-23 08:25:56 -07:00
Martin van Wingerden
6aa70c6812 [BAEL-3233] Add missing code snippets from the Jackson ObjectMapper art.
Also: Corrected rendering problem in the readme and formatted using eclipse
2019-10-23 13:56:03 +02:00
Martin van Wingerden
f20d2a6194 [BAEL-3295] Add missing code snippets from the Spring Session article 2019-10-23 13:27:02 +02:00
rpvilao
60f400388e Merge pull request #8025 from wugangca/BAEL-3349
BAEL-3349 Knapsack problem implementation in Java
2019-10-23 12:59:34 +02:00
Martin van Wingerden
a42fc708fb [BAEL-3292] Add missing code snippets from the Java 8 groupingBy article
The Tuple had to be changed because it required an equals/hashcode

Also: formatted with eclipse profile
2019-10-23 12:04:31 +02:00
Martin van Wingerden
546acf842f [BAEL-3289] Add missing code snippets from the Spring Scheduled article
All the samples still existed with some slight variation, I updated where applicable

Main thing is that the link in the article has to be corrected
2019-10-23 11:33:00 +02:00
Martin van Wingerden
1de7b016a8 [BAEL-3315] Added missing code snippets from the Java 8 Date/Time article
Also:
- formatted changed files with Eclipse profile
- corrected failing test: givenTwoDatesInJava8_whenDifferentiating_thenWeGetSix
2019-10-23 11:04:40 +02:00
Dhawal Kapil
bcf119bf1a Spring Integration Java DSL - Github Issue 7885 (#8060)
* Spring Integration Java DSL - Github Issue 7885

- Fixed the bridge example

* Spring Integration Java DSL - Github Issue 7885

- Fixed the bridge example
2019-10-22 18:20:50 -07:00
Josh Cummings
921de2e803 Merge pull request #8043 from dkapil/task/BAEL-17684_defghi
BAEL-17684 Pom properties cleanup
2019-10-22 15:42:19 -06: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
621d4629e8 Merge pull request #8055 from at508/master
[BAEL-2998] - Fix jenkins tests
2019-10-21 22:13:25 -05:00
at508
15bf90a2be [BAEL-2998] - Fix jenkins tests 2019-10-21 22:04:26 -04:00
Dhawal Kapil
1fb34e3c6a BAEL-17684 Pom properties cleanup
- Reverted guava module changes
2019-10-21 21:42:13 +05:30
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
Erik Pragt
793aac8b88 Merge pull request #7793 from M-Abdelbaset/BAEL-3230
BEAL-3230
2019-10-20 23:26:59 +10:00
Erik Pragt
6054695006 Merge pull request #8004 from vatsalgosar/master
BAEL-3209 Adding Element in Java Array vs ArrayList
2019-10-20 23:22:58 +10:00
rpvilao
f8acec9ee3 Merge pull request #8002 from vimde/master
BAEL-3091: The Prototype Pattern in Java
2019-10-20 11:50:21 +01:00
rpvilao
3ad0171148 Merge pull request #7898 from kamleshkr/BAEL-1363
BAEL-1363 Fallback for Zuul Routes
2019-10-20 11:49:21 +01:00
Josh Cummings
f1cda463e3 Merge pull request #7820 from alessiostalla/BAEL-16646
Split the first 2 modules: java-dates-conversion and java-dates-string.
2019-10-20 01:21:05 -06:00
Jonathan Cook
b871797f45 Merge pull request #7972 from lukaszrys/feature/BAEL-3322_jimf
Feature/bael 3322 jimfs
2019-10-19 22:40:07 +02:00
NickTononi
22deaaa756 [BAEL-3147] Java 'protected' modifier (#7886)
* [BAEL-3147] Java 'protected' modifier

* updated README.md

* Update README.md

* Update SecondGenericClass.java
2019-10-19 21:19:09 +01:00
fejera
33a31701cd cleaned up persistence.xml 2019-10-19 16:43:11 +02:00
Alessio Stalla
2f0eb0e574 Merge branch 'master' into BAEL-16646
# Conflicts:
#	core-java-modules/core-java-datetime/README.md
2019-10-19 15:57:18 +02:00
Vivek Balasubramaniam
a5f90502fc Minor changes to the toString() method 2019-10-19 18:00:56 +05:30
Vivek Balasubramaniam
88a83f5d2c BAEL-3091: The Prototype Pattern in Java (Code review comments) 2019-10-19 17:46:30 +05:30
Dhawal Kapil
9405318805 BAEL-17684 Pom properties cleanup 2019-10-18 23:48:22 +05:30
Dhawal Kapil
f0df9a7998 BAEL-17684 Pom properties cleanup 2019-10-18 23:39:07 +05:30
Lukasz Rys
bb0178340d [ BAEL-3322 ] : Change naming, add final 2019-10-18 20:04:51 +02:00