3805 Commits

Author SHA1 Message Date
sampadawagde
6dbd0c1d6c JAVA-932: Migrate spring-cloud-kubernetes to parent-boot-2 2020-06-02 22:41:01 +05:30
Ali Dehghani
be292ec3f2 Avoid Using newInstance on Class<?> 2020-06-02 21:32:45 +04:30
Ali Dehghani
756f70b29f Rename the Class 2020-06-02 21:09:48 +04:30
Ali Dehghani
5b7dde1ae8 Adapting the VarHandle Code to Best Practices 2020-06-02 21:09:43 +04:30
azhwani
b1214ca64d remove tabs from pom.xml 2020-06-02 13:54:10 +01:00
azhwani
b508ff2904 remove tabs and extra spaces from pom.xml 2020-06-02 13:48:46 +01:00
musibs
6c6dbd6e96 Removed the long running test case 2020-06-02 18:13:56 +05:30
azhwani
fd94f30e26 clear System properties when the test tears down 2020-06-02 13:37:36 +01:00
musibs
4998662d45 Moved the testcase to core-java-jvm module 2020-06-02 17:58:52 +05:30
azhwani
684e5a4a6c remove tabs and extra spaces from pom.xml 2020-06-02 13:28:02 +01:00
sampadawagde
41a09bbf23 JAVA-937: Migrate spring-cloud-bus to parent-boot-2 2020-06-02 15:46:57 +05:30
Anshul BANSAL
6d1ecdd735 BAEL-4049 - view bytecode of a class file in java 2020-06-02 10:07:54 +03:00
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
Anirban Chatterjee
ba924ce978 Added functions for iterating and retrieving elements 2020-06-02 02:14:23 +02:00
Mona Mohamadinia
0828e8c3cd Added the Binary Examples 2020-06-02 04:41:34 +04:30
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