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>
This commit is contained in:
Jonathan Cook
2020-05-18 23:15:04 +02:00
committed by GitHub
parent efa30fe9f4
commit 51b4218f25
8 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -463,7 +463,6 @@
<module>java-numbers</module>
<module>java-numbers-2</module>
<module>java-numbers-3</module>
<module>java-python-interop</module>
<module>java-rmi</module>
<module>java-spi</module>
<module>java-vavr-stream</module>
@@ -497,7 +496,8 @@
<module>kotlin-quasar</module>
<!-- <module>lagom</module> --> <!-- Not a maven project -->
<module>libraries-2</module>
<module>language-interop</module>
<module>libraries-2</module>
<module>libraries-3</module>
<module>libraries-apache-commons</module>
<module>libraries-apache-commons-collections</module>