8805 Commits

Author SHA1 Message Date
Eugen Paraschiv
f686bac43a running group 1 2018-07-18 18:01:54 +03:00
Eugen Paraschiv
ea91f24ee8 running group 2 2018-07-18 17:24:43 +03:00
Eugen Paraschiv
b2bf75c3a6 fixing name of module 2018-07-18 17:16:40 +03:00
Eugen Paraschiv
4014be8140 maven cleanup 2018-07-18 17:10:03 +03:00
Eugen Paraschiv
a866bcce9a trying out separate modules in the integration profile 2018-07-18 16:35:26 +03:00
Sam Millington
ff8b9a8437 added spring-rest-hal-browser code (#4701) 2018-07-17 23:17:48 +02: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
Tino Mulanchira Thomas
bfb333d57f BAEL - 1916 (#4729)
Code refactored
2018-07-16 20:26:50 +02:00
Dhawal Kapil
b7120acfad BAEL-1814 Guide to Spring Webflux (#4450)
* BAEL-1814 Guide to Spring Webflux

-Added files for Employee reactive application
-Updated pom.xml for Spring Security

* BAEL-1814 Guide to Spring Webflux

-Added EmployeeControllerTest
-Updated method name in EmployeeController and corrected secured url in EmployeeWebSecurityConfig

* BAEL-1814 Guide to spring webflux

-Fixed security config, now only specific url prompts for authentication and not all endpoints
-Removed @WithMockUser as it is not needed now

* BAEL-1814 Guide To Webflux

-Feedback incorporation

* BAEL-1814 Spring Webflux Guide

-Formatted coded for EmployeeWebSocketHandler.

* Update and rename EmployeeControllerTest.java to EmployeeControllerUnitTest.java

* BAEL-1814 Guide to spring webflux

-Fixed EmployeeControllerUnitTest.java
2018-07-16 20:09:54 +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
Maciek Opala
ec60b94cf5 Update README.MD (#4720) 2018-07-16 17:32:56 +02:00
Felipe Santiago Corro
f68615d772 Copy list to another list examples (#4725) 2018-07-16 08:41:08 +02:00
micropatel
61e6d9a3cd BAEL-1985: Added Examples showing how to Initialize HashSet when it's constructed (#4715)
* Added Class for Initalizing HahsSet

* Updated Class name

* Delete InitializingSetTest.java
2018-07-15 22:03:25 +02:00
Eric Martin
e3bd6d493a
Merge pull request #4628 from micropatel/master
patelmayurm@gmail.com. Added Example for FileUpload using Spring RestTemplate
2018-07-15 13:54:40 -05:00
Loredana Crusoveanu
4fface3898
Merge pull request #4721 from amit2103/BAEL-4461-3
[BAEL-7620] - Fixed integration tests in spring-hibernate4 module by …
2018-07-15 20:55:26 +03:00
amit2103
be42e569d6 [BAEL-7620] - Fixed integration tests in spring-hibernate4 module by introducing H2 inmemory database 2018-07-15 18:48:33 +05:30
Daniel Barrigas
949847764f BAEL-1914 (#4718)
* Server Sent Events example using Spring Webflux and React

* spring security custom AuthenticationFailureHandler

* refactor

* moved SSE to branch

* BAEL-1914

* remove pom properties

* renamed test class

* avoid git conflict
2018-07-15 10:32:02 +02:00
Eugen Paraschiv
22b7cf7957 plugin cleanup 2018-07-15 09:51:16 +03:00
Eugen Paraschiv
b3b91b990d plugin cleanup 2018-07-15 09:41:47 +03:00
Daniel Barrigas
44b61ab245 BAEL-1914 (#4713)
* Server Sent Events example using Spring Webflux and React

* spring security custom AuthenticationFailureHandler

* refactor

* moved SSE to branch

* BAEL-1914

* remove pom properties
2018-07-15 06:45:12 +02:00
Eugen Paraschiv
c5c23ae103 setting war plugin version 2018-07-14 22:38:49 +03:00
Jonathan Cook
b44883b364 BAEL-1889 - Let's move the Java Number articles into a new module (#4619)
* BAEL-1849 - Convert from String to Date in Java

* BAEL-1863 - Calling Callbacks with Mockito

* BAEL-1889 - Let's move the Java Number articles into a new module

* BAEL-1889 - Let's move the Java Number articles into a new module
2018-07-14 15:00:37 +02:00
Loredana Crusoveanu
de2afd7da8
Merge pull request #4702 from eugenp/guava-splitter-fix
fix splitter pattern
2018-07-14 11:20:19 +03:00
Tom Hombergs
6a89139411
Merge pull request #4703 from aietcn/master
BAEL-1917 spring security login page with react
2018-07-13 22:22:55 +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
Tino Mulanchira Thomas
66b0ce2d03 BAEL - 1916 (#4705)
* BAEL - 1916

* BAEL - 1916

Added JUnit tests

* BAEL-1916

Renamed the project

* Renamed the project
2018-07-13 22:14:12 +02:00
Loredana Crusoveanu
1f26ae85e7
Merge pull request #4704 from amit2103/BAEL-4461-3
Fixed integration tests in spring-data-neo4j and spring-data-solr module
2018-07-13 21:02:38 +03:00
aiet
ab0a251253 revert travis and pom changes 2018-07-14 01:21:21 +08: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
amit2103
06b4145353 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-4461-3 2018-07-13 22:26:43 +05:30
aiet
6200d88d33 add spring-security-react to parent pom 2018-07-14 00:07:29 +08:00
Dhawal Kapil
5a5ac7bca0 BAEL-1987 Fix Tests and Compilation In All Projects (#4699)
* BAEL-1987 Fix Tests and Compilation In All Projects

-Fixed test failure in core-kotlin project, include core-kotlin back in parent pom

* Update pom.xml

* BAEL-1987 Fix tests and libraries

-Commented out failing assertion
2018-07-13 17:49:11 +02:00
aiet
d075e24c7c BAEL-1917 spring security login page with react 2018-07-13 22:35:21 +08:00
Loredana Crusoveanu
9e2f9b7e29 fix splitter pattern 2018-07-13 17:24:45 +03:00
Amit Pandey
7b68989ab1 Bael 4461 3 (#4695)
* [BAEL-7574] - Fixed integration tests for spring-rest-simple module

* Fixed integration tests for spring-all, data-flow-server, spring-cloud-rest-books-api, spring-cloud-rest-reviews-api modules
2018-07-13 09:05:44 +02:00
charlesgonzales
7e16275bd7 BAEL-7390 - add/fix links (#4697)
* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Create README.md

* Update README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.md
2018-07-13 06:57:45 +02:00
Dhawal Kapil
8270c6d61a BAEL-1987 Fix Tests and Compilation In All Projects (#4693)
* BAEL-1987 Fix Tests and Compilation In All Projects

-Fixed various compilation issues, test assertions throughout the project.

* Update pom.xml
2018-07-13 00:07:27 +02:00
amit2103
a16ec5a9dd Fixed integration tests for spring-all, data-flow-server, spring-cloud-rest-books-api, spring-cloud-rest-reviews-api modules 2018-07-13 01:13:27 +05:30
Abhinayak Swar
ed872e6118 BAEL-1897: Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day (#4615)
* abh.swar@gmail.com: Code check-in for article on Spring WebFlux
1. EmailWebClient is the client that subscribes to the data from WebFlux server
2. EmailGenerator generates one email per second randomly
3. EmailHandler and EmailRouter deal with handling of request of the subscriber
4. Email is the POJO for data transmitted by the server

* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Added code and test to increment date by one day using java 8 and joda-time
- Added joda-time 2.10 dependency in pom.xml

* Revert "abh.swar@gmail.com: Code check-in for article on Spring WebFlux 1. EmailWebClient is the client that subscribes to the data from WebFlux server 2. EmailGenerator generates one email per second randomly 3. EmailHandler and EmailRouter deal with handling of request of the subscriber 4. Email is the POJO for data transmitted by the server"

This reverts commit 6254ad9

* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Added code and test to increment date by one day using java.util.Calendar and ApacheCommons and unit tests for it
- Used properties for ${joda.version}
- Formatted the code using IntelliJ formatter
- Renamed DateIncrementerTest to DateIncrementerUnitTest
- Changed test method names to follow _given_when_then convention

* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Removed unnecessary comment

* Code check-on for (http://jira.baeldung.com/browse/BAEL-1897) How to increment a Date by one day
- Corrected the order of parameters of assertEquals() method
2018-07-12 20:55:06 +02:00
amit2103
1b642197b2 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-4461-3 2018-07-12 23:33:57 +05:30
mmchsusan
9b89244961 [BAEL-7574] - Fixed integration tests for spring-rest-simple module 2018-07-12 23:33:20 +05:30
mmchsusan
34f4a6bdb9 Bael-1965: using awaitility in test (#4691)
* how to trigger and stop scheduled batch job

* Replace thread.sleep to awaitility tool in integration testing
2018-07-12 19:22:05 +02:00
Aravind Ranganathan
6335e28a9e BAEL-1911 - Spring session with JDBC (#4689) 2018-07-12 09:10:53 +02:00
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
Tino Mulanchira Thomas
0ec8fffeed BAEL - 1916 (#4679)
* BAEL - 1916

* BAEL - 1916

Added JUnit tests
2018-07-12 05:45:56 +02:00
micropatel
5d7b57c468 Updated port and applicaiton context 2018-07-11 23:11:56 -03:00
KevinGilmore
2c1fe2713e
BAEL-1795 add link back to article (#4684)
* BAEL-1766: Update README

* BAEL-1853: add link to article

* BAEL-1801: add link to article

* Added links back to articles

* Add links back to articles

* BAEL-1795: Update README
2018-07-11 17:39:31 -05:00
micropatel
dc14710c35
Updated port number 2018-07-11 18:27:40 -03:00
Loredana Crusoveanu
1a6c4e817a
Merge pull request #4685 from eugenp/BAEL-1835-v2
moven kotlin-maven project
2018-07-11 23:50:23 +03:00