Commit Graph

11943 Commits

Author SHA1 Message Date
Dhawal Kapil d6dc3f9941 BAEL-10944 Fixed failing tests 2019-02-25 22:49:29 +05:30
the-java-guy 053e7c4e98 BAEL-774 (#6234)
* BAEL-774

* BAEL 774 : Refactored methods

* BAEL-774 Refactored to new module.

* BAEL 774 - CRs

* BAEL 774 - Moved code back to ratpack module

* Removed modules reactive-modules and ratpack-rxjava

* Refactored packages
2019-02-25 09:55:25 -07:00
Dhawal Kapil e4f65cbadc BAEL-10959 All tests were connecting to live couchbase instance, hence renamed to *LiveTest 2019-02-25 17:58:21 +05:30
Loredana Crusoveanu 2634bdc250
Merge pull request #6407 from amit2103/BAEL-9695
[BAEL-9695] - Upgraded parent-spring-4 to the latest version of Sprin…
2019-02-24 21:05:43 +02:00
Loredana Crusoveanu b9a2297dfa
Merge pull request #6405 from eugenp/BAEL-10856-v2
fix smooks test, add libraries to main pom integration profile
2019-02-24 20:44:54 +02:00
Loredana Crusoveanu 7825cb2059
Merge pull request #6288 from denis-zhdanov/BAEL-2582-kotlin-dsl
BAEL-2582 Building DSLs in Kotlin
2019-02-24 20:05:11 +02:00
amit2103 276e37dc6e [BAEL-9695] - Upgraded parent-spring-4 to the latest version of Spring 4 : 4.3.22 2019-02-24 23:34:48 +05:30
Loredana Crusoveanu e21133eda6
Merge pull request #6321 from eugenp/lor6-patch-2
Update README.md
2019-02-24 20:04:28 +02:00
Loredana ae575b5045 fix smooks test, add libraries to main pom integration profile 2019-02-24 19:26:57 +02:00
fanatixan c0b4579093 bael-2383: memory polluting code for testing epsilon gc (#6403) 2019-02-24 09:09:22 -08:00
Doha2012 b48e564814 keycloak - change server port (#6401)
* add user-info endpoint live test

* keycloak - change server port
2019-02-24 09:03:09 -08:00
Eric Martin a23c276392
Merge pull request #6392 from michael-pratt/BAEL-2742
Add new authority name for JHipster article
2019-02-24 10:43:23 -06:00
Loredana Crusoveanu 6a68956032
Merge pull request #6350 from FDPro/bael-2538
[BAEL-2538] Spring Data JPA @Modifying annotation
2019-02-24 17:31:54 +02:00
Loredana Crusoveanu 0f124ffd1c
Merge pull request #6397 from rozagerardo/geroza/BAEL-11597_Move-and-update-etags-article
[BAEL-11597] Move and update Etags article
2019-02-24 16:30:10 +02:00
Loredana Crusoveanu 4173f8a100
Merge pull request #6400 from amit2103/BAEL-12666
[BAEL-12666] - POM Properties Cleanup
2019-02-24 16:17:17 +02:00
Ger Roza 1e9efcd606 Added scenario using FooPageableLiveTest bean 2019-02-24 09:40:25 -03:00
Ger Roza 52b164ffca [BAEL-11597] Move and update Etags article
* Moved etags article related code
* Fixed existing etag Ignored test
* Added etag scentsio adding etag support to a single endpoint
* Added tests for single endpoint etag scenario
* Cleaned now unused code in spring-rest-full module
2019-02-24 09:40:25 -03:00
amit2103 89e39c37cb [BAEL-12666] - POM Properties Cleanup 2019-02-24 17:02:52 +05:30
Loredana Crusoveanu 23eecb7cb1
Merge pull request #6399 from eugenp/BAEL-10856-v2
add libraries to default profile
2019-02-24 10:11:13 +02:00
Loredana Crusoveanu 3e3c36d23c
Merge pull request #6389 from rozagerardo/geroza/BAEL-11600_update-and-move-versioning-rest-api
[BAEL-11600] Move and update 'Versioning a REST API article
2019-02-24 09:11:23 +02:00
Loredana 56c7ea955d rename failing test 2019-02-24 09:09:41 +02:00
Loredana a7e3fcdd3e add libraries to default profile 2019-02-24 08:31:54 +02:00
Loredana Crusoveanu 84d4806d98
Merge pull request #6390 from dkapil/task/BAEL-10856
BAEL-10856 Fixing pom to run the tests, resolved compilation issue an…
2019-02-24 08:22:29 +02:00
Alejandro Gervasio ca4440d792 Guide to Stream.reduce() (#6372)
* Initial Commit

* Update StreamReduceUnitTest.java

* Update StreamReduceUnitTest.java

* Update StreamReduceUnitTest.java
2019-02-23 20:20:37 -06:00
Loredana Crusoveanu 37f9a70441
Merge pull request #6358 from amit2103/BAEL-12669
[BAEL-12669] - Check modules that don't use our standard parents
2019-02-23 23:54:15 +02:00
Loredana Crusoveanu a966ec5aee
Update LazyRequestUnitTest.java 2019-02-23 23:46:23 +02:00
Loredana Crusoveanu 7d9db8d27e
Merge branch 'master' into task/BAEL-10856 2019-02-23 23:05:09 +02:00
Doha2012 59cfbaf5c4 add user-info endpoint live test (#6379) 2019-02-23 22:15:52 +02:00
amit2103 c8e94b927d [BAEL-12669] - Reverted guest module changes part 2 2019-02-23 20:10:59 +05:30
amit2103 a0a02bb314 [BAEL-12669] - Reverted guest module changes 2019-02-23 20:07:29 +05:30
amit2103 1fd56a8c18 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-12669 2019-02-23 19:47:36 +05:30
dcalap c2a300baae BAEL-2738 - Convert String to JsonObject with GSON (#6318)
* BAEL-2738 - Convert String to JsonObject with GSON

* BAEL-2738 Assertions added in example 2 (Using fromJson)

* Update gson/src/test/java/org/baeldung/gson/conversion/JsonObjectConversionsUnitTest.java

Rename test name

Co-Authored-By: dcalap <dcalap@gmail.com>

* Update gson/src/test/java/org/baeldung/gson/conversion/JsonObjectConversionsUnitTest.java

Rename test

Co-Authored-By: dcalap <dcalap@gmail.com>

* Blank spaces added in order to separate given/when/then parts of the test
2019-02-23 07:37:02 -06:00
Seun Matt ed427464ad added example code for BAEL-2487 (#6383)
* added example code for BAEL-2366

* moved example code for BAEL-2366

* example code for BAEL-1961

* moved example code into integration test

* updated the test assertions

* refactor the spring boot persistence mongodb module

* remove redundant example code

* declared the spring boot persistence module in the root pom

* fixed issue with non-imported file

* added example code for BAEL-2418

* added example code for BAEL-2549

* added example code for BAEL-2487

* refactor the maven module

* updated the example code

* updated the example code

* updated the pom files

* updated the pom files for verifier plugin
2019-02-22 23:37:05 -08:00
Wosin 326bfbe712 Fixed error with missing getter for Derive4J (#6391) 2019-02-23 07:20:28 +01:00
soufiane-cheouati 9a7e0ed790 Adding Reflections files (#6393)
* Adding Reflections dependency

* Adding Reflections java class

* Adding Reflections UT
2019-02-22 21:14:09 -08:00
Eric Martin 8caf6bc78e
Merge pull request #6314 from pandachris/master
BAEL-2731 Testing APIs with Postman
2019-02-22 22:41:22 -06:00
Michael Pratt 5960b3585c Add new authority name 2019-02-22 21:47:23 +00:00
Saurabh Kedia 0d94b49731 BAEL-2720 Iterating over an org.json.JSONObject (#6326)
* BAEL-2720: Iterating over an org.json.JSONObject

* BAEL-2720 Iterating over an org.json.JSONObject

* http://jira.baeldung.com/browse/BAEL-2720

* http://jira.baeldung.com/browse/BAEL-2720

* BAEL-2720: Iterating over an org.json.JSONObject

* BAEL-2720 Iterating over an org.json.JSONObject

* BAEL-2720 Iterating over an org.json.JSONObject
2019-02-22 07:37:06 -07:00
Ger Roza 6a30f3d9d8 There was no code associated to this article. Also, the spring-rest readme file didn't contain the article's link. 2019-02-22 09:14:52 -03:00
Loredana Crusoveanu 13d63ad4e6
Merge pull request #6380 from rozagerardo/geroza/BAEL-11405-Update-and-move-Http-Message-Converters-article-code
[BAEL-11405] Move and Update Rest and Http Message Converter Article
2019-02-21 23:27:00 +02:00
Loredana Crusoveanu 7f34c5e935
Merge pull request #6382 from mprevisic/master
[BAEL-2533] Added link to article into README.md
2019-02-21 21:45:21 +02:00
Loredana Crusoveanu 748c00b95a
Merge pull request #6366 from eugenp/thombergs-patch-3
added link
2019-02-21 21:45:07 +02:00
Loredana Crusoveanu b91b917cb0
Merge pull request #6367 from eugenp/thombergs-patch-4
added link
2019-02-21 21:44:49 +02:00
Tom Hombergs 69589dcc39
Merge pull request #6340 from MajewskiKrzysztof/BAEL-2576
BAEL-2576
2019-02-21 20:30:47 +01:00
Dhawal Kapil 62bcb40406 BAEL-10856 Fixing pom to run the tests, resolved compilation issue and errors in tests 2019-02-22 00:02:09 +05:30
Urvy Agrawal eccd4e6e1b Bael2494 (#6387)
* Added files for BAEL-2494

* Added review comments for BAEL 2494

* fixed build issue

* formatting changes

* Added annotation to fixed build issue
2019-02-21 08:31:04 -08:00
Juan Moreno f50fc2a9fd Move src to spring-testing module (#6375) 2019-02-20 21:50:34 -06:00
Loredana Crusoveanu 6f71b21996
Merge pull request #6352 from pcoates33/BAEL-2492
BAEL-2492 Using WireMock Scenarios
2019-02-20 21:21:46 +02:00
Loredana Crusoveanu 86c0187634
Merge pull request #6386 from eugenp/lor6-patch-3
Update and rename HomeControllerUnitTest.java to HomeControllerIntegr…
2019-02-20 20:46:44 +02:00
Loredana Crusoveanu e90b37f118
Update and rename HomeControllerUnitTest.java to HomeControllerIntegrationTest.java 2019-02-20 20:28:02 +02:00