Commit Graph

4071 Commits

Author SHA1 Message Date
DOHA 5faf49eae2 fix intelliJ formatter 2016-12-17 01:42:47 +02:00
DOHA a2c022f4dd create intelliJ formatter 2016-12-16 23:01:10 +02:00
maibin 7f45d8f9c9 Simulated Annealing algorithm (#900)
* @Async and Spring Security

* @Async with SecurityContext propagated

* Spring and @Async

* Simulated Annealing algorithm

* Simulated Annealing algorithm

* Rebase

* Rebase
2016-12-16 21:10:54 +01:00
Sunil Mogadati 2fe2e2a971 BAEL-40: Add NDC and JBoss Logging to the demo application (#880)
* Add NDC and JBoss Logging to the demo application

* NDC for Log4j, Log4j2 and JBoss Logging

* Simplify NDC example by making it a single operation instead of two

* Make NDC example as RestController, Use JBoss Logging only as a logging bridge

* Fix merge conflicts in pull request - log-mdc pom.xml updated
2016-12-16 12:29:32 -06:00
maibin 8844871e2b @Async and SecurityContext (#872)
* @Async and Spring Security

* @Async with SecurityContext propagated

* Spring and @Async

* Simulated Annealing algorithm

* Rebase

* Rebase
2016-12-16 10:14:48 +01:00
Marek Lewandowski 0087a4ab3b Add spring-mvc-simple as a module 2016-12-16 09:58:23 +01:00
Marek Lewandowski e93714999e Rename to spring-mvc-simple 2016-12-16 09:58:13 +01:00
felipe-gdr ff35749338 BAEL-127: @PreFilter and @PostFilter annotations (#898)
* BAEL-127: simple app with filters

* removed data rest dependency, final adjustments

* added first live test for the rest api

* move filters code to new module

* moved to root of module, create service layer, standard pom
2016-12-16 01:26:52 -06:00
pivovarit afa7fed038 Merge branch 'mmm' 2016-12-15 21:35:49 +01:00
Naoshadul Islam 29f673a278 Created README.md and added relevant articles 2016-12-15 21:35:32 +01:00
Naoshadul Islam 27c38bcba4 Created README.md and added relevant articles 2016-12-15 21:35:32 +01:00
Naoshadul Islam b907157014 Added relevant articles 2016-12-15 21:35:32 +01:00
Naoshadul Islam 0d36fa8c58 Created README.md and added relevant articles 2016-12-15 21:35:32 +01:00
Naoshadul Islam 0e8f896695 Added relevant articles 2016-12-15 21:35:32 +01:00
Naoshadul Islam 43f3dc3ac9 Added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam f162243755 Added relevant Articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam 2ef40b15a7 Added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam 804f7ebfa8 Created README.md and added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam 27bb95f572 Added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam e1692d6643 Created README.md and added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam f20dfd4b54 Created README.md and added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam ab5e8a5e61 Added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam 71ab5b5ad1 Created README.md and added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam 28e5917405 Created README.md and added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam b9a290fd7a Created README.md and added relevant articles: 2016-12-15 21:34:38 +01:00
Naoshadul Islam 346c38b02a Created README.md and added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam f53fe18755 Created README.md and added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam 0556c1fe61 Added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam 1825710b79 Added relevant articles 2016-12-15 21:34:38 +01:00
k0l0ssus 502777e8e8 Update FileCopyConfig.java (#840)
Changed the extension search to look for a wildcard extension
Set expectReply(false)[service activator will throw exception after copying file without it)
2016-12-15 21:12:36 +01:00
Ante Pocedulic dfd2d7a238 - changed test package name from org.baeldung to com.baeldung (#897)
- streams are added where neccessary
- format fixes
2016-12-15 16:23:08 +01:00
DOHA f7dacb83d8 minor fix 2016-12-14 23:24:41 +02:00
pivovarit f8e9884c93 Add LiveTest exclusion 2016-12-14 16:37:26 +01:00
pivovarit a6485735c5 Rename LiveTest 2016-12-14 16:20:46 +01:00
pivovarit 32ed4d622a Merge remote-tracking branch 'origin/master' 2016-12-14 16:20:17 +01:00
DOHA ca4d69bf75 minor fix 2016-12-14 00:50:35 +02:00
DOHA 12afdf20a1 minor fix 2016-12-14 00:10:02 +02:00
DOHA 5d0972d334 upgrade dependencies 2016-12-13 22:17:12 +02:00
DOHA a3e61b9427 upgrade and cleanup 2016-12-13 22:02:58 +02:00
DOHA dffbc5cbfa upgrade and cleanup 2016-12-13 14:22:52 +02:00
Shubham Aggarwal 57b4201a9f LiveTest included (#891)
* Changed package name, made test as LiveTest

* Changed test name to FormServletLiveTest
2016-12-13 06:45:56 +01:00
pivovarit c9bc20ecd3 Refactor Java8CollectionCleanupUnitTest 2016-12-12 22:13:53 +01:00
DOHA c89db35aaa upgrade dependencies 2016-12-12 22:38:42 +02:00
DOHA f938c89321 cleanup and upgrade 2016-12-12 21:54:16 +02:00
Marek Lewandowski 3b53e82b8b Rename args 2016-12-12 20:23:34 +01:00
eugenp 15ed123945 fixing missing dependency 2016-12-12 15:21:26 +02:00
DOHA c61a7ebdaa upgrade dependencies 2016-12-12 15:17:03 +02:00
eugenp 3285ef8a5a Merge branch 'master' of https://github.com/eugenp/tutorials 2016-12-12 15:16:28 +02:00
eugenp 69cd5e0b4d minor cleanup work 2016-12-12 15:16:08 +02:00
pivovarit c52fddfc97 Fix module pom 2016-12-12 14:15:47 +01:00