Commit Graph

8286 Commits

Author SHA1 Message Date
Shreyash 73db2e159f BAEL-998 2018-05-13 16:47:08 +05:30
Tino Mulanchira Thomas 3c28681b6d BAEL-1756 (#4230)
* code samples for spring data key value
BAEL-1467

* changes to add spring-data-keyvalue to parent pom.

* Update README.md

* Update README.md

* Update README.md

* How to Use Spring RestTemplate Interceptor

* Spring annotations article (#4232)

* Spring annotations

* commented VehicleFactoryApplication to fix CI build

* BAEL-1756 Test typo fixed
2018-05-13 10:31:30 +02:00
Loredana Crusoveanu 3f50caa710
Update README.md 2018-05-13 08:58:05 +03:00
Thoughtscript eceb73823b BAEL-1740 2018-05-13 03:48:53 +01:00
fanatixan 506962bc96 Spring annotations article (#4232)
* Spring annotations

* commented VehicleFactoryApplication to fix CI build
2018-05-12 13:43:12 -07:00
Loredana Crusoveanu 3788f23a79
Update README.MD 2018-05-12 22:51:15 +03:00
Loredana Crusoveanu a29edce5f6
Update README.md 2018-05-12 22:49:49 +03:00
Loredana Crusoveanu 80c3a36e13
Update ActivitiWithSpringApplication.java 2018-05-12 22:29:32 +03:00
Tom Hombergs 5c4fe46ea2
Merge pull request #4199 from krnkhanna1989/BAEL-1467
code samples for spring data key value
2018-05-12 19:47:57 +02:00
Loredana Crusoveanu 4a20248dd9
Merge pull request #4218 from eugenp/lor6-patch-3
Update README.md
2018-05-12 19:37:00 +03:00
Loredana Crusoveanu 7cb7928ebf remove security auto-config 2018-05-12 19:36:06 +03:00
Loredana Crusoveanu 9aad5c0daf
Update README.md 2018-05-12 19:06:51 +03:00
Shreyash 257bc7cc0f BAEL-998:- Java Vavr interoperability 2018-05-12 21:24:27 +05:30
Ekaterina Galkina 4a81b13958 BAEL-1736 2018-05-12 18:10:42 +05:00
José Carlos Valero Sánchez 87c15eedb5
Merge pull request #4211 from patryk-kucharz/BAEL-1713-pessimistic-locking
BAEL-1713: Pessimistic Locking in JPA
2018-05-12 11:33:48 +01:00
mherbaghinyan 333168fce1 Merge remote-tracking branch 'upstream/master' into BAEL-1754 2018-05-12 11:11:39 +04:00
Loredana Crusoveanu 4d800396b8
Merge pull request #4213 from Doha2012/master
dom parsing
2018-05-12 10:05:44 +03:00
Loredana Crusoveanu 777e10776c
Merge branch 'master' into lor6-patch-3 2018-05-12 10:04:44 +03:00
Loredana Crusoveanu 0f6d947d8a
Merge pull request #4224 from eugenp/fix-logger
fix logger import
2018-05-12 10:03:52 +03:00
mherbaghinyan 35c5016dac method hiding 2018-05-12 10:56:27 +04:00
christopherfranklin ca5a7d2e40 [BAEL-1659] Create REST microservices with javalin (#4145)
* [BAEL-1615] Code to support article.

* Adding example of provides...with

* Adding uses to main module

* [BAEL-1659] Creat REST microservices with javalin

* [BAEL-1659] Update article code based on feedback

* Revert parent pom change

* Using Optional instead of null
2018-05-12 06:23:23 +02:00
Loredana Crusoveanu 85f8404b40 fix logger import 2018-05-12 01:27:49 +03:00
Loredana Crusoveanu 196223da51
Merge pull request #4172 from eugenp/thombergs-patch-5
added article link
2018-05-12 00:51:26 +03:00
Loredana Crusoveanu d948ae0a7e
Merge pull request #4168 from gunayus/master
Sample codes for BAEL-1746
2018-05-12 00:45:41 +03:00
Loredana Crusoveanu a61bdbcc59
Update README.md 2018-05-12 00:39:53 +03:00
Loredana Crusoveanu cfdf48ac93
Update README.md 2018-05-12 00:34:53 +03:00
Loredana Crusoveanu fe122a2c93
Merge pull request #4202 from eugenp/spring-boot-2-upgrade
upgrade bootstrap project
2018-05-12 00:22:36 +03:00
Loredana Crusoveanu e78a49216d
Merge pull request #4204 from khatwaniNikhil/BAEL-1657
Bael 1657
2018-05-12 00:21:50 +03:00
Graham Cox b677208899 Examples for Spek article (#4106)
* Examples for BAEL-1169

* Examples for Spek
2018-05-11 14:35:04 +02:00
Loredana Crusoveanu 537c1d1150 move design patterns to new module (#4206)
* move design patterns to new module

* fix logger import
2018-05-11 09:11:13 +02:00
Loredana Crusoveanu 4a08fd1352 update, move deferredresult controller (#4164) 2018-05-11 09:07:57 +02:00
Harsh Jain e166f5d9c9 BAEL - 1577 hamcrest core matchers 2.0 version examples as test cases (#4214)
* BAEL-1577 : hamcrest core matchers examples added as test cases

* BAEL-1577 : Hamcrest java library 2.0.0.0 examples updated as test cases

* BAEL-1577 : changed test class name to HamcrestCoreMatchersTest to resolve conflicts
2018-05-10 20:10:46 -07:00
Karan Khanna 114b44da7e changes to add spring-data-keyvalue to parent pom. 2018-05-10 22:56:09 +02:00
ramansahasi 07838a2d25 BAEL-1739 - Check If a String is Numeric in Java (#4209)
* BAEL-1725 Java Pass-by-reference vs Pass-by-value - First commit

* updated test cases

* First commit consisting only of test cases

* First commit with test cases

* Introduced JMH Michrobenchmarking

* Minor corrections
2018-05-10 13:41:33 -07:00
Patryk Kucharz fd11e089fe BAEL-1713: Pessimistic Locking in JPA
Improvments for tests.
2018-05-10 20:56:37 +02:00
DOHA ea4b7a9bb5 dom parsing 2018-05-10 21:46:58 +03:00
Loredana Crusoveanu 387c325403
Merge pull request #4212 from eugenp/update-httpclient
update charset class
2018-05-10 21:46:00 +03:00
Loredana Crusoveanu 6fdd23bd3d fix boot project 2018-05-10 21:08:56 +03:00
Loredana Crusoveanu db77297fa1 update charset class 2018-05-10 20:19:35 +03:00
xenteros d9ddaa8e08 Add sources for BAEL-468 (#4171)
* Added POJO,
* Added DTO,
* Added Mapper
2018-05-10 16:32:20 +02:00
Patryk Kucharz c0c319b13f BAEL-1713: Pessimistic Locking in JPA
Tests for the article.
2018-05-10 15:29:07 +02:00
KevinGilmore 475931974b
README links for BAEL-82 and BAEL-1722 (#4210)
* BAEL-1612: Update README

* BAEL-1562: Update README

* BAEL-1562: Update README

* BAEL-1679: Update README

* BAEL-1701: Update README

* Added article links to README files
2018-05-10 07:31:19 -05:00
Loredana Crusoveanu 21f0bdf180
Merge pull request #4201 from eugenp/hamcrest-iterable
emptyiterable ex
2018-05-09 23:24:42 +03:00
Nikhil Khatwani bf04c6bd27 Merge remote-tracking branch 'upstream/master' into BAEL-1657 2018-05-09 18:04:30 +05:30
Nikhil Khatwani 8d05a42c30 Changes for BAEL-1657 2018-05-09 18:03:35 +05:30
Alessio Stalla 1b8a00e6d4 BAEL-82 (#4198)
* BAEL-82 revised example code

* Fix the build

* Modified example

* Clarified commented out sections of the code.
2018-05-09 07:17:45 -05:00
Loredana Crusoveanu afd7079968
Merge pull request #4177 from MherBaghinyan/BAEL-1744
Bael 1744
2018-05-08 22:08:23 +03:00
Loredana Crusoveanu 24abed4f8c
Merge pull request #4124 from Doha2012/master
spring data rest projections
2018-05-08 22:07:05 +03:00
Loredana Crusoveanu 008054aa08 remove sysout 2018-05-08 22:05:59 +03:00
Loredana Crusoveanu 08c0b590b0 upgrade bootstrap project 2018-05-08 22:04:21 +03:00