Commit Graph

4132 Commits

Author SHA1 Message Date
DOHA 0a9245cd52 remove duplicate test 2016-12-22 20:18:58 +02:00
jaysridhar eadf45d628 Added demonstration of @JsonFormat and associated test. (#906) 2016-12-22 10:37:13 +01:00
pivovarit ba89722236 Reformat JaxbTest 2016-12-22 10:22:03 +01:00
eugenp 6886ebc511 minor maven cleanup 2016-12-22 09:15:11 +02:00
Egima profile 3b6d709108 Code for Map (#909)
* made changes to java reflection

* removed redundant method makeSound in Animal abstract class

* added project for play-framework article

* added project for regex

* changed regex project from own model to core-java

* added project for routing in play

* made changes to regex project

* refactored code for REST API with Play project

* refactored student store indexing to zero base

* added unit tests, removed bad names

* added NIO Selector project under core-java module

* requested changes made

* added project for nio2

* standardized exception based tests

* fixed exception based tests

* removed redundant files

* added network interface project

* used UUID other than timestamps

* fixed network interface tests

* removed filetest change

* made changes to NIO2 FileTest names

* added project for asyncronous channel apis

* added project for NIO2 advanced filesystems APIS

* merge conflicts

* merged changes to asyncfiletest with future get API

* removed while loops from async client and server

* added project for java8 optional

* fixed merge conflicts in spring-core

* fixed optional

* fixed optional

* fixed asyncechotest

* shifted optional to own package

* made additional tests to demo filter API

* added code for Map
2016-12-21 21:07:46 +01:00
Ante Pocedulic acdea70d4c Advanced Camel article (#905)
* - changed test package name from org.baeldung to com.baeldung
- streams are added where neccessary
- format fixes

* Adding Java config for Content Based File Router

* Adding Java config for Content Based File Router
2016-12-21 20:34:34 +01:00
DOHA 42067af3e7 adding missing modules to parent pom 2016-12-21 14:22:07 +02:00
slavisa-baeldung 8f21e2bc52 BAEL-315 - skipping live test 2016-12-21 07:39:10 +01:00
slavisa-baeldung 469164caa2 Merge branch 'master' into pr/899-tim 2016-12-21 07:30:11 +01:00
Zeger Hendrikse 8442fc354b Merge changes from branch 2016-12-20 23:00:35 +01:00
Zeger Hendrikse 66e6ae6c19 Modified code to reflect the code from the article 2016-12-20 22:44:47 +01:00
felipe-gdr de2080f59f BAEL-127: Spring Security - @PreFilter and @PostFilter (#911)
* 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

* added spring-security-core module to root pom
2016-12-20 15:31:30 -06:00
DOHA 67c491912d add integration profile 2016-12-20 22:21:38 +02:00
DOHA 5fc5d83907 add integration profile 2016-12-20 18:15:22 +02:00
DOHA b462c39543 add integration profile 2016-12-20 18:14:51 +02:00
DOHA 7e77d1f822 add live profile 2016-12-20 18:14:31 +02:00
DOHA c74b385f1d add integration profile 2016-12-20 17:39:29 +02:00
tschiman 49970912ea Merge remote-tracking branch 'upstream/master' 2016-12-19 23:02:13 -07:00
tschiman 7d6b72a2af BAEL-315 Adding test class for demonstrating features of Spring Session and Spring Cloud 2016-12-19 23:01:40 -07:00
maibin daa711d5a3 Simulated Annealing fix (#910)
* @Async and Spring Security

* @Async with SecurityContext propagated

* Spring and @Async

* Simulated Annealing algorithm

* Simulated Annealing algorithm

* Rebase

* Rebase

* SA further fixes
2016-12-19 22:38:56 +01:00
Danil Kornishev c2f7711923 Nashorn (#896) 2016-12-19 22:16:49 +01:00
Zeger Hendrikse f1711af9ce Merge branch 'master' of https://github.com/eugenp/tutorials into nguyennamthai-master 2016-12-19 19:18:14 +01:00
maibin 39cc3511ad Simulated Annnealing fixes (#907)
* @Async and Spring Security

* @Async with SecurityContext propagated

* Spring and @Async

* Simulated Annealing algorithm

* Simulated Annealing algorithm

* Rebase

* Rebase
2016-12-19 19:13:52 +01:00
pedja4 3d60f5cc7a Merge pull request #904 from pared/introduction_to_image_processing
BAEL-384 - Initial commit
2016-12-19 10:31:43 +01:00
KevinGilmore ac6a6962a2 Update README.md 2016-12-18 18:03:11 -06:00
eugenp 51a96d14de cleanup work 2016-12-18 22:13:53 +02:00
eugenp e84137bdfc cleanup work 2016-12-18 22:04:12 +02:00
prd b6e8cf95c7 init 2016-12-18 20:59:24 +01:00
eugenp 43f407e6e7 Merge branch 'master' of https://github.com/eugenp/tutorials 2016-12-18 18:11:25 +02:00
eugenp 8ff889bc7d maven work 2016-12-18 18:11:05 +02:00
Daniele Demichelis b74df6163a Pull Request for "A Guide to Rolling File Appenders" article. (#876)
* 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
2016-12-18 09:36:34 -06:00
eugenp bfb062d57f maven cleanup work 2016-12-18 17:35:41 +02:00
eugenp 73d82faf52 maven cleanup work 2016-12-18 17:31:20 +02:00
Eugen 5c8f44b2c6 Update README.md 2016-12-18 14:13:57 +02:00
Muhammed Almas 64b7412a9a BAEL-282 - Grep in Java after code review (#903)
* BAEL-242 Package refactoring after code review for article Grep in Java

* BAEL-282 Updated readme file
2016-12-18 04:34:15 -06:00
pivovarit 38eef2d1c0 Refactor EJBClient.java 2016-12-18 10:00:11 +01:00
Naoshadul Islam 1b59823654 Created README.md and added relevant articles (#901)
* Added relevant articles

* Added relevant articles

* Added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Added relevant articles

* Added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Added relevant articles

* Created README.md and added relevant articles

* Added relevant articles

* Added relevant articles

* Update README.md

* Added relevant articles

* Added relevant articles

* Added relevant articles

* Update README.md

* Added relevant articles

* Update README.md

* Created README.md and added relevant articles

* Added relevant articles

* Added relevant articles

* Added relevant articles

* Added relevant articles

* Created README.md and added relevant articles

* Update README.md
2016-12-18 02:15:07 -06:00
Kevin Gilmore a1fe0749c0 BAEL-35: Added test methods using Apache Commons Collections4 2016-12-17 08:12:32 -06:00
Kevin Gilmore 45ab03cc51 Merge remote-tracking branch 'upstream/master' 2016-12-17 07:58:33 -06:00
eugenp d66d9fb2c0 maven fix and small formatting work 2016-12-17 15:24:36 +02:00
Muhammed Almas b4ac6c6ec5 BAEL-36 BAEL-282 Getting file size using Java and apache commons IO api. Also grep in Java (#890)
* BAL-36 File size api in java and apache commons IO

* BAEL-36 Getting file size using Java and commons IO api.

* BAEL-282 Added support for grep functionality.

* BAEL-282 Rename the text file extension.
2016-12-17 07:19:13 -06:00
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
Kevin Gilmore 165c895f5b Merge remote-tracking branch 'upstream/master' 2016-12-15 17:16:47 -06:00