Commit Graph

8689 Commits

Author SHA1 Message Date
Adrian Precub b6b060d0f5 BAEL-1766: Configure a RestTemplate with RestTemplateBuilder (#4319) 2018-05-26 11:08:31 -05:00
Loredana Crusoveanu 454171e047
Merge pull request #4343 from eugenp/issue-4331
fix filter
2018-05-26 17:36:23 +03:00
Loredana Crusoveanu 2ac94535e6 fix filter 2018-05-26 16:55:30 +03:00
mmchsusan 146c1bb2a9 BAEL-1793 Spring with Thymeleaf Pagination for a List (#4290)
* BAEL-1793 Spring with Thymeleaf Pagination for a List

* Replace tabs with 4 spaces in HTML based on editor's feedback.
2018-05-26 07:16:54 -05:00
raksha-rao 60cb1d7d49 Bael 1674 (#4335)
* Handle events - BAEL - 1674

* BAEL -1674 - test

* test - BAEL-1674

* Change system.out to logger

* minor change
2018-05-24 13:20:47 -07:00
Tom Hombergs 7dc605f7b0
Merge pull request #4308 from theawesomenayak/BAEL-1775
[BAEL-1775] Getting size of Iterable in Java
2018-05-24 22:18:46 +02:00
Loredana Crusoveanu c2452b6578
Merge pull request #4336 from aietcn/master
BAEL-1779 update parent-module and add azure module to main pom
2018-05-24 22:40:22 +03:00
BQ ed57ee1bf2 BAEL-1779 update parent-module and add azure module to main pom 2018-05-25 00:34:38 +08:00
priyeshmashelkar c0852bf743 Added model class 2018-05-24 13:15:52 +01:00
priyeshmashelkar 47257183b1 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	spring-5-reactive/src/main/java/com/baeldung/reactive/client/StockClient.java
2018-05-24 13:06:52 +01:00
priyeshmashelkar c170f2111d Used log() in StockClient and formatted in eclipse 2018-05-24 13:06:02 +01:00
KevinGilmore dd2c830a2b
Update README.md (#4333)
* 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

* BAEL-1787 update README
2018-05-23 22:22:36 -05:00
cdjole 67616cdda3 BAEL-1798 (#4322) 2018-05-23 19:06:07 -07:00
priyeshmashelkar 5268c3e8c2
Removed unused code 2018-05-23 18:49:26 +01:00
priyeshmashelkar d5177c158e Added for eval article 2018-05-23 18:44:15 +01:00
Loredana Crusoveanu d49c6a2843
Merge pull request #4327 from aietcn/master
BAEL-1779 deploy springboot app to azure
2018-05-23 20:25:06 +03:00
collaboratewithakash c022781ced Back-link added (#4303)
* Back-link added

* Back-link added

* Back-link added

* Back-link name corrected

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link corrected

* Back-link added

* Back-link added

* Back-link added

* Back-link added
2018-05-23 16:55:32 +02:00
jacques 7404bb9731 Merge remote-tracking branch 'origin/master' 2018-05-23 08:29:52 -04:00
jacques 1aaa12eca6 Corrections implementation. 2018-05-23 08:28:37 -04:00
aiet b4c7c5f89e update spotify docker-maven-plugin to latest version 2018-05-23 17:26:31 +08:00
aiet 94f50c2175 BAEL-1779 deploy springboot app to azure 2018-05-23 16:46:55 +08:00
Rajat Garg 4c333aeeb3 BAEL-1734 add different methods to find file extension (#4122)
* BAEL-1734 add different methods to find file extension

* fix camel case formatting for variables

* fix variable name

Remove camel casing for variable name as it is a single word.
2018-05-23 09:14:17 +01:00
Tom Hombergs 635224a404
removed commented-out lines 2018-05-22 22:40:30 +02:00
Tom Hombergs 6674850c03
Merge pull request #4313 from krnkhanna1989/BAEL-1467
changes for optional and serializable.
2018-05-22 21:42:24 +02:00
Tom Hombergs af5c4dd319
Merge pull request #4274 from smmansoor/BAEL-1170
BAEL-1170 Kotlin - working with Javascript
2018-05-22 21:34:37 +02:00
tamasradu c53a361ca0 BAEL-1646 (#4255)
* Adding code for BAEL-1646

* Adding integration tests for BAEL-1646

* Using equalsIgnoreCase to match hashes. Adding cleanup methods

* Corrected junit names
2018-05-22 18:43:13 +02:00
jacques 9a04bf2c2c Code update for Spring RestTemplate Exception Handling article. 2018-05-22 12:07:45 -04:00
mherbaghinyan fa60d4e69e @order 2018-05-22 17:07:08 +04:00
mherbaghinyan a6655de20c bean reference injection 2018-05-22 16:33:25 +04:00
Mohamed El Tahawy 5a92adbc39
Typo
"oponent" to "opponent"
2018-05-22 16:18:23 +04:00
Loredana Crusoveanu 750674b2cd update spring boot ctx app, rename classes 2018-05-22 14:47:53 +03:00
myluckagain d98b696baa BAEL-1736 fix (#4271) 2018-05-22 12:56:17 +04:00
Loredana Crusoveanu 087f0c24fe
Merge pull request #4297 from josephine-barboza/spring-boot-ctx-fluent
Context Hierarchy Using Spring Boot Fluent Builder API (BAEL-1689)
2018-05-22 09:15:11 +03:00
Alejandro Gervasio 8bc84886a4 The DAO Pattern in Java - BAEL-1809 (#4286)
* Initial Commit

* Update persistence.xml

* Update UserUnitTest.java

* Rename project module

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update UserApplication.java

* Update JpaUserDao.java

* Update UserDao.java

* Update JpaUserDaoUnitTest.java

* Update UserDaoUnitTest.java

* Update JpaUserDaoUnitTest.java

* Update UserDaoUnitTest.java

* Update UserUnitTest.java

* Update UserUnitTest.java

* Update Dao.java

* Update pom.xml

* Update pom.xml

* Delete JpaUserDaoUnitTest.java

* Delete UserUnitTest.java
2018-05-21 21:19:51 -05:00
Eric Goebelbecker eceb217e7a BAEL-1787 - Use Lombok @Builder Annotation (#4302)
* BAEL-1787 - using Lombok @Builder on methods

* BAEL-1787 - rename class. Add AssertJ to Lombok project.

* BAEL-1787 - rename class again. Change AssertJ tests.

* BAEL-1787 - add Builder directory. Move method cocde to that package. Add code for using builder with a class.
2018-05-21 21:06:04 -05:00
Karan Khanna 63aaced8f7 changes for optional and serializable. 2018-05-21 21:24:23 +02:00
Siben Nayak fa77261c42 [BAEL-1775] Getting size of Iterable in Java 2018-05-21 19:22:01 +05:30
Syed Mansoor ab566c6c84 Code cleanup 2018-05-21 22:22:07 +10:00
Syed Mansoor b1f6b024fc [BAEL-1170] Removed upstream API 2018-05-21 22:16:09 +10:00
mherbaghinyan 4cdf7fe9ef map injection 2018-05-21 12:15:30 +04:00
Tom Hombergs 7bba73c6eb
Merge pull request #4279 from psysane/master
[BAEL-1796] Infinite loop using Java
2018-05-21 09:52:04 +02:00
Grzegorz Piwowarek fb04fc4588 BAEL-1325 (#4272)
* NatsClient refactor

* add: mongodb reactive repositories

* fix: test names

* fix: test names

* fix: test running on maven

* fix: test name

* fix: test class names

* Rename tests
2018-05-21 07:37:44 +02:00
Amit Pandey 73935e65f2 Bael 5374 (#4298)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-5374] - Fix test names

* [BAEL-5374] - Fix test names

* [BAEL-5374] - Fix test names
2018-05-20 21:51:59 +04:00
Josephine Barboza e0c1e3711c Context Hierarchy Using Spring Boot Fluent Builder API 2018-05-20 22:44:46 +05:30
Karan Khanna edc34bd157 formatted structure. 2018-05-20 17:04:21 +02:00
Karan Khanna b78584e5f9 resolved conflict 2018-05-20 17:00:11 +02:00
Karan Khanna da80e9e2c5 resolved 2018-05-20 16:52:43 +02:00
Syed Mansoor 0222fbaf45 [BAEL-1170] Renamed folder to kotlin-js 2018-05-20 22:41:33 +10:00
Karan Khanna 93b61cd511 resolve merge conflicts 2018-05-20 14:35:11 +02:00
Karan Khanna 675f346e3d pom.xml from the master 2018-05-20 13:52:51 +02:00