4578 Commits

Author SHA1 Message Date
pivovarit
3a566b4cce Refactor SpringRetryTest 2017-01-19 14:13:54 +01:00
Predrag Maric
761603c76a Formatting in metrics tests 2017-01-19 13:01:10 +01:00
maibin
e150b2ff54 i18n fixes Thymeleaf (#1015)
* How to work with dates in Thymeleaf

* Fixes in PR for Thymeleaf

* Changes to i18n
2017-01-19 11:37:38 +01:00
pedja4
3f99cfc1d5 Merge pull request #1013 from DianeDuan/dropwizard-metrics
BAEL-548: Intro to Dropwizard Metrics (update metrics version)
2017-01-19 11:34:24 +01:00
Stephen Braimah
03902d2507 BAEL-583: Corrected naming for parallel stream test case 2017-01-19 09:53:56 +00:00
Stephen Braimah
ff29b0ca05 BAEL-583: Added additional test case for parallel streams 2017-01-19 09:43:34 +00:00
Tomasz Lelek
1d71f63693 Bael 19 jackson inheritance (#954)
* BAEL-19 event inheritance

* BAEL-19 test for json inheritance

* BAEL-19 example event processor

* BAEL-19 do not need json ignore

* BAEL-19 simpler event, example of abstract

* BAEL-19 ignoring superclass property

* BAEL-586 change class event names
2017-01-19 08:48:48 +01:00
Diane Duan
dfcfbec611 update metrics version 2017-01-19 12:48:10 +08:00
Andrew Morgan
c60c870506 BAEL-613 2017-01-18 22:53:34 +00:00
DOHA
66449db339 spring cloud rest initial commit 2017-01-19 00:09:55 +02:00
pedja4
4c437b59bb Fixed pom.xml in metrics module 2017-01-18 20:39:59 +01:00
pedja4
00e79b78f8 Updated pom.xml in metrics module
Fixed property name for maven.compiler-plugin.version
2017-01-18 19:52:39 +01:00
Tomasz Lelek
a269eba427 BAEL-382 kotlin/java interperability example 2017-01-18 19:37:12 +01:00
pivovarit
ada5fca2d5 Refactor RegistrationController 2017-01-18 08:15:54 +01:00
Zeger Hendrikse
056bbc02af Changed presidents for capitals in BiMap test 2017-01-17 21:26:25 +01:00
maibin
7b8bc69bae Merge pull request #1006 from sbmaggarwal/master
Added chainedexceptions in core-java
2017-01-17 18:36:42 +01:00
Tomasz Lelek
faa3d322f8 BAEL-382 creating mutalbe and immutable list 2017-01-17 16:25:19 +01:00
Tomasz Lelek
7fdf20df6b BAEL-382 lambdas 2017-01-17 16:09:05 +01:00
Tomasz Lelek
2c0b55e4a3 BAEL-382 more examples 2017-01-17 15:44:28 +01:00
pivovarit
2c522ca047 Refactor IterableStreamConversionTest 2017-01-17 14:29:42 +01:00
pedja4
32ad05a43e Merge pull request #951 from tomekl007/BAEL-382_kotlin
BAEL-382 kotlin
2017-01-17 12:52:22 +01:00
slavisa-baeldung
543c6eeb29 BAEL-581 - reformatting 2017-01-17 11:31:13 +01:00
slavisa-baeldung
a7c1fb3b72 BAEL-581 - Fixing assertions 2017-01-17 11:30:15 +01:00
slavisa-baeldung
67206a4a5c Merge pull request #1003 from dhruba619/master
BAEL-581 Convert Iterable to Stream
2017-01-17 10:45:33 +01:00
Tomasz Lelek
9512edb667 BAEL-586 moved code to com.baeldung.kotlin package, use version properties in pom.xml 2017-01-17 09:54:51 +01:00
pivovarit
7f8ee6f118 Refactor LambdaExceptionWrappersTest 2017-01-17 09:04:42 +01:00
Vivek Kumar
0aa46996a6 BAEL-580 handling exceptions in lambda expressions (#1004) 2017-01-17 09:01:59 +01:00
pivovarit
deb694bc88 Refactor PersonBuilder 2017-01-17 06:41:02 +01:00
pivovarit
ffd8963fd5 Refactor PersonWriter 2017-01-17 06:38:31 +01:00
Shubham Aggarwal
b2a03d92aa Added chainedexceptions in core-java 2017-01-17 11:04:00 +05:30
pivovarit
e17dd32c49 Refactor HealthCheckTest 2017-01-17 06:03:30 +01:00
Daniele Demichelis
5c99b291d5 BAEL-553 - Intro to Spring Remoting with HTTP Invokers (#998)
* First test with log4j rolling appenders

* small fix

* Log4j rolling appender

* First set up with rolling file on log4j 2

* Added logback code.

* log4j2 more detailed example

* log4j2 more detailed example

* Improved names and examples

* Fixed configurations

* improved configs

* formatted

* Final fix

* fixed formatting

* Formatting fix

* Fix sample apps to avoid try / catch

* Fix request to replace files

* Fix end lines

* Log4j2 logger is shot down at the end.

* Initial commit, the server starts launched from maven

* made room for client and server projects

* made room for client and server projects

* base example works

* poms restructured

* packages restructured

* packages restructured

* Some renaming and a proper formatting string

* Small renamings

* Small renamings

* Fixed invoked URL in client through fixing bean name

* java.time.* instead of java.util.Date

* java.time.* instead of java.util.Date

* Removed log on file, kepts log on console

* Updated Spring and Logback version to latest release.

* Exception removed from run()
2017-01-16 22:00:33 -06:00
pedja4
5cc5d7dc12 Merge pull request #976 from DianeDuan/dropwizard-metrics
BAEL-548: Intro to Dropwizard Metrics
2017-01-17 04:18:31 +01:00
Diane Duan
63d20dc1b1 pom, ut method names 2017-01-17 09:56:45 +08:00
pedja4
c58042e6bf Merge pull request #1005 from felipe-gdr/master
BAEL-390: json processing with java ee 7
2017-01-17 02:13:49 +01:00
Felipe Reis
efd384a3d0 BAEL-390: json processing with java ee 7 2017-01-16 18:53:40 -02:00
dhruba619
348b3ca5ad BAEL-581 Convert Iterable to Stream 2017-01-16 22:04:47 +05:30
MMonik
142173dea1 Merge pull request #1000 from vaNaoshad/master
Added relevant articles
2017-01-16 09:28:26 +02:00
Muhammed Almas
d5acd709e1 BAEL-587 Guide to Bimap (#995)
* BAL-36 File size api in java and apache commons IO

* BAEL-282 grep in java - fixes after code review

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved asserts and test classes in test folder.

* BAEL-519 moved test related producer and consumer to src.

* BAEL-587 Initial commit for BiMap support.

* BAEL-587 Added new tests

* BAEL-587 Added new tests.

* BAEL-519 Removed Disruptor link from readme file.

* BAEL-587 Reverted Disruptor changes

* BAEL-587 reverted changes
2017-01-15 21:45:46 +01:00
slavisa-baeldung
666803cf60 Merge remote-tracking branch 'origin/master' 2017-01-15 19:54:54 +01:00
Muhammed Almas
a8d61e77dd BAEL-519 Introduction to LMAX Disruptor (#948)
* BAL-36 File size api in java and apache commons IO

* BAEL-282 grep in java - fixes after code review

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved asserts and test classes in test folder.

* BAEL-519 moved test related producer and consumer to src.

* BAEL-586 Guide to Guava BiMap.

* BAEL-587 formatted code.

* BAEL-519 LMAX Disruptor

* BAEL-587 resolved merge

* BAEL-587 Resolved merge

* BAEL-519 Removed disruptor link.

* BAEL-519 Reverted Guava changes
2017-01-15 19:48:42 +01:00
Naoshadul Islam
8ac66dd761 Added relevant articles 2017-01-15 21:11:46 +06:00
Naoshadul Islam
d8af6f371b Added relevant articles 2017-01-15 21:09:29 +06:00
Naoshadul Islam
2a7c1add36 Added relevant articles 2017-01-15 21:07:43 +06:00
Naoshadul Islam
f528fbf7cf Added relevant articles 2017-01-15 21:05:01 +06:00
Naoshadul Islam
baf7d5fb39 Added relevant Articles 2017-01-15 21:02:24 +06:00
slavisa-baeldung
d77ca20ff2 BAEL-583 - adding asserts to test 2017-01-15 15:15:11 +01:00
slavisa-baeldung
dabdd5d397 Merge branch 'master' into pr/997-stephen 2017-01-15 15:08:31 +01:00
pivovarit
5a6eaeb1d2 Refactor InputStreamToFile examples 2017-01-15 09:27:07 +01:00
pivovarit
b5d525ad7c Refactor JerseyApiLiveTest 2017-01-15 06:50:07 +01:00