Commit Graph

8963 Commits

Author SHA1 Message Date
Loredana Crusoveanu e6c78e9a23
Merge pull request #4832 from psevestre/master
Code for BAEL-1992
2018-07-28 21:59:20 +03:00
Dhrubajyoti Bhattacharjee 7ff4d2ea4c BAEL-1983 Intialize a HashMap in Java (#4819) 2018-07-28 20:44:05 +02:00
Philippe a1d1d6b16f [refs#BAEL-1992] Minor refactoring 2018-07-28 13:37:39 -03:00
Philippe bdbba67eb3 Merge remote-tracking branch 'upstream/master' 2018-07-28 13:35:03 -03:00
Eugen Paraschiv 33889d0cd7 integration-lite trying out a few modules 2018-07-28 11:01:48 +03:00
Alejandro Gervasio fc02400f5f BAEL-1818 A Simple Guide to Connection Pooling in Java (#4823)
* Initial Commit

* Update parent pom.xml

* Update BasicConnectionPool class

* Update BasicConnectionPool class

* BAEL-1818 removed code from core-java module, cleaned up a little pom files

* BAEL-1818 moved the code from connectionpool.connectionpools package to connectionpool
2018-07-28 08:44:51 +02:00
Eugen Paraschiv 25fb0c94c2 integration-lite work 2018-07-28 00:17:37 +03:00
daoire 4fcef9ff86
Merge pull request #4820 from MrSamMillington/master
BAEL-#2042 Unit tests for java-faker article
2018-07-27 21:38:08 +01:00
Eugen Paraschiv 738e3af007 integratio-lite profile work 2018-07-27 23:32:13 +03:00
Eugen Paraschiv 0a1e10b128 commenting out problematic modules in the integration-lite build 2018-07-27 22:56:18 +03:00
Mher Baghinyan ffbeb78ee1 Bael 1743 improved (#4826)
* compile only for firefox

* added parent module

* changed artifact id
2018-07-27 19:00:13 +02:00
Shreyash 7070f25400 BAEL-1960: Custom appender for log4j (#4731)
* BAEL-1960: Custom appender for log4j

* Changes as per suggestion to BAEL-1960

* Changes as [er review for BAEL-1960

* Changes for formatting as per suggestion.

* BAEL-1960. Copied pom.xml from master and pasted my changes against it.

* Chnages for spaces instead of tabs.

* Changes for spaces instead of tabs.
2018-07-26 22:57:19 +02:00
Felipe Santiago Corro a1ba371c73 add elements to list (#4814) 2018-07-26 22:19:03 +02:00
geroza 81027b7fbd * minor fixes and cleaning duties 2018-07-26 20:52:18 +01:00
geroza 6b2fb615a7 * Added examples for java-9 filtering collector 2018-07-26 20:52:18 +01:00
geroza 5b489423d8 * added examples of filtering collections using Streams, Apache CollectionUtils, Guava and Eclipse Collections 2018-07-26 20:52:18 +01:00
Sjmillington 015240a99e Moved javafaker unit tests to testing-modules 2018-07-26 19:17:51 +01:00
Sjmillington a92283f0dd BAEL-2042 JavaFaker unit tests 2018-07-26 16:19:07 +01:00
myluckagain 4ee81a2fd9 BAEL-2030 remove first element from list (#4803) 2018-07-26 08:12:23 +02:00
Loredana Crusoveanu 83d0a6c33e
Merge pull request #4810 from eugenp/BAEL-1447-v2
add security exc
2018-07-25 23:50:04 +03:00
Loredana Crusoveanu 8b5232c1b6 add security exc 2018-07-25 22:53:14 +03:00
Loredana Crusoveanu f8827123fd
Merge pull request #4800 from eugenp/BAEL-1447-v2
remove reactive ex
2018-07-25 08:39:18 +03:00
Mher Baghinyan 189e62603b Bael 1832 (#4748)
* @Primary annotation

* @Primary annotation Employee name

* Update PrimaryApplication.java

* @Primary annotation with @Component
2018-07-25 06:26:18 +02:00
Loredana Crusoveanu 9101461a0a Merge branch 'BAEL-1447-v2' of https://github.com/eugenp/tutorials into BAEL-1447-v2 2018-07-25 07:23:14 +03:00
Loredana Crusoveanu 12989ac228 fix readme files 2018-07-25 07:22:41 +03:00
Loredana Crusoveanu e3005d8b27
Merge branch 'master' into BAEL-1447-v2 2018-07-24 22:06:08 +03:00
Loredana Crusoveanu 8baa17446d move mongodb ex 2018-07-24 21:47:40 +03:00
charlesgonzales f431a4c3ff add links (#4804)
* 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
2018-07-24 19:21:55 +02:00
Grzegorz Piwowarek bb3afbc9f8
Update README.md (#4706) 2018-07-24 16:48:19 +02:00
Philippe d6e9a9c150 Merge remote-tracking branch 'upstream/master' 2018-07-24 08:51:35 -03:00
Eugen b70175da6b
Update README.md 2018-07-24 12:06:04 +03:00
Philippe 5142d0f0a5 Merge remote-tracking branch 'upstream/master' 2018-07-23 22:21:30 -03:00
Binod Pant 896a2d071a PR for http://jira.baeldung.com/browse/BAEL-1947 Spring Boot Vue (#4687)
* commit first as binodpanta

* revert test change

* A short example of real-time event streaming using Spring WebFlux

* Code for http://jira.baeldung.com/browse/BAEL-1527

* remove unrelated files

* Apply feedback changes to rename test and remove link from readme file, ongoing work

* Update formatting fixes to code and add pom changes, that partially fix test runnning issues in IDE but not in cmdline

* Apply Eclipse formatter to test code and apply suggested pom fixes

* BAEL-1527 Formatting fix in pom.xml

* Use string.format to cleanup logging code

* BAEL-1527 Changed logging pattern

* Start the spring-boot-vue module, WIP

* some small updates with comments

* Add index html template page

* merge pom.xml fixes

* Add integration test with MockMvc to verify index.html content is rendered correctly

* fix up pom merge issues

* merge issues fix for pom

* pom end of file newline
2018-07-23 23:00:30 +02:00
Loredana Crusoveanu fa954ebba7 move to reactive, extract mongodb ex 2018-07-23 23:31:28 +03:00
Loredana Crusoveanu ba77029082 remove reactive ex 2018-07-23 22:40:47 +03:00
Tom Hombergs 977a92ef0e
Merge pull request #4798 from chrisoberle/master
BAEL-1691: comparing embedded servlet containers in spring boot
2018-07-23 21:15:06 +02:00
Chris Oberle c7e126e66a BAEL-1691: comparing embedded servlet containers in spring boot 2018-07-23 07:27:28 -04:00
Predrag Maric 717bd1d48d
BAEL-2018 Moved to core-java-collections (#4796) 2018-07-23 09:02:10 +02:00
Loredana Crusoveanu ef5f511fb9
Merge pull request #4792 from eugenp/swagger-fix
fix swagger parent
2018-07-23 08:57:00 +03:00
Predrag Maric e14abbfb58
BAEL-1818 lamdba instead of loop; isEmpty() instead of == 0 (#4791) 2018-07-23 07:41:59 +02:00
François Dupire 0be7aa087f dupirefr/dupire.francois+pro@gmail.com [BAEL-1981] Spring data jpa dates (#4795)
* [BAEL-1981] Article entity and repository + tests

* [BAEL-1981] Removing unnecessary fields

* [BAEL-1981] spring-data-jpa module creation
2018-07-23 06:49:25 +02:00
Adi ecb14dd834 BAEL-1728: add java instrumentation 2018-07-22 22:53:59 +01:00
Felipe Santiago Corro 2fec9da2d5 Overriding System time for testing (#4779)
* Overriding System time for testing

* Remove Joda Date Time examples
2018-07-22 22:36:51 +02:00
Loredana Crusoveanu c6f052ecf3
Update pom.xml 2018-07-22 22:36:07 +03:00
Loredana Crusoveanu 3ab10f18f9
Update pom.xml 2018-07-22 22:09:26 +03:00
Loredana Crusoveanu c0525c53c4 fix swagger parent 2018-07-22 21:46:45 +03:00
Tom Hombergs a9e4ebff6d
Merge pull request #4769 from priyeshmashelkar/master
BAEL-1907 Created new module spring-testing for article
2018-07-22 20:40:24 +02:00
Aravind Ranganathan a030afa5ea BAEL-1911 - Fixing author's review comments (#4782)
* Strange git issue with README.MD, wouldn't revert the file

* Fixing review comments

* BAEL-1911 Refactored SQL code, fixed formatting
2018-07-22 16:21:12 +02:00
Loredana Crusoveanu 3205de68c1
Merge pull request #4778 from eugenp/update-basic-auth
update to spring 5
2018-07-22 12:48:34 +03:00
Loredana Crusoveanu 9bda433a5a update test 2018-07-22 11:38:26 +03:00