sachin
53b9df34a2
Bael-5125 Java implicit super constructor is undefined error ( #11566 )
...
Co-authored-by: Sachin kumar <sachin.n.kumar@oracle.com>
2021-12-13 20:18:00 -06:00
Azhwani
389df860a6
BAEL-3763: Improvement: Add a section about the ISO_INSTANT formatter ( #11537 )
...
* init commit
* add parsing examples
* Adjust assertEquals order
* Add empty line before asserts
2021-12-12 21:52:38 -06:00
vunamtien
17981c9036
BAEL-5052-simulate-touch-command-in-java ( #11560 )
...
* BAEL-5052-simulate-touch-command-in-java
* refactor
Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2021-12-11 07:35:40 +01:00
Loredana Crusoveanu
4054e8f860
Merge branch 'master' into JAVA-7244-Review_log_statements_for_projects
2021-12-09 10:22:41 +02:00
Sachin Raverkar
1b2115b2ce
Bael 5275 ( #11561 )
...
* Initial impl of enum
* Added Java 8 based enum searcher and test for it.
* Moved code to core-java-enums
* Fixed test name and readme
* Reused existing module core-java-modules/core-java-lang-oop-types-2 instead of creating a new one.
* Reused existing module core-java-modules/core-java-lang-oop-types-2 instead of creating a new one.
2021-12-08 19:52:20 -08:00
johnA1331
a90ed4d225
Update README.md
2021-12-08 23:48:29 +08:00
johnA1331
2b2546b3b1
Update README.md
2021-12-08 23:44:11 +08:00
johnA1331
fb403a1ec0
Update README.md
2021-12-08 23:34:51 +08:00
johnA1331
4c034d8d81
Update README.md
2021-12-08 23:04:52 +08:00
johnA1331
ac493abbc4
Update README.md
2021-12-08 23:02:06 +08:00
sampadawagde
5f97c1558f
JAVA-8375: Split or move core-java-regex module
2021-12-06 22:24:37 +05:30
kwoyke
5fed81736d
Merge pull request #11546 from chaos2418/JAVA-8736
...
JAVA-8736: updating JDK version for the jdk9-and-above Jenkins jobs - W48
2021-12-06 12:12:12 +01:00
chaos2418
c43b11c0f5
JAVA-8736: removing unused jaxws* properties
2021-12-06 14:54:20 +05:30
kwoyke
7ab10c1c99
Merge pull request #11548 from freelansam/JAVA-8354
...
JAVA-8354: Split or move core-java-collections-3
2021-12-06 09:41:35 +01:00
Loredana Crusoveanu
5a75d00d3a
Merge pull request #11550 from johnA1331/master
...
BAEL-45248 - github - readme links to and from match
2021-12-05 18:06:24 +02:00
sampadawagde
f97df9e828
JAVA-8354: Split or move core-java-collections-3
2021-12-05 11:58:14 +05:30
polomos
2c5982f9f9
BAEL-5060 JMX ports explained ( #11505 )
2021-12-04 20:40:46 -06:00
johnA1331
446cc2beb9
Delete README.md
2021-12-04 19:41:35 +08:00
johnA1331
42549ff9e2
Update README.md
2021-12-04 19:26:22 +08:00
johnA1331
65f604e05d
Update README.md
2021-12-04 16:14:21 +08:00
chaos2418
fdadff3a51
JAVA-8736: fixing plugin versions in core-java-11-2 to work with JDK 17
2021-12-04 10:00:10 +05:30
chaos2418
fe00d52ad5
JAVA-8736: update JDK version for the jdk9-and-above Jenkins jobs
2021-12-03 17:20:12 +05:30
Loredana Crusoveanu
d1fe4362b1
Merge pull request #11541 from kwoyke/JAVA-8748
...
JAVA-8748: Make each test get available port on its own
2021-12-02 17:32:56 +02:00
Daniel Strmecki
615f3ba2bc
Feature/bael 5133 utility class constructor ( #11421 )
...
* BAEL-5133: initial commit
* BAEL-5133: better example
* BAEL-5133: add Lombok examples
* BAEL-5133: add interface and enum examples
* BAEL-5133: add exception
* BAEL-5133: add suppress warning
* BAEL-5133: dummy
Co-authored-by: ashleyfrieze <ashley@incredible.org.uk>
2021-12-02 13:43:55 +00:00
Krzysiek
85faed7f39
JAVA-8748: Use ServerSocket(0) approach to get free port
2021-12-02 12:58:13 +01:00
Loredana Crusoveanu
4f178a1af5
remove duplicate dependency
2021-12-02 11:20:46 +02:00
Loredana Crusoveanu
beacee34c0
Merge branch 'master' into fix-5227
2021-12-02 11:16:06 +02:00
Krzysiek
9d0dd5e34f
JAVA-8748: Make each test get available port on its own
2021-12-02 09:33:35 +01:00
Matea Pejčinović
87b64245ad
removed Hamcrest
2021-12-01 21:28:24 +01:00
Loredana Crusoveanu
b9e9b40ca8
Merge pull request #11532 from johnA1331/master
...
BAEL-44759 - add links to github-baeldung articles
2021-12-01 11:55:30 +02:00
Loredana Crusoveanu
5f78536a3a
JAVA-8748 temporarily disable test
2021-12-01 11:39:46 +02:00
johnA1331
689396a360
Update README.md
2021-12-01 16:33:28 +08:00
johnA1331
d6460d88b8
Update README.md
2021-12-01 16:31:04 +08:00
Kai Yuan
052eb565bc
Java Hashmap with different value types ( #11495 )
...
* Java Hashmap with different value types
* some fixes according to review comments
* convert liveTest -> unitTest
* convert liveTest -> unitTest
2021-11-30 18:17:36 -06:00
vaibhav007jain
2026f9cae7
BAEL-5228: Adding code for approaches to concatenating null string in java ( #11464 )
...
* commited initial code for hexagonal architecture
* Deleting to check in again
* Deleing to check in again
* Push first code for Hexagonal Architecture
* final code with UT for JSON to Java conversion
* removed hexagonal-architecture code from last commit
* BEL-5071 updated README
* BAEL-5071: Undo README changes and added a nested object in the JSON example.
* BAEL-5071: fixed whitespace/indentation in JsonToJavaClassConversion.java
* BAEL-5151: Added code for getting the first of a String
* BAEL-5151: Renamed Unit Test
* BAEL-5151: Moved the files from core-java-string-operations to core-java-string-operations-3
* BAEL-5151: Replaced tabs with white spaces.
* BAEL-5228: Adding code for approaches to concatening null string in java
* BAEL-5228: Moved file to correct folder and added a UT.
* BAEL-5228: corrected import statements.
* BAEL-5228: corrected last commit.
* BAEL-5228: removed extra import.
* BAEL-5228: renamed UT
Co-authored-by: Vaibhav Jain <vaibhav.ashokjain@vodafone.com>
2021-11-30 08:51:17 +05:30
Teica
719c4e4e0b
Feature bael 5253 ( #11526 )
...
* BAEL-5032 Swagger to PDF
* BAEL-5032 added lombok as dependency
* BAEL-5253 moving the tests to other module
* renaming the test class
* Update pom.xml
* Update pom.xml
* Update pom.xml
* Delete pom.xml
* Create pom.xml
Co-authored-by: Matea Pejčinović <matea.pejcinovic@intellexi.hr>
2021-11-29 16:26:16 -08:00
Loredana Crusoveanu
0d45985435
Merge pull request #11517 from kwoyke/JAVA-8709
...
JAVA-8709: Extract commons-collections4.version property to the main …
2021-11-29 12:10:15 +02:00
Matea Pejčinović
f5b596784f
renaming the test class
2021-11-28 18:14:42 +01:00
Matea Pejčinović
9ab2a1ab0f
BAEL-5253 moving the tests to other module
2021-11-28 18:03:38 +01:00
Azhwani
7b564fe3ef
init commit ( #11496 )
2021-11-28 09:47:49 -06:00
kwoyke
8809312a13
Merge pull request #11521 from hkhan/JAVA-8353-fix-monitor-exception
...
[JAVA-8353] Wait longer for the threads to finish
2021-11-28 13:02:09 +01:00
ACHRAF TAITAI
3f28be96db
BAEL-5147 : convert ByteBuffer to String ( #11504 )
...
* BAEL-5147: convert ByteBuffer to String
* Update README.md
2021-11-27 17:59:29 +01:00
Haroon Khan
4e211b64d7
[JAVA-8353] Wait longer for the threads to finish
2021-11-26 22:15:04 +00:00
Krzysiek
334df050b8
JAVA-8710: Update to lombok 1.8.22
2021-11-26 18:07:02 +01:00
Krzysztof Majewski
dcd9411cf3
BAEL-5076 Unix domain socket in Java 16 ( #11493 )
...
* BAEL-5076 Unix domain socket in Java 16
* BAEL-5076 Unix domain socket in Java 16
* BAEL-5076 Unix domain socket in Java 16
* BAEL-5076 Unix domain socket in Java 16
Co-authored-by: krzysztof <kmajewski@berg.technology>
2021-11-26 09:06:20 -08:00
Krzysiek
f9f37ac4e6
JAVA-8709: Extract commons-collections4.version property to the main pom.xml
2021-11-26 13:17:01 +01:00
kwoyke
0b2572b562
Merge pull request #11511 from hkhan/BAEL-44346-update-reader-to-stream
...
[BAEL-44346] Update to use ReaderInputStream from Commons
2021-11-26 11:26:13 +01:00
Loredana Crusoveanu
02f34bab02
disable tests until they are fixed
2021-11-26 10:40:22 +02:00
kwoyke
91e38a4500
Merge pull request #11502 from hkhan/BAEL-44334-enhance-java-process-test
...
[BAEL-44334] Enhance the process test to shutdown ExecutorService
2021-11-26 09:26:59 +01:00
Haroon Khan
6b17804212
[BAEL-44346] Update to use ReaderInputStream from Commons
2021-11-25 19:06:19 +00:00