Commit Graph

2925 Commits

Author SHA1 Message Date
Roland Weisleder c119a51ff9 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 7bc07fdac9 BAEL-4069: Add example of using @Value with constructor/setter (#9318) 2020-05-19 21:59:55 +02:00
Somnath Musib 73762873f6 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 c395a43472 Merge pull request #9252 from MajewskiKrzysztof/BAEL-3916
BAEL-3916
2020-05-19 16:54:25 +02:00
Krzysztof Majewski 93809a3441 update package name 2020-05-19 08:17:45 +02:00
Josh Cummings dc6f778bfe 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 d53286cab9 Merge pull request #9219 from amit2103/JAVA-1518
update spring 4 version to latest
2020-05-18 22:06:35 -06:00
Josh Cummings 6654e97820 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 51b4218f25 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
Greg efa30fe9f4 Merge pull request #9298 from smokeyrobot/bael-3893
Bael-3893 - Fixed tests causing build to fail
2020-05-18 15:01:03 -04:00
Kyle Doyle 5183afbce1 Bael 3893 - Move module in pom 2020-05-17 23:45:25 -04:00
ajay74984 515bcf55ea 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 c66c60bcff 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 34bdc3f6cd [BAEL-3751]: Move spring-boot-ci-cd module under spring-boot-modules 2020-05-17 13:10:44 +02:00
kwoyke 832b32210c BAEL-3745: Implement PropertySourceFactory to load YAML files (new module) (#9307) 2020-05-17 12:59:16 +02:00
ajay74984 44a1ec0195 OCP change (#9266)
* OCP change

* calculator unit test
2020-05-16 20:27:15 -07:00
Loredana Crusoveanu 41a931d293 Merge pull request #9304 from amit2103/JAVA-1665
updated spring kafka version
2020-05-16 22:30:05 +03:00
amit.pandey 29dde3b485 updated spring kafka version 2020-05-16 17:06:29 +05:30
Loredana Crusoveanu a760ac5d7e Merge pull request #9302 from amit2103/JAVA-1558
updated java comment
2020-05-16 13:59:52 +03:00
amit.pandey ab9d1cd461 updated java comment 2020-05-16 15:24:23 +05:30
Loredana Crusoveanu 8751c4c90a 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 0a7e62c9d3 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 c72b2846d5 BAEL 3234 - Add missing code snippets (#9285) 2020-05-16 10:03:47 +02:00
Anirban e264ffd4bc Added if-else expression examples in kotlin (#9296) 2020-05-16 09:43:14 +02:00
Sampada 708e85ce38 BAEL-3493: Spring REST Docs vs OpenAPI (#9295) 2020-05-15 13:37:36 -07:00
kwoyke b707c20297 BAEL-4042: Add new test case using BufferedReader.lines method (#9288) 2020-05-15 22:26:41 +02:00
Dhrubajyoti Bhattacharjee bccc9c836e BAEL-3858 Java Exchanger introduction (#9000) 2020-05-15 22:17:08 +02:00
johnA1331 afeeba6ef5 Update README.md 2020-05-16 02:58:46 +08:00
johnA1331 b660f1cefa Delete README.md 2020-05-16 02:57:55 +08:00
johnA1331 b20271ef34 Update README.md 2020-05-16 02:57:46 +08:00
Greg 821ed435f1 Merge pull request #9251 from markathomas/BAEL-3974
BAEL-3974 - spatialguru.net@gmail.com
2020-05-15 13:36:22 -04:00
Greg a22706d06f Merge pull request #9173 from marius-munteanu/BAEL-3016
BAEL-3016 Thymeleaf Formatting Currencies
2020-05-15 13:19:09 -04:00
Sam Millington 536feb6fae Deleted JsoupProxyIntegrationTest.java (#9294) 2020-05-15 16:32:16 +01:00
johnA1331 f139085a1d Create README.md 2020-05-15 23:07:50 +08:00
johnA1331 b2ce70b8fb Create README.md 2020-05-15 23:06:26 +08:00
Loredana Crusoveanu 590ea4ec18 Merge pull request #9274 from jesperancinha/BAEL-2749
[BAEL-2749] Refactoring and cleanup
2020-05-15 15:18:55 +03:00
Loredana Crusoveanu b45a712f6a Merge pull request #9276 from johnA1331/master
BAEL-24104 - add links to github-baeldung articles
2020-05-15 15:15:19 +03:00
Roque Santos 3c9b335ed5 BAEL-3942 : Correct failing build (#9289)
Changed IntegrationTest to LiveTest
2020-05-14 17:56:35 +01:00
Dhawal Kapil 1e3a588cb1 Merge pull request #9290 from sampada07/JAVA-913
JAVA-913: migrate parent-boot-1 articles to parent-boot-2
2020-05-14 22:03:07 +05:30
Jonathan Cook fa6e7a73b3 Merge pull request #8894 from nachoverdu/BAEL-3912
BAEL-3912: Changes done
2020-05-14 15:28:21 +02:00
sampadawagde f58c322ae2 JAVA-943: Migrate spring-mobile to parent-boot-2 2020-05-14 12:13:53 +05:30
Kyle Doyle 7a6eb5d217 Bael-3893 - Fixed tests causing build to fail 2020-05-13 16:33:31 -04:00
Benjamin Caure b48a87a352 Copy "BSON to JSON" tutorial entities to dedicated package (#9283)
com.baeldung.bsontojson
2020-05-13 17:43:22 +02:00
sasam0320 020837fa2f BAEL 3234 - Add missing code snippets from the Spring Properties article (#9280) 2020-05-13 11:09:41 +02:00
rpvilao 856b818a2f Merge pull request #9170 from mdabrowski-eu/BAEL-3863
BAEL-3863 Introduction to Finagle
2020-05-13 10:53:51 +02:00
Jonathan Cook 00f5e0012c BAEL-3925 - How to call Python from Java? (#9277)
* 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

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-05-12 18:46:33 -07:00
mdabrowski-eu 6709017cc0 BAEL-3863 removed redundant twitter4j.properties file 2020-05-12 19:31:54 +02:00
mdabrowski-eu 7da38b99cb BAEL-3863 add versions properties 2020-05-12 19:31:54 +02:00
mdabrowski-eu 6deafc178d BAEL-3863 replace stdouts with logger 2020-05-12 19:31:54 +02:00
mdabrowski-eu cf6cbe92b9 BAEL-3863 Renamed tests to follow convention 2020-05-12 19:31:54 +02:00