Commit Graph

5967 Commits

Author SHA1 Message Date
Ganesh Pagade 38989db6c1 code for gRPC 2017-07-29 00:29:28 +05:30
Grzegorz Piwowarek 9b143b820c Refactor core-java (#2324) 2017-07-28 18:15:37 +02:00
Grzegorz Piwowarek d71f330b09 Enable GitHub Incremental Builder (#2323)
* Enable GIB

* Enable GIB
2017-07-28 17:49:28 +02:00
dimitarsazdovski 828e5143d1 BAEL-907: Code example and tests (#2295)
* BAEL-907: Code example and tests

* Moved files to libraries module

* Moved example to test class

* Moved files. Formatted code. Changed object declaring.

* Code fixes according to comments
2017-07-28 07:33:00 -05:00
slavisa-baeldung 17d7f8fe59 Merge pull request #2317 from half-wit4u/master
@GetMapping and @PostMapping instead of @RequestMappings change
2017-07-28 12:56:01 +02:00
Tian Baoqiang 9e193396ef BAEL-1026 (#2322) 2017-07-28 11:58:24 +02:00
Seun Matt 0a631ac326 Example Code for BAEL-1048 (#2316)
* added updated example codes

* updated example code StringToCharStream

* deleted StringToCharStream.java locally

* removed redundant file

* added code for apache commons collection SetUtils

* refactored example code

* added example code for bytebuddy

* added example code for PCollections

* update pom
2017-07-27 22:59:45 +02:00
cleversonzanon 7ffd8ecb12 Cleverson Zanon | cleverson.ssantos1008@gmail.com (#2315)
* Different Types of Bean Injection in Spring code

* Dataclasses in Kotlin

* Revert "Different Types of Bean Injection in Spring code"

This reverts commit 4b747726b93a9f6bf76d6518792fc77e0d5c2fc9.

* Destructuring Declarations in Kotlin
2017-07-27 08:20:04 +02:00
mokhan a3c47eca35 @GetMapping and @PostMapping instead of @RequestMappings change 2017-07-26 21:01:36 +05:30
Adam InTae Gerard d4f245a275 BAEL-771 (#2286)
* BAEL-771

* Corrected XOR from mislabeled AND

* Unit tests added

* Merged into libraries module - removed Neuroph module

* Merged into libraries module - removed Neuroph module

* Merged pom.xml

* Merged pom.xml

* libraries pom.xml - I removed a white space during merge so conflict persisted - here's the temporary reversion
2017-07-26 00:11:02 +02:00
slavisa-baeldung a89462e7f1 Merge pull request #2312 from eugenp/bael-544-logging-web-request
bael-544-logging-web-request
2017-07-25 17:14:12 +02:00
slavisa-baeldung 7fdab0e191 BAEL-554 - Logging Spring Web Request 2017-07-25 15:42:57 +01:00
slavisa-baeldung 34dc48c2e5 Merge branch 'master' of https://github.com/half-wit4u/tutorials into half-wit4u-master 2017-07-25 15:35:56 +01:00
Alejandro Gervasio 34dc899c9b Custom Efficient hashCode() Implementations - Alejandro Gervasio - alejandro.gervasio@gmail.com (#2301)
* Initial Commit

* Updated pom.xml

* Updated User class

* Updated pom.xml

* Updated Application class
2017-07-24 23:15:09 +02:00
mokhan 553c26c1a2 deleted the new module 2017-07-24 23:08:43 +05:30
mokhan 29b0da9960 Web Logging code included in exisitng module namely "spring-rest" 2017-07-24 23:03:24 +05:30
Abhinab Kanrar 1be49ebc7f introducing lambda (#2305)
* moving jmh into libraries module

* refactoring jmh

* Update pom.xml

* manual algorightm

* with BM result

* fix for space issue

* Fixed indentation

* change as per suggestion

* vavr either

* adding unit test and othe rutilities

* adding concurrent module

* concurrent package description

* concurrent package description

* Update EitherUnitTest.java

* introducing lambda expression
2017-07-24 09:28:10 +02:00
Doha2012 f58c41de4d cucumber java8 (#2306)
* minor logging fix

* spring security sso

* use basic auth

* use form login

* cleanup

* cleanup

* final cleanup

* second client app for sso

* spring boot bootstrap

* add logic

* cleanup

* add simple controller

* add thymeleaf and security

* minor fix

* minor fix

* add more boot properties

* fix live test

* fix live test

* minor fix

* semaphores

* fix configuration

* kotlin collection

* add more collection examples

* minor upgrade

* cucumber java8
2017-07-24 09:23:18 +02:00
Grzegorz Piwowarek 9c4042eb88 Add missing "volatile"s (#2307)
* Add volatile keywords

* Update SafeCounterWithoutLock.java
2017-07-24 08:49:36 +02:00
Jesus Boadas ef5013ce24 Delete Vaadin from libraries (#2309)
* Delete Vaadin from libraries

* Add Vaadin to tutorials
2017-07-23 13:10:39 -07:00
mokhan 6c105969f2 Merge branch 'master' of https://github.com/half-wit4u/tutorials.git 2017-07-23 14:59:13 +05:30
mokhan 879bedf205 Comment incorporation
Missing file commit
2017-07-23 14:59:02 +05:30
mokhan 101f6fd163 Comment incorporation
Missing file commit
2017-07-23 14:44:52 +05:30
Naresh Babu P B 226acd5a19 Bael-422 Vavr Collections (#2304)
* BAEL-422 Examples for tutorial on Vavr Collection API

* Fixed as per review comments
2017-07-22 15:38:37 +02:00
slavisa-baeldung ee6656a744 Merge pull request #2303 from eugenp/bael-964-commons-maputil
BAEL-964 - Changing assertions within invert test
2017-07-22 12:03:29 +02:00
slavisa-baeldung e96690ef20 BAEL-964 - Changing assertions within invert test 2017-07-22 07:05:12 +01:00
mokhan 75ac7de5cd Updated custom logging implementation 2017-07-21 22:12:27 +05:30
Grzegorz Piwowarek f8bf4038f1 Optimize and refactor (#2302) 2017-07-21 13:37:49 +03:00
Naresh Babu P B 4e95722017 BAEL-422 Examples for tutorial on Vavr Collection API (#2293) 2017-07-21 00:59:46 +02:00
deep20jain 64212862bf BAEL-1029 - deep20jain@gmail.com - Addressing review comment (#2294)
* Adding test classes for java atomic variables

* Updating counter with atomic integer

* Adding reason for ignoring test

* Removing ignore annotation and moving test to manual test

* Removing counter test
2017-07-21 00:43:49 +02:00
Daniel Cassiani 292d9f802f PR for BAEL-798 - Apache Camel with Spring Boot (#2280)
* initial import

* simplified to rest only

* simplifications

* update

* Create ExampleServices.java

* Update Application.java

* simple readme

* strip of dependency management

* setting Camel versions apart where affected

* Update README.md

* update comments

* Update pom.xml

* delete of fabri8 deployment.yml

* remove extends
2017-07-21 00:40:13 +02:00
baljeet20 c910f25334 review changes (#2299) 2017-07-20 10:17:55 -07:00
ramansahasi eab110d0d0 BAEL-787 (updated) - AWS S3 with Java (#2296)
* Replacing manual handling of stream

Replacing manual handling of stream apache commons FileUtils library.

* Replacing manual handling of stream

Replacing manual handling of stream apache commons FileUtils library.

* Update S3Application.java
2017-07-20 09:06:54 -07:00
amilabanuka 318d0790f5 BAEL-281: Static Analysis tools with Eclipse (#2298) 2017-07-20 09:06:28 -07:00
Jesus Boadas 7d36972570 changed thread for ScheduledExecutorService (#2297) 2017-07-20 07:13:42 -07:00
Nikhil Khatwani b558adec06 Changes for BAEL-1050: Added new field (#2282) 2017-07-19 21:54:43 -05:00
lor6 600d610ddf add libs repo (#2288) 2017-07-19 23:46:42 +03:00
Grzegorz Piwowarek ffd66faa7d Refactor HttpClient (#2272) 2017-07-19 11:16:44 +03:00
Abhinab Kanrar 14456eb92d concurrent package description (#2265)
* moving jmh into libraries module

* refactoring jmh

* Update pom.xml

* manual algorightm

* with BM result

* fix for space issue

* Fixed indentation

* change as per suggestion

* vavr either

* adding unit test and othe rutilities

* adding concurrent module

* concurrent package description

* concurrent package description

* Update EitherUnitTest.java
2017-07-19 11:16:22 +03:00
yetanotherallisonf 5004fd96a3 Update README.md (#2258) 2017-07-19 11:15:51 +03:00
Jesus Boadas a24e442731 Vaadin server-push, data binding and validators (#2283) 2017-07-18 16:46:02 -07:00
KevinGilmore aba59e88d9 BAEL-1010: README (#2284)
* BAEL-886: Updated README

* BAEL-917 Testing with Google Truth

Updated README

* BAEL-936: adding akka-streams module to parent

* BAEL-936: Update README

* BAEL-918: Update README

* BAEL-980: Update README

* BAEL-967: Update README

* BAEL-509: Using @GetMapping instead of @RequestMapping with method=GET

* BAEL-1005: Update README

* BAEL-509: Security and WebSockets (README)

* BAEL-861: Intro to Awaitility (README)

* BAEL-1010: Guide to the HyperLogLog Algorithm (README)
2017-07-18 18:34:06 -05:00
slavisa-baeldung c43145afd2 Merge pull request #2276 from eugenp/bael-982-mustache-spring
bael-982-mustache-spring
2017-07-18 06:40:30 +02:00
deep20jain afa82c0d28 BAEL-1029 - deep20jain@gmail.com - An Introduction to Atomic Variables in Java (#2269)
* Adding test classes for java atomic variables

* Updating counter with atomic integer

* Adding reason for ignoring test
2017-07-18 06:08:19 +02:00
Seun Matt 2ce547d4cd Complete Example Code for BAEL-782 (#2270)
* added updated example codes

* updated example code StringToCharStream

* deleted StringToCharStream.java locally

* removed redundant file

* added code for apache commons collection SetUtils

* refactored example code

* added example code for bytebuddy
2017-07-18 00:44:10 +02:00
Mohit Sinha 3671427d5e BAEL-969 Apache Commons Chain (#2228)
* BAEL 969 Apache Commons Chain - Example with testcase

* Made changes for Apache Commons Chain as per recommendation
2017-07-17 22:23:03 +02:00
slavisa-baeldung 59cb7db53e BAEL-982 - reformatting 2017-07-17 19:12:24 +01:00
baljeet20 fe39bc6c3d BAEL-1024 Introduction to MockServer (#2275) 2017-07-17 07:43:22 -07:00
Tomasz Lelek fb7d3fe8f4 Bael 1010 hll (#2274)
* BAEL-1010 HLL article code

* BAEL-1010 moved tolerated difference to a variable

* Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-1010_hll

# Conflicts:
#	libraries/pom.xml

* BAEL-1010 clearer code

* use isCloseTo
2017-07-17 07:10:55 +03:00
Sarf Khan f05345112f Spring rest logging
Log incoming request
2017-07-16 21:39:35 +05:30