Commit Graph

8925 Commits

Author SHA1 Message Date
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
KevinGilmore e5f2714ff8
Update and add README files (#4657)
* 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
2018-07-08 10:12:13 -05:00
Dhrubajyoti Bhattacharjee 6be948a05a BAEL-1354 Guide to microservice with meecrowave (#4612) 2018-07-08 16:59:05 +02:00
Mrudav Shukla 30b439458e BAEL-1921 - added example code and unit test for GlobalExceptionHandler (#4646)
* added example code and unit test for GlobalExceptionHandler

* Code for common exceptions
2018-07-08 14:11:29 +02:00
smokeyrobot f3237ef2c5 Bael 1908 - Guide to SqlResultSetMapping (#4586)
* Commit for Eval Article pull request

* Revert "Commit for Eval Article pull request"

* BAEL-1908 Initial Commit
2018-07-08 13:44:42 +02:00
Amit Pandey 28166a73de Fixed spring-session integration tests (#4650) 2018-07-08 13:27:45 +02:00
Denis 3b7cb37379 BAEL-1165 Resilience4j (#4312)
* BAEL-1165 Resilience4j

* BAEL-1165 Resilience4j

Applied editor's suggestions
2018-07-08 11:04:24 +02:00
Eugen Paraschiv 8fb345975d cleanup work 2018-07-08 11:51:37 +03:00
Adam InTae Gerard a35890be98 Cleaned up pom.xml - switched to BOM for better top-level management (#4651) 2018-07-08 10:46:20 +02:00
rozagerardo 3786d4e1b1 * Added code for BAEL-1972 (#4632) 2018-07-08 10:40:02 +02:00
DOHA 41b847381b Merge remote-tracking branch 'eugenp/master' 2018-07-07 22:12:08 +03:00
Loredana Crusoveanu e78ca7c830
Merge pull request #4606 from kiview/bael-1930-encrypt
[BAEL-1930] Encryption and decryption of files using JDK
2018-07-07 17:45:50 +03:00
Loredana Crusoveanu da1db70aad
Update FileEncrypterDecrypterIntegrationTest.java 2018-07-07 15:40:12 +03:00
myluckagain 2201a8d9d9 bael-1874 (#4574)
* bael-1874

* bael-1874 fix

* bael-1874 fix1
2018-07-07 12:00:37 +01:00
dupirefr 60702c111c [BAEL-1835] Fixing indent and organization 2018-07-07 10:43:24 +02:00
dupirefr b9e6222ced [BAEL-1835] Added dummy KotlinService 2018-07-07 10:43:08 +02:00
dupirefr 2059cb13a4 [BAEL-1835] Updated pom to handle Kotlin and Java sources compiling 2018-07-07 10:42:39 +02:00
dupirefr 0810f9f7e2 [BAEL-1835] Added packaging jar to pom 2018-07-07 10:42:23 +02:00
dupirefr 3a9ca3b8d9 [BAEL-1835] Adding dummy application and Java service 2018-07-07 10:42:05 +02:00
dupirefr 14a571a3f2 [BAEL-1835] Creating empty Maven Java project with compiler plugin 2018-07-07 10:41:40 +02:00
Michael Pratt b4969dd2b8 Rename directory, new concerete client example 2018-07-06 19:43:52 +01:00
Michael Pratt a49358cfff More server stuff; create client and test 2018-07-06 19:43:52 +01:00
Michael Pratt 56c27f346b Micronaut server 2018-07-06 19:43:52 +01:00
Tom Hombergs e8a739642e
Merge pull request #4618 from smmansoor/master
[BAEL-1753] Moved kotlin-ktor to core-kotlin
2018-07-06 19:33:55 +02:00
Dhawal Kapil 11edaaf4bc BAEL-1712 Fix tests in libraries project (#4630)
* BAEL-1712 Fix tests in libraries project

-Renamed 45 test files to standard naming conventions.
-Updated maven dependencies in libraries/pom.xml
-Fixed assertion errors in some tests.
-Included libraries project back into parent pom.xml

* BAEL-1712 Fix tests in libraries project

-Downgraded apache maven pmd plugin from 3.9.0 to 3.8 because pmd 6.0.1 present in pmd plugin 3.9.0 was unable to resolve classes having static final inner classes and was resulting into build failure.

* BAEL-1712 Fix libraries

-Fixed JodaTimeUnitTest
2018-07-06 17:33:23 +02:00
priyeshmashelkar 8e3fdf0657 Merge branch 'master' of https://github.com/priyeshmashelkar/tutorials 2018-07-06 12:47:41 +01:00
priyeshmashelkar 178aa88296 Moved code from spring-boot to testing-modules/mockito 2018-07-06 12:46:26 +01:00
Rokon Uddin Ahmed f086ae7814 BAEL-7217 (#4637)
* Update README.md

* Update 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

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md
2018-07-06 09:25:49 +02:00
Felipe Santiago Corro bebaf6d339 BAEL-1776: Add description and change module name (#4607)
* Add description and change module name

* Fix mvn parent in spring-boot-custom-starter
2018-07-05 23:27:12 -05:00
Hai Nguyen 59277b4339 BAEL-1846: Java Image to Base64 String (#4600)
* BAEL-1846: Java Image to Base64 String

* Move from using main method to Junit test

* Update to use environment variables for testing

* reformat and add test file
2018-07-05 21:20:07 +02:00
Timoteo Ponce 234107f519 BAEL-1933 Added code examples and unit tests for creating symbolic links (#4608)
* BAEL-1933 Added code examples and unit tests for creating symbolic links

* Fixed PMD violation on unit test naming

* Fixed review comments

* Applied baeldung-eclipse formatter settings
2018-07-05 21:02:31 +02:00
Loredana Crusoveanu f06f061075
Merge pull request #4007 from Thoughtscript/BAEL-1461
BAEL-1461: Web3J
2018-07-05 08:35:21 +03:00
Thoughtscript 0630938bbd Merged: removed readme, fixed pom.xml 2018-07-05 02:09:04 +01:00
micropatel 03c5e4c03a Added Example Application For FileUpload using Spring RestTemplated 2018-07-04 22:00:38 -03:00
Eric Martin bbd23add4a
Merge pull request #4578 from MherBaghinyan/BAEL-1743_
Bael 1743
2018-07-04 12:49:05 -05:00
Kevin Wittek 4615e1653b Use BufferedReader when decrypting 2018-07-04 13:50:06 +02:00
pauljervis 684324fc10 Update download servlet to try-with-resources block. (#4453) 2018-07-04 09:43:48 +02:00
Loredana Crusoveanu 3b3008b6d5
Merge pull request #4623 from chandra1123/BAEL-1757-3
Added unit test for Thread.Join
2018-07-04 09:02:11 +03:00
chandra 463d159f59 Added unit test for Thread.join method 2018-07-04 01:39:17 -04:00