Commit Graph

10123 Commits

Author SHA1 Message Date
Loredana Crusoveanu 82e93b87a2
Merge pull request #5474 from Doha2012/master
convert string to byte array
2018-10-18 23:13:15 +03:00
Loredana Crusoveanu 6fd52ad66c
Update StringToByteArrayUnitTest.java 2018-10-18 22:59:29 +03:00
Tom Hombergs 112e0db61c
Merge pull request #5462 from puneetd30/pd-Bael-2248
[BAEL-2248] Spring Rest Template - Accept form data
2018-10-18 21:20:21 +02:00
Tom Hombergs 21c068697c
Merge pull request #5427 from eugenp/thombergs-patch-1
added link
2018-10-18 21:18:29 +02:00
Tom Hombergs a08b07b5ce
Merge pull request #5402 from eugenp/thombergs-patch-6
added article link
2018-10-18 21:17:36 +02:00
Tom Hombergs 550663be83
Merge pull request #5315 from eugenp/thombergs-patch-31-1
added link
2018-10-18 21:17:06 +02:00
Tom Hombergs 1bcfbed484
Merge pull request #5479 from Vizsoro/bael-2195
bael-2195 lombok builder default
2018-10-18 21:10:58 +02:00
Dhawal Kapil c1e522d38c BAEL-9654 Activating multiple profiles for Travis CI (#5483)
-Modified travis.yml to execute both default-first and default-second profile
2018-10-18 17:56:37 +02:00
mstefanec ef3614a5a0 Programatical sequences in project reactor (#5482)
* Added programatically creating sequences in project reactor

* Added programatically creating sequences in project reactor
2018-10-18 08:47:27 -07:00
the-java-guy 8c3598b441 BAEL - 2166 (#5379)
* Bean Object, server side and client side example for event streaming
example

* BAEL-1628

Access a File from the Classpath in a Spring Application

* inputstream retrieval added

* Removed files related to evaluation article

* + Aligning code to the article. Removed Utility methods and classes

* Precommit fix

* PMD fixes

* Code Review changes
Refactored : whenResourceUtils_thenReadSuccessful

* BAEL-1934

* +indentation correction in pom.xml

* synced with master

* Precommit : rebase

* BAEL-1782

* BAEL - 2166 : Password Generation

* Removed unnecessary javaDoc

* Segregated utility method
2018-10-17 23:11:25 -05:00
Paul van Gool 831cdf2bd6 BAEL-1215: Introduction to the Suanshu math library (#5469)
* BAEL-1215: Introduction to the Suanshu math library

* Updated examples based on feedback.
2018-10-17 13:00:14 -07:00
fanatixan 03065a43e9 moving heap sort from core-java to algorithms (#5475) 2018-10-17 12:54:35 -07:00
José Carlos Valero Sánchez a470906e66
Merge pull request #5454 from danielguedesb/master
BAEL-2242
2018-10-17 20:10:16 +01:00
vizsoro ad0eb1ee7d bael-2195 lombok builder default 2018-10-17 20:02:53 +02:00
Felipe Santiago Corro 99d309b8c2 BAEL-2237 Using Jackson to parse XML and return JSON (#5478) 2018-10-17 10:29:47 -07:00
shreyasm 6cabd68be5 BAEL-2000 - Shreyas Mahajan - Adding a project for demonstrating Spring Boot Jib Maven Plugin (#5375)
* BAEL-2000 - Shreyas Mahajan - Adding a project for demonstrating Spring Boot Jib Maven Plugin

* BAEL-2000 - Shreyas Mahajan - Incorporating the changes

* BAEL-2000 - Shreyas Mahajan - Renaming the module from spring-boot-jib to jib
2018-10-17 16:09:26 +02:00
azrairshad 2f01b43056 BAEL-1547: Request method not supported - 405, examples. (#5464) 2018-10-17 16:06:37 +02:00
DOHA 8ef39f81b4 string to byte array 2018-10-16 23:04:15 +03:00
José Carlos Valero Sánchez 90978bf35e
Merge pull request #5370 from FDPro/master
dupirefr/dupire.francois+pro@gmail.com [BAEL-2183] Arrays in Java
2018-10-16 09:05:17 +01:00
José Carlos Valero Sánchez 4afec1b4f4
Merge pull request #5449 from kcacademic/kotlin-interfaces
Adding files for the article BAEL-2206
2018-10-16 09:03:41 +01:00
rozagerardo 45194b5edc [BAEL-1502] spring-5-reactive | Validation for Functional Endpoints (#5437)
*  Added validation for functional endpoints scenarios:
* validating in handler explicitly
* created abstract handler with validation steps
* using validation handlers with two implementations

* * added annotated entity to be used with springvalidator

* * added tests and cleaning the code slightly
2018-10-15 22:22:19 -07:00
Tom Hombergs a8f3ef312b
Merge pull request #5467 from eugenp/bael-2123-modulo
Bael 2123 modulo
2018-10-15 23:15:52 +02:00
Tom Hombergs 5e791c56a1 removed unneccessary folder 2018-10-15 23:12:19 +02:00
Tom Hombergs 8cfa575f5d removed unneccessary folder 2018-10-15 21:40:50 +02:00
Tom Hombergs eeb5e0892b removed unnecessary Mockito and refactored test method name 2018-10-15 21:40:00 +02:00
Loredana Crusoveanu a513308b4d
Merge pull request #5458 from amit2103/BAEL-9547
[BAEL-9547] - Splitted guava module and introduced guava-collections …
2018-10-15 22:06:18 +03:00
Loredana Crusoveanu 93fc158ee7
Merge pull request #5455 from amit2103/BAEL-9515
[BAEL-9515] - Added latest version of spring 1.5
2018-10-15 19:32:00 +03:00
Puneet Dewan 23c7fb4ade [BAEL-2248] Add Controller Method to accept form data
Add Test method in RestTemplateBasicLiveTest
2018-10-15 22:52:29 +08:00
DOHA aebb463186 Merge remote-tracking branch 'eugenp/master' 2018-10-15 14:39:42 +03:00
KevinGilmore 3d51a0f86a
BAEL-2253 Update README (#5460)
* 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

* BAEL-1901 and BAEL-1555 add links back to article

* BAEL-2026 add link back to article

* BAEL-2029: add link back to article

* BAEL-1898: Add link back to article

* BAEL-2102 and BAEL-2131 Add links back to articles

* BAEL-2132 Add link back to article

* BAEL-1980: add link back to article

* BAEL-2200: Display auto-configuration report in Spring Boot

* BAEL-2253: Add link back to article
2018-10-14 22:19:23 -05:00
amit2103 6d79649b56 [BAEL-9547] - Splitted guava module and introduced guava-collections module 2018-10-15 01:32:54 +05:30
Loredana Crusoveanu e51b8261c7
Merge pull request #5450 from amit2103/BAEL-9635
[BAEL-9635] - Moved Junit vs TestNg junit code examples to junit-5 mo…
2018-10-14 22:28:55 +03:00
amit2103 3a14ed0ff3 [BAEL-9515] - Added latest version of spring 1.5 2018-10-14 23:46:10 +05:30
amit2103 6b5a6aaf2d Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-9635 2018-10-14 23:05:55 +05:30
amit2103 edff9132ee [BAEL-9635] - Added missing classes 2018-10-14 23:05:11 +05:30
fanatixan 285219c54c Bael-2210 - Heap Sort (#5446)
* implementing heap

* Heap sort refactor
2018-10-14 10:08:11 -07:00
KevinGilmore 23b1323446
BAEL-2200: Spring Boot auto-configuration report (#5453)
* 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

* BAEL-1901 and BAEL-1555 add links back to article

* BAEL-2026 add link back to article

* BAEL-2029: add link back to article

* BAEL-1898: Add link back to article

* BAEL-2102 and BAEL-2131 Add links back to articles

* BAEL-2132 Add link back to article

* BAEL-1980: add link back to article

* BAEL-2200: Display auto-configuration report in Spring Boot
2018-10-14 11:37:16 -05:00
Loredana Crusoveanu 3b83096d9b
Merge pull request #5452 from eugenp/fix-libraries-test
rename test to manual
2018-10-14 19:30:01 +03:00
elrisita 6b3803a683 BAEL-2242 2018-10-14 17:27:34 +01:00
Loredana Crusoveanu 38ddcc6477 rename test to manual 2018-10-14 19:26:46 +03:00
Loredana Crusoveanu 12b7891b86
Merge pull request #5451 from amit2103/BAEL-9601
[BAEL-9601] - Upgraded groovy-all version in libraries module
2018-10-14 18:58:28 +03:00
Loredana Crusoveanu cb5b3dc0a5
Merge pull request #5447 from amit2103/BAEL-9461
[BAEL-9461] - Added code examples for difference between thenApply() …
2018-10-14 18:53:45 +03:00
Daniel Barrigas 194a6541c4
Merge pull request #4 from eugenp/master
get up to date with main repo
2018-10-14 16:39:18 +01:00
amit2103 29cee792a8 [BAEL-9601] - Upgraded groovy-all version in libraries module 2018-10-14 20:02:51 +05:30
amit2103 b5dcb13c41 [BAEL-9635] - Moved Junit vs TestNg junit code examples to junit-5 module from core-java 2018-10-14 18:13:40 +05:30
amit2103 ee5fe8faab [BAEL-9461] - Added code examples for difference between thenApply() and thenCompose() 2018-10-14 15:14:27 +05:30
Loredana Crusoveanu 5a76e44ac1
Merge pull request #5439 from amit2103/BAEL-9514
[BAEL-9514] - Added Junit 5 @DisplayName annotation example
2018-10-14 12:18:46 +03:00
Darío Carrasquel 79285e3cc6 BAEL-2234 Dates difference with ZonedDateTimes (#5445) 2018-10-14 00:33:39 -06:00
Shreyash c9f2162f98 Spring Data Reactive Redis examples
Issue: BAEL-1868
2018-10-14 00:04:09 -06:00
amit2103 1820b2c37f [BAEL-9514] - Added Junit 5 @DisplayName annotation example 2018-10-14 01:37:11 +05:30