Commit Graph

8757 Commits

Author SHA1 Message Date
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
aiet d075e24c7c BAEL-1917 spring security login page with react 2018-07-13 22:35:21 +08: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
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
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
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
Loredana Crusoveanu 1a6c4e817a
Merge pull request #4685 from eugenp/BAEL-1835-v2
moven kotlin-maven project
2018-07-11 23:50:23 +03:00
Loredana Crusoveanu 7ab2a2c181 moven kotlin-maven project 2018-07-11 22:28:11 +03:00
Tom Hombergs cab2e3593d
Merge pull request #4682 from priyeshmashelkar/master
BAEL-1907 Moved code from spring-boot to testing-modules/mockito
2018-07-11 21:00:19 +02:00
Priyesh Mashelkar a3f6ad6d88 Renamed unit test 2018-07-11 00:01:38 +01:00
Tom Hombergs 2022b7f994
Merge pull request #4665 from chrisoberle/master
BAEL-1691 comparing embedded servlet containers in spring boot
2018-07-10 23:21:40 +02:00
Loredana Crusoveanu c3cc97e358
Merge pull request #4675 from eugenp/is-string
add new is to string test
2018-07-10 22:23:29 +03:00
cmlavila 6444267b8d PR for last fixes after editors review (#4678)
* Code for BAEL-1811

* BAEL-1811 - Fixes after editor review

* Last fixes after editor review
2018-07-10 18:31:11 +01:00
Loredana Crusoveanu 30fef21549
Merge pull request #4649 from FDPro/master
dupirefr/dupire.francois+pro@gmail.com [BAEL-1835] Create a Java and Kotlin Maven project
2018-07-10 14:10:51 +03:00
Loredana Crusoveanu fed95f4857
Merge branch 'master' into master 2018-07-10 13:43:43 +03:00
Amit Pandey d9d8f169eb Fixed spring-mvc-java, spring-cloud-rest-discovery-server apache-solr… (#4661)
* Fixed spring-mvc-java, spring-cloud-rest-discovery-server apache-solrj integration tests

* Fixed integration tests for spring-hibernate-3, spring-jooq module
2018-07-10 08:42:39 +02:00
Loredana Crusoveanu f959cbe55a
Merge pull request #4672 from Doha2012/master
upgrade to spring boot 2
2018-07-10 09:33:22 +03:00
mmchsusan 0ad3423219 how to trigger and stop scheduled batch job (#4671) 2018-07-10 08:09:31 +02:00
Alejandro Gervasio ca1a1d70fa Context and Servlet Initialization Parameters (#4656)
* Initial Commit

* Add source files

* Add readme.md

* Add web.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Remove project folder

* Update pom.xml
2018-07-09 22:34:19 -05:00
DOHA 5abfd44569 fix parent 2018-07-10 01:09:47 +03:00
Loredana Crusoveanu acf731377e
Merge pull request #4664 from eugenp/upgrade-webflow
upgrade webflow
2018-07-10 00:21:51 +03:00
Loredana Crusoveanu 016509a21a
Merge pull request #4663 from eugenp/upgrade-xml
upgrade to spring 5, remove extra code
2018-07-09 23:46:08 +03:00
Loredana Crusoveanu 66f2263b98 add new is to string test 2018-07-09 23:40:29 +03:00
Loredana Crusoveanu eeb28b09d5
Merge pull request #4674 from eugenp/BAEL-1867-v2
refactor test
2018-07-09 21:32:57 +03:00
Loredana Crusoveanu a1dab9a874 refactor test 2018-07-09 20:49:02 +03:00
Loredana Crusoveanu db00197aac
Merge pull request #4670 from Tonnix/master
Added BAEL-1867 project files under the Spring-5-Reactive Project
2018-07-09 20:25:32 +03:00
DOHA 9b27ab5754 upgrade to spring boot 2 2018-07-09 18:43:55 +03:00
Grzegorz Piwowarek 692eafafea
Fix Trie implementation (#4668)
* encoding

* Fix Trie implementation
2018-07-09 16:26:52 +02:00
Adam InTae Gerard c51a97678c BAEL-1555 (#4652)
* BAEL-1555

* Corrected indents and spacing

* RequestMapping to GetMapping
2018-07-09 08:10:18 -05:00
Tonnix 1e69e96e7b
Added test file for BAEL-1867 2018-07-09 13:25:02 +03:00
Tonnix 63e55f2730
Added source files for BAEL-1867 2018-07-09 13:23:56 +03:00
Tom Hombergs d48389cbb6
Merge pull request #4662 from eugenp/thombergs-patch-16
added link
2018-07-08 22:32:35 +02:00
Chris Oberle a373d08503 BAEL-1691 comparing embedded servlet containers in spring boot 2018-07-08 16:21:48 -04:00
Tom Hombergs 455385d66e
Merge pull request #4579 from amitabhmandal/BAEL-1896
BAEL-1896: Guide to GregorianCalendar
2018-07-08 20:41:35 +02:00
Loredana Crusoveanu 0e66fe11ba upgrade webflow 2018-07-08 21:23:44 +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 9c728dbc4f upgrade to spring 5, remove extra code 2018-07-08 21:13:41 +03:00
Tom Hombergs 34842504a5
added link 2018-07-08 20:05:09 +02:00
Shubhra Srivastava ee98d7558c BAEL-1901: AssertJ Fix (#4660) 2018-07-08 12:42:56 -05:00
amitabhmandal 9c8973f83f Refactored Junits 2018-07-08 22:02:45 +05:30
Loredana Crusoveanu 28cbbe080f remove email module 2018-07-08 19:17:44 +03:00
Shubhra Srivastava 387d93e905 BAEL-1901 Add hours to Date in Java (#4599)
* BAEL-1901 Add hours to Date in Java

* BAEL-1901 : Editor Review Changes

* BAEL-1901 using assertThat for assertions
2018-07-08 10:27:42 -05:00
Loredana Crusoveanu 88d17fa432 remove email module 2018-07-08 18:22:27 +03:00
Loredana Crusoveanu 4ff269f589 upgrade email article, move to spring-mvc-simple 2018-07-08 18:20:23 +03:00