Commit Graph

18661 Commits

Author SHA1 Message Date
Ali Dehghani
cd51a8c8d0 Adding Super Type Token 2020-05-21 21:25:37 +04:30
Josh Cummings
49092634a3 Merge pull request #9330 from kwoyke/JAVA-1526
JAVA-1526: Split or move spring-boot-modules/spring-boot-properties module
2020-05-20 10:52:54 -06:00
Sampada
bdd4659dd3 BAEL-3493: sectioned off new properties specific to this article (#9325) 2020-05-20 08:21:55 -07:00
Krzysztof Woyke
1a7807aa64 JAVA-1526: Add pagination to the README files 2020-05-20 16:03:49 +02:00
Krzysztof Woyke
ff45bc5732 JAVA-1526: Delete moved articles from spring-boot-properties 2020-05-20 15:58:43 +02:00
Krzysztof Woyke
d981e81c89 JAVA-1526: Copy three @Value related articles to spring-boot-properties-2 2020-05-20 15:51:11 +02:00
Krzysztof Woyke
21e51415bd JAVA-1526: Fix test configuration 2020-05-20 14:50:33 +02:00
Krzysztof Woyke
0e680b4c77 JAVA-1526: Remove spring-boot-json-properties from spring-boot-properties 2020-05-20 14:37:43 +02:00
Krzysztof Woyke
2db0274969 JAVA-1526: Copy spring-boot-json-properties to spring-boot-properties-2 2020-05-20 13:36:48 +02:00
Grzegorz Piwowarek
1bf622a757 Update ExchangerPipeLineManualTest.java (#9326) 2020-05-20 07:54:02 +02:00
Josh Cummings
d0d0fe7705 Merge pull request #9314 from kwoyke/JAVA-1643
JAVA-1643: Align Spring Boot versions used in articles and in the repo
2020-05-19 19:44:48 -06:00
Josh Cummings
fdb36cfc7d Merge pull request #9269 from kwoyke/JAVA-1653
JAVA-1653: Remove spring-boot.version property
2020-05-19 19:42:14 -06:00
Josh Cummings
9195e44ba3 Merge pull request #9278 from sampada07/JAVA-1595-branch
JAVA-1595: Restore code for Jetty ReactiveStreams HTTP Client article
2020-05-19 19:41:24 -06:00
Josh Cummings
d51e3bc21e Merge pull request #9306 from Maiklins/Java-1524-split-move-spring-boot-persistence
Java 1524 split move spring boot persistence
2020-05-19 19:38:23 -06:00
Josh Cummings
8f57a1fed5 Merge pull request #9324 from eugenp/BAEL-3751
Update README.md
2020-05-19 19:35:51 -06:00
Josh Cummings
4c99549c6b Update README.md
Issue BAEL-3751
2020-05-19 19:24:45 -06:00
Josh Cummings
7ac1f879bd Merge pull request #9263 from kcacademic/es-cqrs
Es cqrs
2020-05-19 19:12:31 -06:00
kwoyke
54a8baff39 BAEL-3745: Update spring-boot-modules pom.xml (#9316) 2020-05-19 22:30:01 +02:00
Roland Weisleder
2ce056b0f2 BAEL-4010 Add test for InputStream.readAllBytes() (#9265)
* BAEL-4010 Add test for InputStream.readAllBytes()

* BAEL-4010 Refactor: Move "InputStream to Bytes" to Java 9 specific module

The issue BAEL-4010 introduces a new example to the article "Java
InputStream to Byte Array and ByteBuffer". The example is about
  byte[] InputStream.readAllBytes()
which was added with Java 9.

To be consistent, all examples for this article were moved to a module
which is compiled with at least Java 9.
2020-05-19 22:24:05 +02:00
kwoyke
01f9b06656 BAEL-4069: Add example of using @Value with constructor/setter (#9318) 2020-05-19 21:59:55 +02:00
Somnath Musib
647896cdb8 BAEL-4033 LinkedBlockingQueue vs ConcurrentLinkedQueue (#9281)
* BAEL-4033 Added unit test cases for LinkedBlockingQueue and ConcurrentLinkedQueue

* BAEL-4033 Updated unit test class names due to PMD rule violations

* Moved files to another module based on the editor review
2020-05-19 17:48:58 +01:00
rpvilao
3b733e1a54 Merge pull request #9252 from MajewskiKrzysztof/BAEL-3916
BAEL-3916
2020-05-19 16:54:25 +02:00
CHANDRAKANT Kumar
a25b31e818 Incorporated review comments from the editor. 2020-05-19 16:56:21 +05:30
Krzysztof Majewski
805b262670 update package name 2020-05-19 08:17:45 +02:00
Josh Cummings
5e365dcad9 Merge pull request #9262 from Maiklins/JAVA-618-split-core-java-exceptions
Java-618 split core java exceptions
2020-05-18 22:09:35 -06:00
Josh Cummings
52a9947d96 Merge pull request #9219 from amit2103/JAVA-1518
update spring 4 version to latest
2020-05-18 22:06:35 -06:00
Josh Cummings
4ba5eed370 Merge pull request #9189 from lukaszrys/feature/BAEL-3751_ci_cd
Feature/bael 3751 ci cd
2020-05-18 21:57:18 -06:00
Jonathan Cook
a2b6d36562 BAEL-3925 - How to call Python from Java (#9312)
* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble

* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble

- Return to indentation with spaces.

* BAEL-3854 - Pattern Matching for instanceof in Java 14

* BAEL-3854 - Pattern Matching for instanceof in Java 14 - add unit test

* BAEL-3868 - Fix the integrations tests in mocks

* BAEL-3925 - How to call Python from Java

* BAEL-3925-How to call Python from Java

* BAEL-3925-How to call Python from Java

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-05-18 14:15:04 -07:00
Krzysztof Woyke
da5f11495b JAVA-1643: Align Spring Boot versions used in articles and in the repo 2020-05-18 21:35:09 +02:00
Greg
a0013ae791 Merge pull request #9298 from smokeyrobot/bael-3893
Bael-3893 - Fixed tests causing build to fail
2020-05-18 15:01:03 -04:00
CHANDRAKANT Kumar
4ac3b3891d Removed blank lines from the parent pom. 2020-05-18 23:04:48 +05:30
Kyle Doyle
1bd739d669 Bael 3893 - Move module in pom 2020-05-17 23:45:25 -04:00
ajay74984
dfdb9d9dfc OCP review comments. (#9310)
* OCP change

* calculator unit test

* renamed variable and abstract class addition
2020-05-17 11:51:59 -07:00
Amy DeGregorio
4c3beb7ac7 BAEL-3462 Univosity Parsers (#9222)
* BAEL-3462 CSV Univosity Example

* Added a row processor example
2020-05-17 11:17:51 -07:00
Lukasz Rys
5eeba3b806 [BAEL-3751]: Move spring-boot-ci-cd module under spring-boot-modules 2020-05-17 13:10:44 +02:00
kwoyke
688b71721d BAEL-3745: Implement PropertySourceFactory to load YAML files (new module) (#9307) 2020-05-17 12:59:16 +02:00
ajay74984
592149e639 OCP change (#9266)
* OCP change

* calculator unit test
2020-05-16 20:27:15 -07:00
Loredana Crusoveanu
089ca79408 Merge pull request #9304 from amit2103/JAVA-1665
updated spring kafka version
2020-05-16 22:30:05 +03:00
CHANDRAKANT Kumar
46f8899592 Merge branch 'master' into es-cqrs 2020-05-16 23:59:35 +05:30
mikr
6c97d5020b BAEL-1524 Fix test 2020-05-16 18:20:33 +02:00
mikr
3d3d53e356 BAEL-1524 Put back HikariCP 2020-05-16 17:21:28 +02:00
mikr
f0a11000fc BAEL-1524 Put back HikariCP 2020-05-16 17:17:21 +02:00
mikr
1f2ef29d49 BAEL-1524 Add HikariCP exclusion to Spring Boot Data JPA dependency 2020-05-16 17:04:21 +02:00
mikr
ab2e24e3ea Merge branch 'master' of https://github.com/Maiklins/tutorials into Java-1524-split-move-spring-boot-persistence
 Conflicts:
	persistence-modules/spring-boot-persistence-2/README.md
2020-05-16 16:47:19 +02:00
amit.pandey
8e069f7fc8 updated spring kafka version 2020-05-16 17:06:29 +05:30
Loredana Crusoveanu
97c4545528 Merge pull request #9302 from amit2103/JAVA-1558
updated java comment
2020-05-16 13:59:52 +03:00
amit.pandey
6334cd6daa updated java comment 2020-05-16 15:24:23 +05:30
Loredana Crusoveanu
0ce4d82e38 Merge pull request #9293 from johnA1331/master
BAEL-24622 github-related test fix - no empty readmes (results: 03.05.2020) - cont.2
2020-05-16 11:58:42 +03:00
Dhawal Kapil
cf87bcbefd Merge pull request #9027 from dkapil/task/JAVA-991
JAVA-991 Week 14 | Do we have any Spring Milestone/RC repos defined?
2020-05-16 13:35:34 +05:30
sasam0320
40ac50ad18 BAEL 3234 - Add missing code snippets (#9285) 2020-05-16 10:03:47 +02:00