Commit Graph

484 Commits

Author SHA1 Message Date
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
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
Kartik Singla c5ae8f98cf BAEL-1852 - Testing an Abstract Class with JUnit (#4773)
* BAEL-1852 - Testing an Abstract Class with JUnit

* Fixed test method names and class names according to naming compliances.
2018-07-21 17:04:52 +02:00
Eugen Paraschiv 86daa854d2 maven cleanup work 2018-07-21 00:48:16 +03:00
Eugen Paraschiv 70a11d9192 moving long-running module 2018-07-20 22:58:01 +03:00
Loredana Crusoveanu 8d15be58c0
Merge branch 'master' into SpringReactiveKotlin 2018-07-20 21:38:15 +03:00
Eric Martin 94eff53eee
Merge pull request #4759 from eelhazati/master
jnosql
2018-07-20 09:45:24 -05:00
Eugen Paraschiv a8b0d47482 maven work 2018-07-20 15:56:53 +03:00
Eugen Paraschiv 1e0100b17b integration heavy profile 2018-07-20 15:13:31 +03:00
Eugen Paraschiv fae047a472 trying problematic modules 2018-07-20 15:12:20 +03:00
Eugen Paraschiv c515825947 maven cleanup 2018-07-20 14:22:35 +03:00
Eugen Paraschiv 4eddf122e8 working through modules 2018-07-20 14:12:32 +03:00
Eugen Paraschiv f238c72dcc maven cleanup work 2018-07-20 13:33:08 +03:00
Eugen Paraschiv db69306431 integration-lite work 2018-07-20 13:13:36 +03:00
Eugen Paraschiv ee1c42e531 new integration-lite profile 2018-07-20 12:55:24 +03:00
Eugen Paraschiv 44fbb926bf minor major cleanup 2018-07-20 12:44:15 +03:00
Eugen Paraschiv 9489e78521 groups 2 and 3 2018-07-20 12:07:42 +03:00
Eugen Paraschiv 8bb51e276c fixing the default profile testing config 2018-07-20 11:38:48 +03:00
Eugen Paraschiv 30c24d30f3 running group 3 2018-07-20 10:59:48 +03:00
Eugen Paraschiv 7fe820fb99 enabling 3.1 2018-07-20 10:31:40 +03:00
Eugen Paraschiv 883f208dc0 group 3.2 2018-07-20 10:20:38 +03:00
Eugen Paraschiv 7bae130d68 properly classifying a testclear 2018-07-20 00:52:04 +03:00
Eugen Paraschiv 3f476fac7d running group 2 2018-07-20 00:11:30 +03:00
Eugen Paraschiv 95cef139e2 jmeter excluded 2018-07-19 23:50:14 +03:00
Eugen Paraschiv 59adebf9e1 running group 3 2018-07-19 23:03:05 +03: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
eelhazati 3ff8dd300c jnosql 2018-07-19 09:19:55 +01:00
Eugen Paraschiv 94838d2b63 running group 1, and small logging fix 2018-07-19 08:56:10 +03:00
Loredana Crusoveanu a5bba1e3b8
Merge branch 'master' into SpringReactiveKotlin 2018-07-19 08:26:44 +03:00
Eugen Paraschiv 641e08add4 activating group 2 2018-07-18 23:51:19 +03:00
Eugen Paraschiv a739a05414 trying out profile-driven build 2018-07-18 23:37:33 +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 a866bcce9a trying out separate modules in the integration profile 2018-07-18 16:35:26 +03:00
Andrey Shcherbakov 08b0b8095a Create Kotlin Spring WebFlux module 2018-07-14 21:24:33 +02: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
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
aiet ab0a251253 revert travis and pom changes 2018-07-14 01:21:21 +08:00
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
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
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
Loredana Crusoveanu 7ab2a2c181 moven kotlin-maven project 2018-07-11 22:28:11 +03:00
Loredana Crusoveanu fed95f4857
Merge branch 'master' into master 2018-07-10 13:43:43 +03:00
Loredana Crusoveanu 6c1de58262
Merge pull request #4658 from eugenp/upgrade-email
Upgrade email
2018-07-08 21:14:54 +03:00
Loredana Crusoveanu 28cbbe080f remove email module 2018-07-08 19:17:44 +03:00
Loredana Crusoveanu 88d17fa432 remove email module 2018-07-08 18:22:27 +03:00