Commit Graph

5858 Commits

Author SHA1 Message Date
Graham Cox 6a9e13cc03 BAEL-892: Example of Sealed Classes (#2373) 2017-08-04 20:52:00 +02:00
Seun Matt b5835c574f Updated PR for BAEL-884 (#2372)
* 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

* refactored tests for PCollections

* spring security xml config

* spring security xml config

* remove redundant comment
2017-08-04 12:05:54 +02:00
Seun Matt dc78aac622 BAEL-884 Spring Security in JEE App (#2362)
* 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

* refactored tests for PCollections

* spring security xml config

* spring security xml config
2017-08-04 11:26:18 +02:00
lor6 71f1a2bc44 add jade engine example (#2365)
* add jade engine example

* formatting
2017-08-03 18:47:25 +02:00
Doha2012 8e9c36c98e fix spring config (#2364) 2017-08-03 18:39:57 +03:00
Graham Cox 8137c20349 Delegated Properties in Kotlin (#2357)
This produces a fake Database representation - working in terms of
hardcoded data, a Delegate that loads values from this fake Database,
and then a class with fields delegated to the fake database.
2017-08-02 19:42:13 +02:00
Yasin f02d117223 BAEL-887 How to collect a Java Stream to an immutable collection? (#2356)
* BAEL-900 Guide to dynamic tests in Junit 5

* BAEL-900 Guide to Dynamic Tests in Junit 5

* Revert "BAEL-900 Guide to Dynamic Tests in Junit 5"

This reverts commit d0d45c9067223347da20d0f2c80de391fcade38e.

* BAEL-900 Guide to Dynamic Tests in Junit 5

* BAEL-900 Guide to dynamic tests in Junit 5

* removed unnecessary annotation

* BAEL-900 unused imports removed

* BAEL-900 simplified input generator code

* BAEL-252 A Java Client to consume a WebSockets API

* BAEL-887 How to collect a Java Stream to an immutable collection?

* BAEL-887 How to collect a Java Stream to an immutable collection?
2017-08-02 08:27:25 -07:00
Doha2012 b6b077b457 minor fix (#2359)
* 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

* minor fix

* rxjava custom operator

* minor fix
2017-08-02 16:30:25 +03:00
Grzegorz Piwowarek 43ce43cc36 Rxjava refactor (#2358)
* Refactor

* Refactor
2017-08-02 15:12:52 +02:00
Doha2012 5ba675be35 Merge pull request #2355 from eugenp/rxjava_ref
Rxjava refactor
2017-08-02 12:39:21 +02:00
lor6 5e8022f1f0 spring template engines (#2326)
* spring template engines

* formatting
2017-08-01 22:29:18 -05:00
slavisa-baeldung aeec8f53f9 Merge pull request #2353 from eugenp/BAEL-1022-grpc-ganesh
BAEL-1022-grpc-ganesh
2017-08-02 00:08:40 +02:00
Grzegorz Piwowarek 4ff0768fea Refactor 2017-08-02 00:06:14 +02:00
Grzegorz Piwowarek 8214c8dd97 Refactor 2017-08-02 00:05:37 +02:00
Doha2012 b0e05630ea rxjava custom operator (#2352)
* 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

* minor fix

* rxjava custom operator
2017-08-02 00:00:06 +02:00
slavisa-baeldung 6fcbc9b065 BAEL-1022 - minor fixes 2017-08-01 22:31:21 +01:00
Syed Ali Raza a3ed5a57a3 BAEL-1051: Introduction to Hoverfly Java (#2320)
* BAEL-1051: Fixed merge issue

* BAEL-1051: Updated examples based on review

* BAEL-1051: Fixed Merge Issues
2017-08-01 17:40:23 +02:00
Grzegorz Piwowarek ed92182fbf Build optimization 1.08.2017 (#2351)
* Refactor Spring-activiti module

* Refactor vavr module
2017-08-01 17:00:03 +02:00
Roman Seleznov 0c60af8437 Make projects executable (#2278)
* Create pom.xml

Initial import

* First submit

* Second submit

* Different Types of Bean Injection in Spring

* Different Types of Bean Injection in Spring

* Added spring-core-di into the main build

* Revert "Create pom.xml"

This reverts commit 1bdc5443125df19575605f41ab28c9e8b6c69a32.

* BAEL-764 Automatic Property Expansion with Spring Boot

* BAEL-764 Automatic Property Expansion with Spring Boot

* BAEL-764 Automatic Property Expansion with Spring Boot

* BAEL-764 Automatic Property Expansion with Spring Boot
Make executable jars for property-exp-default project and use mvn exec:java to run property-exp-default project
2017-08-01 15:03:07 +02:00
Roman Cherepanov 7f5ca786e2 Fix title formatting (#2314) 2017-08-01 14:59:55 +02:00
Jose Carvajal b4f7806ce6 Matchers is now deprecated in Mockito 2, it's now replaced by ArgumentMatchers (#2342) 2017-07-31 09:08:01 -05:00
Ahmed Tawila 4b53c00bca BAEL-1033 Introduction to StreamUtils (#2341)
* Evaluation article: Different Types of Bean Injection in Spring

* added tests & changed configuration to Java-based config

* removed xml config files

* rename unit tests

* BAEL-972 - Apache Commons Text

* remove code from evaluation article

* remove code from evaluation article

* BAEL-972 - Apache Commons Text - added another example

* BAEL-972 - Apache Commons Text - just indentation

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java - fix problems

* BAEL-1033 Introduction to StreamUtils

* BAEL-1033 Introduction to StreamUtils

* BAEL-1033 Introduction to StreamUtils

* fix formatting

* BAEL-1033 minor refactor
2017-07-31 14:57:52 +02:00
Raúl Juárez 585597f11d New libraries-data module (#2343) 2017-07-31 14:43:36 +02:00
Alejandro Gervasio 752086e80c Initial Commit (#2349) 2017-07-31 13:36:15 +02:00
slavisa-baeldung b25f17f37f Merge branch 'master' of https://github.com/rockoder/tutorials into rockoder-master 2017-07-31 05:36:30 +01:00
Yasin deb79bbd83 BAEL-887 How to collect a Java Stream to an immutable collection? (#2339)
* BAEL-900 Guide to dynamic tests in Junit 5

* BAEL-900 Guide to Dynamic Tests in Junit 5

* Revert "BAEL-900 Guide to Dynamic Tests in Junit 5"

This reverts commit d0d45c9067223347da20d0f2c80de391fcade38e.

* BAEL-900 Guide to Dynamic Tests in Junit 5

* BAEL-900 Guide to dynamic tests in Junit 5

* removed unnecessary annotation

* BAEL-900 unused imports removed

* BAEL-900 simplified input generator code

* BAEL-252 A Java Client to consume a WebSockets API

* BAEL-887 How to collect a Java Stream to an immutable collection?
2017-07-30 09:33:51 -07:00
KevinGilmore 6bfd4d3aae BAEL-907: README updated (#2340)
* 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)

* BAEL-907: Guide to Apache Commons CircularFifoQueue (README)
2017-07-30 09:31:09 -05:00
Ahmed Tawila 36608b78cc BAEL-1033 Introduction to StreamUtils (#2337)
* Evaluation article: Different Types of Bean Injection in Spring

* added tests & changed configuration to Java-based config

* removed xml config files

* rename unit tests

* BAEL-972 - Apache Commons Text

* remove code from evaluation article

* remove code from evaluation article

* BAEL-972 - Apache Commons Text - added another example

* BAEL-972 - Apache Commons Text - just indentation

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java

* BAEL-994 - TemporalAdjuster in Java - fix problems

* BAEL-1033 Introduction to StreamUtils

* BAEL-1033 Introduction to StreamUtils
2017-07-30 09:57:10 +02:00
Adam InTae Gerard dc037a4ce8 System outs for tests (#2321) 2017-07-30 09:24:14 +02:00
Doha2012 610bb05123 minor fix (#2334)
* 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

* minor fix
2017-07-30 10:08:54 +03:00
Raúl Juárez 4441d969fa BAEL-1023 Introduction to Kryo (#2336) 2017-07-30 07:57:36 +02:00
Grzegorz Piwowarek 34a793a0fc Manual money tests (#2338) 2017-07-30 07:42:16 +02:00
Jose Carvajal f445a4d11b BAEL-373: Improve/Upgrade existing Mockito articles to Mockito 2 (#2311)
* BAEL-373: Improve/Upgrade existing Mockito articles to Mockito 2

* Fix formatting issue with LoginControllerIntegrationTest
2017-07-29 17:29:25 -05:00
baljeet20 9f45d709db BAEL-1024 introduction to mock server (#2333)
* review changes

* BAEL-1024 Removed the proxy reference

* BAEL-1024 Renamed methods
2017-07-29 13:20:14 -07:00
Abhinab Kanrar fd6e7c51fc reducing employee bean content (#2332)
* 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

* jooby project

* jooby project

* reducing employee bean content
2017-07-29 21:48:06 +02:00
Abhinab Kanrar 244a678b46 jooby project (#2330)
* 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

* jooby project

* jooby project
2017-07-29 16:56:24 +02:00
eugenp 5c1bf55e34 minor cleanup work 2017-07-29 17:45:12 +03:00
Seun Matt ae33aa6386 Refactored tests for PCollections (#2331)
* 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

* refactored tests for PCollections
2017-07-29 16:44:40 +02:00
Ante Pocedulic c5f029b46c - added custom theme for asciidoc book (#2327)
- changed AsciiDoc document
- added new things in pom
2017-07-29 16:16:23 +02:00
Grzegorz Piwowarek e8df7f8116 Taxi fare refactor (#2328) 2017-07-29 10:06:27 +02:00
cleversonzanon 7f22e3dc35 Destructuring Declarations in Kotlin - Cleverson Zanon | cleverson.ssantos1008@gmail.com (#2318)
* 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

* Corrections on Destructuring Declarations in Kotlin
2017-07-28 22:51:16 +02:00
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