7793 Commits

Author SHA1 Message Date
Ganesh
32e309ae4d BAEL-1456 - How to implement task prioritization in Java (#3366)
* priority based job execution in java

* minor fixes

* updated to use java 8 features
2018-01-30 15:55:08 +01:00
mkuligowski
cc8e1f121b Add assertion for ruleName in givenIncorrectOrderXML_whenValidate_thenExpectValidationErrors 2018-01-30 09:11:04 +01:00
mkuligowski
77c8c65f0d Remove unused conversion to JSON 2018-01-30 08:56:43 +01:00
mkuligowski
9bc66b943a Delete unused mapping 2018-01-30 08:55:58 +01:00
mkuligowski
c00749bf16 Fix number format in expected messages 2018-01-30 08:54:07 +01:00
mkuligowski
89a1600dc1 ADd en_US locale and fix date format 2018-01-30 08:52:14 +01:00
abialas
bdae4fe99b BAEL-21 new Java9 HTTP API overview (#3536)
* BAEL-1412 add java 8 spring data features

* BAEL-21 new HTTP API overview
2018-01-29 18:32:09 -08:00
Tom Hombergs
b0191da9f7
Merge pull request #3546 from nguyennamthai/BAEL-1500
Initial commit for BAEL-1500
2018-01-29 22:05:29 +01:00
Nam Thai Nguyen
be90e9870c Initial commit for BAEL-1500 2018-01-29 17:02:48 +07:00
Aprian Diaz Novandi
d1a4848cb4 BAEL-1464 Guava Memoizer (#3420)
* BAEL-1464 Guava Memoizer

* Update codes based on code review and discussion in JIRA
2018-01-29 09:26:15 +01:00
Carsten Gräf
829c0414fe
Merge pull request #3542 from eugenp/pr/3538
Pr/3538
2018-01-29 08:33:34 +01:00
Carsten Gräf
b070f3ddaa fixed formatting 2018-01-29 07:37:17 +01:00
Carsten Gräf
cd64578fbf
Merge pull request #3522 from eugenp/reactive-websocket-refactor
Reactive exception handling
2018-01-29 07:15:42 +01:00
Bogdan Stoean
f888a3f78a BAEL-1410 - refactor tests (#3525)
* initial setup with spring boot/ spring data jpa/ flyway

* BAEL-1315 - added flyway test extensions for spring

* BAEL-1315 - added flyway test extensions for spring

* BAEL-1315 - created multiple migration scripts and locations

* BAEL-1315 - test insert after schema creation

* cleanup

* BAEL-1315 - test data changes by a migration

* [BAEL-1410] Spring Boot Security Auto-Configuration

* [BAEL-1410] Added some tests for incorrect credentials use case

* [BAEL-1410] Added readme and some code improvements

* [BAEL-1410] removed form based auth config because is redundant
added oauth2 server auto-configuration sample with test

* [BAEL-1410] added custom Authorization Server Config

* [BAEL-1410] update README

* [BAEL-1410]refactor tests

* [BAEL-1410]oauth2 resource server

* [BAEL-1410]oauth2 sso sample with facebook

* [BAEL-1410]remove spring-flyway

* [BAEL-1410]refactor tests

* [BAEL-1410] refactor tests

* [BAEL-1410] update
2018-01-29 06:44:40 +01:00
korneliusz.wandzel
7e9794256d Commit for Different Types of Bean Injection in Spring — Draft article 2018-01-29 01:03:39 +01:00
k0l0ssus
4d8f0a48ae
Add Java vs Vavr Stream sample 2018-01-28 18:06:11 -05:00
k0l0ssus
bdc785ac47
Merge pull request #1 from eugenp/master
Sync Up
2018-01-28 17:56:15 -05:00
iaforek
fc3a9264d7
Merge branch 'master' into master 2018-01-28 18:29:38 +00:00
iaforek
2dbb293e66 Removed pointless Java8 code. Renamed constant 2018-01-28 18:18:18 +00:00
iaforek
914abdb9a4 Updated code - mostly with CONSTANTS. Extracted methods. 2018-01-28 18:14:29 +00:00
Adam InTae Gerard
0d85d1ad01 BAEL-1175 - corrected directory cmd (#3534) 2018-01-28 14:11:10 +01:00
DOHA
798920d3a2 Merge remote-tracking branch 'eugenp/master' 2018-01-28 13:46:56 +02:00
Dassi orleando
f9649c0926 BAEL-1273: move code to another module (#3532)
* BAEL-1216: improve tests

* BAEL-1448: Update Spring 5 articles to use the release version

* Setting up the Maven Wrapper on a maven project

* Add Maven Wrapper on spring-boot module

* simple add

* BAEL-976: Update spring version

* BAEL-1273: Display RSS feed with spring mvc (AbstractRssFeedView)

* Move RSS feed with Spring MVC from spring-boot to spring-mvc-simple
2018-01-27 13:52:46 -08:00
orrym
8f4df6b903 Add XML, JavaConfig and Autowired examples. 2018-01-27 18:11:07 +02:00
Loredana Crusoveanu
70b81ca807
Merge pull request #3529 from eugenp/internationalization-assets
remove enablemvc
2018-01-27 18:08:55 +02:00
Loredana Crusoveanu
999dfbf381 remove enablemvc 2018-01-27 17:43:23 +02:00
Markus Gulden
81e8da29a4 BAEL-1335 2018-01-27 11:14:14 +01:00
markusgulden
cb593c981d
Merge pull request #4 from eugenp/master
Update
2018-01-27 11:08:33 +01:00
Raksha Rao
f12497c18b test case minor changes 2018-01-27 14:28:19 +05:30
Grzegorz Piwowarek
955a2e7e18 Reactive exception handling 2018-01-27 06:52:34 +01:00
Satish Pandey
fab4aec7a1 Instance profile credentials example. (#3401)
* Instance profile credentials example.

* InstanceProfile CloudFormation template included to provision AWS
environment.

* Included java package installation under Yaml script.

* Using SpringApplication reference to prepare application context.

* Introducing SpringCloudS3Service to handle all S3 operations.
2018-01-27 06:24:22 +01:00
Adi
3f3204e14f BAEL-1267: programmatically create, configure and run a tomcat server - remove unused dependencies 2018-01-26 21:18:17 +02:00
ramansahasi
5d6c47789e Logged InterruptedException instead of ignoring it (#3517) 2018-01-26 10:04:38 -08:00
Tom Hombergs
2332bc1a14
Merge pull request #3513 from eugenp/thombergs-patch-1
added link to finalize article
2018-01-25 22:43:01 +01:00
Chris Oberle
f7185e3e21 Merge branch 'master' of git@github.com:chrisoberle/tutorials.git 2018-01-25 16:25:38 -05:00
Tom Hombergs
211c8a0c30
added link to finalize article 2018-01-25 22:06:00 +01:00
gautamshetty
19e8849361 [BAEL 1209] - Java RMI Files. (#3374)
* [BAEL 1209] - Java RMI Files.

* Added parent tag and deleted dependency tag for junit.

* Added java-rmi module.

* Removed duplicate java-lite module entry.

* Deleting this file as it is covered in test class.

* Spell check.
2018-01-25 11:16:39 +01:00
Eugen Paraschiv
70e4a55256 minor import cleanup 2018-01-25 11:33:50 +02:00
Raksha Rao
b21a3705b6 Merge branch 'master' of https://github.com/raksha-rao/tutorials 2018-01-25 13:39:11 +05:30
Raksha Rao
dafe2f5553 Bean injection types 2018-01-25 10:31:34 +05:30
mkuligowski
34cf9fc6f8 Add integration tests for Smooks converters and validators 2018-01-24 23:06:11 +01:00
mkuligowski
a90b396f60 Add configuration file 2018-01-24 23:05:31 +01:00
mkuligowski
7d73e49adb Create class responsible for validating messages 2018-01-24 23:04:53 +01:00
mkuligowski
2335c79c25 Create class responsible for converting Orders 2018-01-24 23:04:09 +01:00
mkuligowski
086a01ff2c Add domain classes 2018-01-24 23:03:31 +01:00
mkuligowski
42a6a0b530 Delete files form badly created submodule 2018-01-24 23:02:15 +01:00
mkuligowski
511a86fb99 Add Smooks dependency 2018-01-24 23:01:21 +01:00
Carsten Gräf
948243384e
Merge pull request #3092 from Thoughtscript/master
BAEL-1175 - Using a Spring Cloud App Starter
2018-01-24 19:53:56 +01:00
Carsten Gräf
026ff3be45
Merge pull request #3488 from felipeazv/master
BAEL-1475: code formatting
2018-01-24 19:45:18 +01:00
Ahmad Alsanie
0585764866 BAEL-1473 replaced int with AtomicInteger for safe usage in multi-threaded env (#3497)
* BAEL-1473 Intoduction to Spliterator in Java

* BAEL-1473 - Replace .out with logger.info

* removed log

* BAEL-1473 - added test-cases

* modify test-cases

* AtomicInteger instead of int

* SIZED removed
2018-01-24 09:29:14 -08:00