Commit Graph

4206 Commits

Author SHA1 Message Date
pivovarit 6d72f54a53 Refactor JacksonAnnotationTest 2017-01-08 08:16:35 +01:00
lor6 b58cc8cd51 spring performance monitoring interceptors (#965) 2017-01-07 21:41:52 -06:00
pivovarit 3253a2510c Refactor JacksonAnnotationTest 2017-01-07 18:10:25 +01:00
pivovarit 638b6090f0 Refactor NashornTest 2017-01-06 16:43:46 +01:00
Danil Kornishev fbb4065024 Nashorn second Attempt (#923)
* Nashorn

* Nashorn x2

* Nashorn added trailing newlines

* Cleanup

* Formatted script lines

* Change system outs to asserts

* Change Nashorn to be Junit tests

* Remove empty test
2017-01-06 15:20:47 +01:00
pivovarit 8f4ef41eb3 Refactor DataLoader 2017-01-05 18:14:55 +01:00
pivovarit ba75c37366 Refactor DataLoader 2017-01-05 15:16:03 +01:00
slavisa-baeldung a9700891ef BAEL-97 - minor fixes 2017-01-05 13:05:51 +01:00
slavisa-baeldung 0464c9f3bc Merge branch 'master' into pr/949-yasser-handler-mapping 2017-01-05 08:30:46 +01:00
slavisa-baeldung d5f3eaa77a BAEL-97 - simplifying code 2017-01-05 08:29:54 +01:00
Alex Theedom 8c879fc287 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	ejb/ejb-client/pom.xml
#	ejb/ejb-remote/pom.xml
#	ejb/pom.xml
2017-01-04 22:44:11 +01:00
Alex Theedom d1c2e042ce Add deploy profiles for standalone wildfly using cargo plugin and for runtime installed instance 2017-01-04 22:42:19 +01:00
slavisa-baeldung ae141415bc Merge remote-tracking branch 'origin/pr/949' into pr/949-yasser-handler-mapping 2017-01-04 22:02:21 +01:00
pivovarit c5b7b8f464 Refactor "aws" module 2017-01-04 19:48:40 +01:00
pivovarit e32e9d6f7d Add "aws" module 2017-01-04 19:47:20 +01:00
michal_aibin 5e18a4f185 AWS Lambda package name change to AWS 2017-01-04 19:39:16 +01:00
michal_aibin 4d248d5c8f AWS Lambda package name change to AWS 2017-01-04 19:36:43 +01:00
Yasser Afifi 6d5feb75dc fixed names 2017-01-04 13:40:02 +00:00
Yasser Afifi f723114128 fixed handlerMapping code and added tests 2017-01-04 13:10:02 +00:00
maibin 3d30236e8f Merge pull request #955 from maibin/clean
AWS lambda package name change
2017-01-03 21:27:25 +01:00
michal_aibin 68ec5d70c4 AWS lambda package name change 2017-01-03 21:24:12 +01:00
pivovarit b6d9e5a7c0 Refactor Algorithms module 2017-01-03 18:50:56 +01:00
GuenHamza 49c7cc84ed Add Algorithms Module (#936)
* Update pom.xml

Add FindBugs reporting plugin

* Add algorithms module

Dijkstra implementation

* Update pom.xml

* Update pom.xml
2017-01-03 18:47:21 +01:00
Abhinab Kanrar 99e86c5f19 updating with test case (#947)
* Update pom.xml

* Add files via upload

* Update Application.java

* Create DataLoader.java

* Create DataLoader.java

* Delete DataLoader.java
2017-01-03 17:53:24 +01:00
slavisa-baeldung 0e04878e1e Merge branch 'master' into pr/949-yasser-handler-mapping 2017-01-03 11:17:58 +01:00
maibin 4018d45a2c SecurityContextHolder + @Async fixes and improvements (#930)
* @Async and Spring Security

* @Async with SecurityContext propagated

* Spring and @Async

* Simulated Annealing algorithm

* Simulated Annealing algorithm

* Rebase

* Rebase

* SA further fixes

* Slope One plus package refactoring

* SlopeOne refactoring

* Async improvements and fixes

* Remove unnecessary bean

* Final fixes to Spring Security @Async

* Async Spring MVC
2017-01-02 11:06:44 +01:00
DOHA 7844b1d4e4 update eclipse formatter 2017-01-02 00:48:23 +02:00
Yasser Afifi 31b74a996c added modified HandlerMapping code 2017-01-01 18:43:25 +00:00
pivovarit 11fb8debd6 Unify jackson package structure 2017-01-01 16:17:41 +01:00
pivovarit 12966e0f08 Reformat Java8CollectorsUnitTest.java 2017-01-01 13:21:32 +01:00
pivovarit 5e60c50851 jackson-annotations -> jackson 2017-01-01 13:05:32 +01:00
pivovarit 565b0a9034 Refactor pom.xml 2017-01-01 12:41:43 +01:00
pivovarit d7749e20bb Refactor pom.xml 2017-01-01 12:31:32 +01:00
pivovarit a660ae29bb Rename Javaslang module 2017-01-01 12:30:14 +01:00
Tomasz Lelek 4d8949f659 Custom media types rest (#946)
* Custom Media Types for REST

* add test, add DTO, remove example of API versioning to make example simpler

* client accept only that custom-media type

* remove not needed new_line

* leave custom media type on class level

* do not need content type header

* GET do not need content-Type

* add liveTest for custom Content type

* Merge branch 'master' of https://github.com/eugenp/tutorials into Custom_media_types_rest

# Conflicts:
#	spring-rest/src/main/java/org/baeldung/web/controller/mediatypes/CustomMediaTypeController.java
#	spring-rest/src/main/java/org/baeldung/web/dto/BaeldungItem.java
#	spring-rest/src/test/java/org/baeldung/web/controller/mediatypes/CustomMediaTypeControllerTest.java

* test name proper given_when_then pattern

* add custom content-type 'application/json-p'

* import proper class

* proper test name

* proper API migraton test, SecondBaeldungItem breaks backward compatibility

* add proper endpoint
2016-12-30 15:15:55 -06:00
Tomasz Lelek 4305025d42 Custom media types rest (#944)
* Custom Media Types for REST

* add test, add DTO, remove example of API versioning to make example simpler

* client accept only that custom-media type

* remove not needed new_line

* leave custom media type on class level

* do not need content type header

* GET do not need content-Type

* add liveTest for custom Content type

* Merge branch 'master' of https://github.com/eugenp/tutorials into Custom_media_types_rest

# Conflicts:
#	spring-rest/src/main/java/org/baeldung/web/controller/mediatypes/CustomMediaTypeController.java
#	spring-rest/src/main/java/org/baeldung/web/dto/BaeldungItem.java
#	spring-rest/src/test/java/org/baeldung/web/controller/mediatypes/CustomMediaTypeControllerTest.java

* test name proper given_when_then pattern

* add custom content-type 'application/json-p'

* import proper class

* proper test name

* proper API migraton test, SecondBaeldungItem breaks backward compatibility
2016-12-30 13:14:25 -06:00
Sunil Mogadati 08896d72bc BAEL-445: Update to the simple Spring Security hasRole example (#940)
* 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

* BAEL-445 Update to Spring security SpEL example

* BAEL-445: Change tabs to spaces in the updated code
2016-12-29 16:55:40 -06:00
eugenp 07cfaecbd9 minor cleanup 2016-12-30 00:46:38 +02:00
Tomasz Lelek 0e163811ac Custom media types rest (#939)
* Custom Media Types for REST

* add test, add DTO, remove example of API versioning to make example simpler

* client accept only that custom-media type

* remove not needed new_line

* leave custom media type on class level

* do not need content type header

* GET do not need content-Type

* add liveTest for custom Content type

* Merge branch 'master' of https://github.com/eugenp/tutorials into Custom_media_types_rest

# Conflicts:
#	spring-rest/src/main/java/org/baeldung/web/controller/mediatypes/CustomMediaTypeController.java
#	spring-rest/src/main/java/org/baeldung/web/dto/BaeldungItem.java
#	spring-rest/src/test/java/org/baeldung/web/controller/mediatypes/CustomMediaTypeControllerTest.java
2016-12-29 16:44:21 -06:00
pivovarit 373f336b81 Refactor Selenium tests 2016-12-29 18:47:11 +01:00
Sunil Gulabani 2c99d93c3f BAEL-549: AWS Lambda (#932) 2016-12-29 18:46:46 +01:00
Sandeep4odesk fa50144eef Changes in assert statement (#941) 2016-12-29 18:40:22 +01:00
slavisa-baeldung b7b5463309 BAEL-97 - adding BeanNameMappingHandler 2016-12-29 17:11:28 +01:00
slavisa-baeldung de3d64b86d BAEL-97 - adding handler mapping examples 2016-12-29 16:47:20 +01:00
Ravi-ronic 4a96076ecf BAEL-538 Basic introduction to JMX technology (#937)
wordpress link http://inprogress.baeldung.com/wp-admin/post.php?post=27628&action=edit
2016-12-29 03:00:03 -06:00
eugenp 76485ab399 formatting work 2016-12-28 16:35:14 +02:00
Tomasz Lelek cbf878ba34 Custom Media Types for REST (#918)
* Custom Media Types for REST

* add test, add DTO, remove example of API versioning to make example simpler

* client accept only that custom-media type

* remove not needed new_line

* leave custom media type on class level
2016-12-28 08:33:04 -06:00
eugenp 082a45ebd6 minor cleanup 2016-12-28 14:36:48 +02:00
pivovarit 07364d0b79 Refactor NotificationController 2016-12-28 11:19:26 +01:00
Egima profile babd9da492 Javaslang project (#927)
* 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

* added javaslang project

* javaslang project

* added pattern matcher code
2016-12-28 08:33:38 +01:00