Cristian Rosu
88a899a283
BAEL-4070: Injecting List or Arrays from a Spring properties file
2020-06-01 23:32:38 +03: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
Tyrell Flurry
0f36d61b67
BAEL-4088: addressed code review comments.
2020-06-01 11:35:39 -04:00
Josh Cummings
bc6c7238d7
Merge pull request #9356 from earth001/BAEL-3494b
...
Bael 3494b
2020-06-01 07:51:31 -06:00
Anirban Chatterjee
69a43cc613
Added list creation and unit tests
2020-06-01 15:31:46 +02:00
Juan Moreno
ec34dde27b
FIX Package Name
2020-06-01 09:06:57 -03:00
dupirefr
3086da7d12
[JAVA-1659] Upgraded Maven Surefire Plugin and JUnit versions
...
* Fixed sub-modules parent poms names
* Added relative paths to sub-modules poms
* Configured Maven Surefire Plugin so that it works with the dummy test
* Upgraded Maven Surefire Plugin version to 2.22.2
* Upgraded JUnit version to 5.6.2
2020-06-01 11:30:17 +02:00
Michele Guarnaccia
8477fd9279
Renamed test methods
2020-06-01 11:09:35 +02:00
dupirefr
00b67725ea
[JAVA-1659] Upgraded Maven Surefire Plugin and JUnit versions
...
* Upgraded Maven Surefire Plugin version to 2.22.2
* Upgraded JUnit version to 5.6.2
* Imported JUnit BOM before Spring Boot Dependencies BOM (as explained
[here](https://docs.spring.io/spring-boot/docs/2.3.0.RELEASE/maven-plugin/reference/html/#using ))
2020-06-01 11:03:52 +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
maryarm
a1f8f90bd8
BAEL-3287: rename the package to apply review note
2020-06-01 00:22:31 +04:30
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
Chirag Dewan
e245b2eca3
BAEL3889 - Changing the package structure
2020-05-31 18:59:54 +05:30
Chirag Dewan
75a44b9965
BAEL3889 - Kafka Mock Producer
2020-05-31 18:39:20 +05:30
Chirag Dewan
07bf844a33
Merge branch 'master' of https://github.com/eugenp/tutorials
2020-05-31 17:26:52 +05:30
Maiklins
0909133437
Merge pull request #55 from eugenp/master
...
update
2020-05-31 11:53:46 +02: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
6b3b45923b
Using Retrieve instead of AwaitExchange
2020-05-30 21:58:48 +04:30
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
Marcin Krykowski
3396e92d2d
Split up test method into smaller ones. Correct code formatting
2020-05-30 05:32:54 +01:00
Marcin Krykowski
5cfe661c8a
Change project from java-numbers to java-numbers-3
2020-05-30 05:22:10 +01:00
Tyrell Flurry
15535cf0cf
BAEL-4088: clean-up.
2020-05-29 18:23:01 -04:00
Tyrell Flurry
012f903fe3
BAEL-4088: removed tmp file.
2020-05-29 18:13:35 -04:00
Gergo Petrik
1a44c81de4
using accessors for balance and stamp
2020-05-29 16:04:02 +02:00
Jonathan Cook
4505e5c240
Merge branch 'master' of https://github.com/eugenp/tutorials
2020-05-29 09:52:21 +02:00
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
vatsalgosar
6cd7bfba80
BAEL-3987 ( #9139 )
...
* BAEL-3987 - Cast an int to an enum value
* refactoring
* code refactored
* BAEL-3987 - Updated code snippets
* bAEL-3987 - Fixed indentation
2020-05-28 17:37:23 +01:00
Tyrell Flurry
ee5e051f6e
BAEL-4088: added source files.
2020-05-28 12:13:57 -04:00
Ali Dehghani
6fb0ebb95c
Dependency Upgrade for HikariCP
2020-05-28 20:00:23 +04:30
rpvilao
4c1af8f004
Merge pull request #9383 from andrebrowne/BAEL-3341
...
BAEL-3341 Rename test dependent on database
2020-05-28 09:58:00 +02:00
Eric Martin
916a412b6c
Merge pull request #9384 from alimate/BAEL-4101
...
BAEL-4101: Fix integration tests in spring-thymeleaf-3
2020-05-27 21:38:28 -05:00
Ali Dehghani
cde01486d7
Changing to a More Stable Currency!
2020-05-28 06:49:43 +04:30
Eric Martin
ca6bd32485
Merge pull request #9379 from alimate/BAEL-4102
...
BAEL-4102: Fix integration test in spring-boot-persistence-2
2020-05-27 19:44:20 -05:00
andrebrowne
547a57c3c8
BAEL-3341 Rename test dependent on database
2020-05-27 20:42:38 -04:00
Roque Santos
020aff1160
BAEL-3844 : Send request to a proxy using RestTemplate
2020-05-27 21:32:31 -03:00
Sasa M
ebfae11149
Customer order application project
2020-05-28 01:12:42 +02:00