maibin
e36d928219
How to work with dates in Thymeleaf ( #960 )
...
* How to work with dates in Thymeleaf
* Fixes in PR for Thymeleaf
2017-01-08 09:01:41 -06:00
Sunil Mogadati
82fc8cf8fc
BAEL-245: Add Enum serialization example ( #970 )
...
* 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
* BAEL-245: Add Enum Serialization exmaple
* BAEL-245: Remove the folder jackson/src/test/java/com/baeldung/jackson/dtos/withEnum as the example is not used anymore
2017-01-08 08:13:39 -06:00
tristanzhou
e8a9b60862
Introduction to pmd ( #972 )
...
* initial check for introduction to pmd
* change name to static-analysis
* move it to static-analysis
2017-01-08 04:21:03 -06:00
Naoshadul Islam
8dc3487b67
Added relevant articles ( #962 )
...
* Added relevant articles
* 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
* Added relevnat articles
* Added relevant articles
* 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
* Added relevant articles
* Created README.md and added relevant articles
* Added relevant articles
* Update README.md
* 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
* Added relevant articles
* Added relevant articles
* Update README.md
2017-01-08 08:25:59 +01:00
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
Victor Mosin
753b309c3c
Added ConverterFactory test
2017-01-07 17:31:53 +01:00
Tomasz Lelek
f5d8984ff5
BAEL-19 tempalte example
2017-01-07 12:29:40 +01:00
Tomasz Lelek
dee7d1ab12
BAEL-19 iterate
2017-01-07 12:25:18 +01:00
Tomasz Lelek
160b9ae6c3
BAEL-19 example of override
2017-01-07 12:15:18 +01:00
Tomasz Lelek
7b8d1dc6b2
BAEL-19 break long line
2017-01-07 12:10:59 +01:00
Tomasz Lelek
792f464952
BAEL-19 add comments to repo links
2017-01-07 12:04:35 +01:00
Victor Mosin
89f9f8c6bf
BAEL-529
2017-01-06 18:01:48 +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
Tomasz Lelek
8e89c9394b
BAEL-19 introduce basic concstruct
2017-01-04 10:53:39 +01:00
Diane Duan
494e539700
init
2017-01-04 17:50:53 +08: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
Stephen Braimah
ac84f1b303
updated StringCharArrayConversionTest class method names to follow BDD naming conventions
2017-01-03 14:53:51 +00:00
slavisa-baeldung
0e04878e1e
Merge branch 'master' into pr/949-yasser-handler-mapping
2017-01-03 11:17:58 +01:00
Stephen Braimah
b6bb1e18d4
added to test class for string to char array char array to string conversion
2017-01-03 09:02:30 +00:00
Tomasz Lelek
b167fc5315
BAEL-382 formatting
2017-01-02 16:37:59 +01:00
Tomasz Lelek
77fba546b3
BAEL-382 name of test
2017-01-02 16:32:04 +01:00
Tomasz Lelek
17148ca5e9
BAEL-382 Add extension function that works on list
2017-01-02 16:22:27 +01:00
Tomasz Lelek
4d415f7f74
BAEL-382 null-safety example
2017-01-02 14:48:05 +01:00
Tomasz Lelek
3351d96147
BAEL-382 add kotlin module
2017-01-02 11:51:12 +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