Commit Graph

8843 Commits

Author SHA1 Message Date
Eugen Paraschiv 59adebf9e1 running group 3 2018-07-19 23:03:05 +03:00
myluckagain 770e8b0219 BAEL-2018 (#4753)
* BAEL-2018

* Update Animal.java

* rename
2018-07-19 21:07:00 +02:00
Loredana Crusoveanu a5b49fb919
Merge pull request #4755 from amit2103/BAEL-4461-3
[BAEL-7651] Fixed integration tests for spring-security-mvc-custom module by introducing authentication manager
2018-07-19 20:40:16 +03:00
Loredana Crusoveanu 41b55d94a4
Merge pull request #4681 from sachinp054/master
BAEL-1747
2018-07-19 20:36:50 +03:00
rozagerardo baab69a43a * Added changes for BAEL-1922 Enable CORS in Spring Webflux (#4724) 2018-07-19 19:11:57 +02:00
Eugen Paraschiv 4288b6cc90 enabling group 3 2018-07-19 18:12:39 +03:00
Eugen Paraschiv 33cbd17ba0 group 2 2018-07-19 17:49:55 +03:00
Eugen Paraschiv 835b19084c moving the libraries module from group 1 2018-07-19 17:16:59 +03:00
Eugen Paraschiv 45975204d6 temporarily making a test live 2018-07-19 16:45:49 +03:00
Eugen Paraschiv bfaffcf764 live test properly categorized 2018-07-19 16:09:27 +03:00
Eugen Paraschiv 94838d2b63 running group 1, and small logging fix 2018-07-19 08:56:10 +03:00
Michael Pratt b43939d7ca BAEL-1850 (#4744)
* Micronaut server

* More server stuff; create client and test

* Rename directory, new concerete client example

* Remove hello-world directory from micronaut

* Update MavenWrapperDownloader.java
2018-07-19 07:20:21 +02:00
Eugen Paraschiv 641e08add4 activating group 2 2018-07-18 23:51:19 +03:00
Eugen Paraschiv f342db3d1c minor maven cleanup 2018-07-18 23:44:34 +03:00
Eugen Paraschiv a739a05414 trying out profile-driven build 2018-07-18 23:37:33 +03:00
amit2103 6e2e56484d Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-4461-3 2018-07-18 23:58:31 +05:30
Loredana Crusoveanu 660579058f
Merge pull request #4743 from eugenp/fix-makefile
clean only generated files
2018-07-18 21:24:01 +03:00
amit2103 f033506f08 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-4461-3 2018-07-18 23:49:59 +05:30
Tom Hombergs ac245f16e0
Merge pull request #4738 from priyeshmashelkar/master
BAEL-1907 Renamed test methods to follow BDD style
2018-07-18 20:18:50 +02:00
Daniel Barrigas 5a8ee24152 BAEL-1914 refactor (#4749)
* Server Sent Events example using Spring Webflux and React

* spring security custom AuthenticationFailureHandler

* refactor

* moved SSE to branch

* remove pom properties

* moved AuthenticationFailureHandler example to spring-security-mvc-login
2018-07-18 19:58:01 +02:00
Loredana Crusoveanu b3fea0d130
Update Makefile 2018-07-18 20:41:12 +03:00
Loredana Crusoveanu 5778b39fb2
Update Makefile 2018-07-18 18:38:25 +03:00
Eugen Paraschiv 1f03524402 fixing relative path 2018-07-18 18:16:49 +03:00
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
Loredana Crusoveanu bc6171dfb2
Update Makefile 2018-07-18 12:35:05 +03:00
Loredana Crusoveanu 15262f4dc1
Update Makefile 2018-07-18 11:43:56 +03:00
Sam Millington ff8b9a8437 added spring-rest-hal-browser code (#4701) 2018-07-17 23:17:48 +02:00
loredana crusoveanu 958d0b8ec1 clean only generated files 2018-07-17 22:46:32 +03:00
amit2103 383a37aac9 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-4461-3 2018-07-17 23:03:58 +05:30
amit2103 cbf4840cb2 [BAEL-7651] - Fixed integration tests of spring-security-mvc-custom module by adding proper authentication manager 2018-07-17 23:03:46 +05:30
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
amit2103 7c3bccab44 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-4461-3 2018-07-17 20:05:33 +05:30
priyeshmashelkar 4b46635ac7 Renamed test methods to use BDD style 2018-07-17 10:52:19 +01: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
amit2103 7063b13578 [BAEL-7645] - Fixed integration test of spring-jpa module through H2 inmemory DB 2018-07-16 23:25:55 +05:30
amit2103 362808140a Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-4461-3 2018-07-16 22:36:52 +05:30
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
amit2103 4b1aeb776f Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-4461-3 2018-07-16 20:49:40 +05:30
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
amit2103 2f0d17e8cb Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-4461-3 2018-07-16 00:37:45 +05:30
amit2103 08796cb9b0 [BAEL-7621] - Fixed integration test of spring-hibernate-5 module by introducing H2 database 2018-07-16 00:37:33 +05:30
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