Commit Graph

3068 Commits

Author SHA1 Message Date
Josh Cummings 693ed40a9f Merge pull request #9341 from eugenp/BAEL-4009
Create README.md
2020-05-22 07:56:30 -06:00
Josh Cummings 7bc1633c72 Create README.md
Issue BAEL-4009
2020-05-22 07:40:59 -06:00
Dhawal Kapil 152a54942b Merge pull request #9328 from sampada07/JAVA-913
JAVA-913: Migrate parent-boot-1 articles to parent-boot-2
2020-05-22 18:38:26 +05:30
sampadawagde e8531ef7c2 JAVA-939: Migrate spring-data-rest-querydsl to parent-boot-2 2020-05-22 12:08:56 +05:30
Greg 8c987e89c9 Merge pull request #9224 from dupirefr/author/BAEL-3981-comparing_objects
[BAEL-3981] Comparing in Java
2020-05-21 16:19:54 -04:00
rpvilao e689beb984 Merge pull request #9178 from andrebrowne/BAEL-3341
BAEL-3341 A Guide to Hibernate Types Project
2020-05-21 21:11:01 +02:00
priyank-sriv 8ecf039b6b remove unused import 2020-05-21 22:53:20 +05:30
Ali Dehghani 92c446ce4c Adding Super Type Token 2020-05-21 21:25:37 +04:30
priyank-sriv dd0a8e2d11 add tests 2020-05-21 17:36:25 +05:30
mikr 6eaf9840a0 BAEL-1524 Change http into https 2020-05-21 12:08:11 +02:00
dupirefr a990d57407 [BAEL-3981] Fixes from Josh's review
* Upgraded Apache Commons to 3.10

* Replaced Nathalie by Natalie
2020-05-20 23:41:13 +02:00
dupirefr 24a88c11ac [BAEL-3981] Moved inner classes to upper level 2020-05-20 23:31:13 +02:00
dupirefr dbdb32da46 [BAEL-3981] Code for article
* Equality operators

* Object#equals method

* Objects#equals static method

* Comparable interface

* Comparator interface

* Apache Commons features

* Guava features
2020-05-20 23:31:12 +02:00
Krzysztof Woyke 8e941329df JAVA-1637: Remove overriden spring-boot.version property 2020-05-20 21:22:30 +02:00
sampadawagde 5f8f1873ae JAVA-941: Migrate spring-jinq to parent-boot-2 2020-05-20 23:21:40 +05:30
Josh Cummings b3dd36cb24 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 8b156e0289 BAEL-3493: sectioned off new properties specific to this article (#9325) 2020-05-20 08:21:55 -07:00
Krzysztof Woyke adb8dd9fe2 JAVA-1526: Add pagination to the README files 2020-05-20 16:03:49 +02:00
Krzysztof Woyke 7c0fa2dbcf JAVA-1526: Delete moved articles from spring-boot-properties 2020-05-20 15:58:43 +02:00
Krzysztof Woyke 304a6fb6cc JAVA-1526: Copy three @Value related articles to spring-boot-properties-2 2020-05-20 15:51:11 +02:00
Krzysztof Woyke c4101d7df7 JAVA-1526: Fix test configuration 2020-05-20 14:50:33 +02:00
Krzysztof Woyke 8afe64de3e JAVA-1526: Remove spring-boot-json-properties from spring-boot-properties 2020-05-20 14:37:43 +02:00
Krzysztof Woyke 5ab3de4965 JAVA-1526: Copy spring-boot-json-properties to spring-boot-properties-2 2020-05-20 13:36:48 +02:00
sampadawagde 78683ecf0c JAVA-940: Migrate spring-jenkins-pipeline to parent-boot-2 2020-05-20 11:46:37 +05:30
Grzegorz Piwowarek f1be6fa3ae Update ExchangerPipeLineManualTest.java (#9326) 2020-05-20 07:54:02 +02:00
Josh Cummings 3b10c3065e 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 8250318e51 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 4f6bcaf9f6 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 9c14404de9 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 4f7fab2acd Merge pull request #9324 from eugenp/BAEL-3751
Update README.md
2020-05-19 19:35:51 -06:00
Josh Cummings 07576ef07b Update README.md
Issue BAEL-3751
2020-05-19 19:24:45 -06:00
Josh Cummings 3a8df18136 Merge pull request #9263 from kcacademic/es-cqrs
Es cqrs
2020-05-19 19:12:31 -06:00
kwoyke eb739e3ab2 BAEL-3745: Update spring-boot-modules pom.xml (#9316) 2020-05-19 22:30:01 +02:00
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
CHANDRAKANT Kumar 24fe7f5fe4 Incorporated review comments from the editor. 2020-05-19 16:56:21 +05:30
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
Krzysztof Woyke 4ab92fd3fc JAVA-1643: Align Spring Boot versions used in articles and in the repo 2020-05-18 21:35:09 +02: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
CHANDRAKANT Kumar 642b12365a Removed blank lines from the parent pom. 2020-05-18 23:04:48 +05:30
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
amit.pandey 8de92f7f4c removed unwanted path from web security config 2020-05-17 21:10:55 +05:30