joe zhang
7cbb0833d4
refactor unit test into utility class
2020-07-12 16:19:08 +08:00
joe zhang
4f987c9198
update labmda function
2020-07-07 13:20:06 +08:00
joe zhang
672ffdbe9f
update unit test for collectors.toMap method
2020-06-29 22:34:19 +08:00
joe zhang
1c61ba62ab
Leasy Zhang/shiwangzhihe@gmail.com
2020-06-19 11:06:53 +08:00
Eric Martin
2716a2a6d0
Merge pull request #9397 from alimate/KTLN-40
...
KTLN-40: Added Elvis Operator
2020-06-04 23:21:38 -05:00
bragilev
3078464b95
Bael-3386 ( #9231 )
...
* bragilev
* Delete ShoppingListApplication.java
* BAEL-3386
* Revert "bragilev"
This reverts commit dbf2a21ba4fe2a60c518beecda7ab33746977252.
* Revert "Delete ShoppingListApplication.java"
This reverts commit 640bb544e6cd8eda6d1fe6a38607323871ddb957.
* Revert "Revert "Delete ShoppingListApplication.java""
This reverts commit f56864e46db92c4f981bdc38f78fbabade72156c.
2020-06-04 15:58:48 +01:00
rpvilao
4b4824228b
Merge pull request #9382 from roqmarcelo/BAEL-3844
...
BAEL-3844 : Send request to a proxy using RestTemplate
2020-06-04 14:41:36 +02:00
Roque Santos
e4d59f4874
BAEL-3844 : Documenting the LiveTests using JavaDoc.
2020-06-04 02:23:10 -03:00
Josh Cummings
a6f306f8ce
Merge pull request #9093 from alex07pep/BAEL-3896_JSON_Params
...
BAEL-3896: OpenAPI JSON Objects in Query Params
2020-06-03 23:01:08 -06:00
KevinGilmore
c122add13e
Bael 4026 ( #9433 )
...
* BAEL-3336 BAEL-3058 add links
* BAEL-3319: add link
* BAEL-3284: add link
* BAEL-3198: add link to article
* BAEL-3479: add link to article
* BAEL-3485: add article link
* SCALA-38: move to new package and add link back to article
* SCALA-38: add imports back into unit test
* BAEL-3908: add link back to article
* BAEL-2893 BAEL-3927 add link back to article
* BAEL-4026: update README.md
2020-06-03 22:20:43 -05:00
Sampada
ee146f5a13
BAEL-4061: Implementing a Simple HTTP Server with Netty ( #9416 )
...
* BAEL-4061: Implementing a Simple HTTP Server with Netty
* BAEL-4061: Added live test
* BAEL-4061: moved helper class from test to main folder
* BAEL-4061: updated tests to follow BDD
2020-06-03 19:48:57 -07:00
Roque Santos
6e9f4d80a5
BAEL-3844 : Back to LiveTest to bypass te CI build since the proxy address is dynamic
2020-06-03 19:58:40 -03:00
Roque Santos
0d2076f299
BAEL-3844 - Suggested adjustements
2020-06-03 19:51:49 -03:00
Eduard Ardeleanu
6df3b2b6fb
BAEL-4026: Spring Cloud Open Service Broker ( #9365 )
...
* BAEL-4026: Spring Cloud Open Service Broker
* add unit tests
* fix review comments
2020-06-03 08:04:45 -05:00
Yavuz Tas
078481781f
Module for BAEL-3280 ( #9329 )
...
* Module for BAEL-3280
* update comment to make it more clear
* remove .gitignore file
* remove name tag
* fix typo
* change module name to a generic one
* add module to parent
2020-06-03 07:59:42 -05:00
Dhawal Kapil
d34fe14d61
Merge pull request #9421 from sampada07/JAVA-913
...
JAVA-913: migrate parent-boot-1 articles to parent-boot-2
2020-06-03 10:47:42 +05:30
Eric Martin
5ce70c75de
Merge pull request #9389 from alimate/BAEL-4039
...
BAEL-4039: Introducing Constant Folding & Dead Code Elimination
2020-06-02 22:20:38 -05:00
Greg
b8b361c2e4
Merge pull request #9345 from musibs/BAEL-4064
...
BAEL 4064 Out of Memory Error
2020-06-02 15:41:09 -04:00
kwoyke
9d4a0b1f51
BAEL-4100: Move HTTP/2 in Jetty to the new libraries-server-2 module ( #9394 )
2020-06-02 21:15:49 +02:00
kwoyke
d59d2e3793
BAEL-4171: Add SecurityAdviceTrait to the ExceptionTranslator ( #9418 )
2020-06-02 21:04:09 +02:00
Mona Mohamadinia
2af1e30a8f
KTLN-141: Not-Null Assertion (!!) Operator in Kotlin ( #9371 )
...
* Added the Test Samples
* Renamed the Class
2020-06-02 19:31:56 +01:00
sampadawagde
6dbd0c1d6c
JAVA-932: Migrate spring-cloud-kubernetes to parent-boot-2
2020-06-02 22:41:01 +05:30
musibs
6c6dbd6e96
Removed the long running test case
2020-06-02 18:13:56 +05:30
musibs
4998662d45
Moved the testcase to core-java-jvm module
2020-06-02 17:58:52 +05:30
sampadawagde
41a09bbf23
JAVA-937: Migrate spring-cloud-bus to parent-boot-2
2020-06-02 15:46:57 +05:30
Eric Martin
f5c5cc5290
Merge pull request #9268 from mguarnaccia/BAEL-3985
...
[BAEL-3985] First commit
2020-06-01 19:52:25 -05:00
Eric Martin
3365051e7f
Merge pull request #9387 from alimate/BAEL-3873
...
BAEL-3873: Dependency Upgrade for HikariCP
2020-06-01 19:34:55 -05:00
Ankur Gupta
5b68d315b8
Updating Test Class name for multiplecachemanager module ( #9399 )
...
* Java Example of Hexagonal Architecture
* removing unnecessary maven files from pull request and spaces in code
* Removing unnecessary lines
* Example code for using Multiple Cache Manager in SpringBoot
* BAEL-3963:Using multiple cache managers in Spring
* removing new module created in last pull request
* Fixes as per editor Suggestions
* fixing spacing issue in pom.xml
* Fixing spacing issue in pom.xml
* Fixing spacing issue 2
* Formatting space issues in pom.xml
* Changing the Test class name from IntegrationUnitTest to IntegrationTest
Co-authored-by: Ankur Gupta <ankur.gupta@jda.com>
2020-06-01 09:59:02 -07:00
Josh Cummings
4f44c5db6c
Merge pull request #9410 from eugenp/bael-3067
...
Update README.md
2020-06-01 09:51:33 -06:00
Josh Cummings
7a0291b644
Merge pull request #9411 from eugenp/bael-3494
...
Update README.md
2020-06-01 09:51:19 -06:00
Josh Cummings
1627873f88
Update README.md
...
Issue BAEL-3494
2020-06-01 09:41:50 -06:00
Josh Cummings
ef13de2061
Update README.md
...
Issue BAEL-3067
2020-06-01 09:38:52 -06:00
Josh Cummings
bc6c7238d7
Merge pull request #9356 from earth001/BAEL-3494b
...
Bael 3494b
2020-06-01 07:51:31 -06:00
Juan Moreno
ec34dde27b
FIX Package Name
2020-06-01 09:06:57 -03:00
Michele Guarnaccia
8477fd9279
Renamed test methods
2020-06-01 11:09:35 +02:00
Loredana Crusoveanu
b2670e6e98
Merge pull request #9323 from mathieufortin01/master
...
BAEL-3676 Fix failing manual test in sping-data-elasticsearch module
2020-06-01 09:06:10 +03:00
Loredana Crusoveanu
8110e5b827
Merge pull request #9340 from ashleyfrieze/BAEL-3615-redis-delete-fix
...
BAEL-3615-Rework the delete everything in Redis example
2020-05-31 22:29:02 +03:00
alex.peptan
5e0be54504
BAEL-3896: OpenAPI JSON Objects in Query Params - swagger definitions files changed to yaml
2020-05-31 21:55:46 +03:00
Mark Thomas
5a2bf2d09f
BAEL-3768 - spatialguru.net@gmail.com ( #9402 )
...
* Add implementation of BeanPostProcessor and BeanFactoryPostProcessor for ticket
* Continue processing beans if annotation not found on one or more
* Add integration test
* Simplify code
* Rename package
2020-05-31 09:46:32 -07:00
Loredana Crusoveanu
455d2a34a4
Merge pull request #9396 from johnA1331/master
...
BAEL-24690 github-related test fix - non-empty readmes (results: 18.05.2020 & 23.05.2020)
2020-05-31 10:48:46 +03:00
Josh Cummings
14ece4c049
Merge pull request #9350 from vikasrajput6035/BAEL-3067
...
BAEL-3067: Article - Convert BufferedReader to JSONObject - Completed
2020-05-30 19:52:06 -06:00
Ali Dehghani
c5267db452
Added Elvis Operator
2020-05-30 13:05:26 +04:30
johnA1331
70081cb544
Create README.md
2020-05-30 14:01:14 +08:00
johnA1331
2d8fc1c3a3
Create README.md
2020-05-30 13:59:45 +08:00
johnA1331
8fc7ced36e
Update README.md
2020-05-30 13:57:50 +08:00
johnA1331
99768749b4
Create README.md
2020-05-30 13:56:37 +08:00
Ali Dehghani
0986bbcd62
On the next line
2020-05-30 09:23:53 +04:30
Carlos Cavero
6076d4da3b
BAEL-3756-YAML-for-Spring-DevOps ( #9368 )
...
* Add modifications to include the configuration for YAML and DevOps
* Clean the Dockerfile
* Modify the name of testing environment and include YAML tests
2020-05-28 15:02:11 -07:00
Mark Thomas
135c3160ac
BAEL-3768 - spatialguru.net@gmail.com ( #9385 )
...
* Add implementation of BeanPostProcessor and BeanFactoryPostProcessor for ticket
* Continue processing beans if annotation not found on one or more
* Add integration test
* Simplify code
2020-05-28 13:34:00 -07:00
Ali Dehghani
470d047e8d
Introducing Constant Folding & Dead Code Elimination
2020-05-29 00:29:27 +04:30