Commit Graph

7718 Commits

Author SHA1 Message Date
sharifi 232bd3080b bael-4197: add test context 2021-12-05 13:58:28 +03:30
sharifi 63843c008c bael-4197: add main source 2021-12-05 13:58:13 +03:30
sharifi 8fd0ab58b9 bael-4197: add application-context 2021-12-05 13:57:38 +03:30
polomos 2c5982f9f9 BAEL-5060 JMX ports explained (#11505) 2021-12-04 20:40:46 -06:00
Loredana Crusoveanu c040b702c5 Merge pull request #11543 from kwoyke/JAVA-8764
JAVA-8764: Fix test/main directories structure
2021-12-02 17:33:49 +02:00
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
sachin 7ce6fc4e45 BAEL-5203 :Add an image to an Excel file with Java (#11391)
Co-authored-by: Sachin kumar <sachin.n.kumar@oracle.com>
Co-authored-by: ashleyfrieze <ashley@incredible.org.uk>
2021-12-02 13:48:05 +00: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
Krzysiek 205ad52ea2 JAVA-8764: Fix test/main directories structure 2021-12-02 12:27:52 +01:00
Loredana Crusoveanu 8ce908b85e Merge pull request #11542 from eugenp/lor6-patch-1
remove duplicate dependency
2021-12-02 11:22:52 +02:00
kwoyke cd7486dd27 Merge pull request #11539 from hkhan/JAVA-8703-fix-extension-live-test
[JAVA-8703] Fix Live test to allow isolated execution
2021-12-02 10:21:25 +01:00
Loredana Crusoveanu 4f178a1af5 remove duplicate dependency 2021-12-02 11:20:46 +02:00
Loredana Crusoveanu 3256793b57 Merge pull request #11538 from Teica/fix-5227
Fix 5227
2021-12-02 11:19:16 +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
Haroon Khan 1ff29cf596 [JAVA-8703] Fix Live test to allow isolated execution 2021-12-01 22:41:31 +00:00
Matea Pejčinović 87b64245ad removed Hamcrest 2021-12-01 21:28:24 +01:00
Olsi Seferi 36866c09f7 ExcelUtility Jira issue BAEL-5198 (#11503)
* CODE REFACTOR AND ADDED UNIT TEST

* SMALL CHANGE

* FIXED TESTS TIMEZONE ISSUES

Co-authored-by: Olsi Seferi <olsi.seferi@sisal.al>
2021-12-01 10:19:19 -08:00
Loredana Crusoveanu 01ff175f5d Merge pull request #11534 from kwoyke/JAVA-8358
JAVA-8358: Move Spring Boot Exit Codes code
2021-12-01 16:59:10 +02: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
Krzysiek f913e0c006 JAVA-8358: Move Spring Boot Exit Codes code 2021-12-01 10:48:53 +01:00
Loredana Crusoveanu 4525a90a55 Merge pull request #11533 from eugenp/JAVA-8748-v1
JAVA-8748 temporarily disable test
2021-12-01 11:42:47 +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
johnA1331 f579ec9ed5 Update README.md 2021-12-01 16:25:31 +08:00
johnA1331 a309541503 Update README.md 2021-12-01 16:23:15 +08:00
johnA1331 eb4276fe3b Update README.md 2021-12-01 16:18:13 +08:00
johnA1331 879e60f8c0 Create README.md 2021-12-01 16:16:25 +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
kwoyke 0c859a7d49 Merge pull request #11529 from chaos2418/JAVA-8735
JAVA-8735: fix logging related integration tests
2021-11-30 10:21:54 +01:00
KevinGilmore 696b754971 Add and update README files (#11530) 2021-11-29 22:19:32 -06:00
chaos2418 318df3fb84 JAVA-8735: fix logging related integration tests 2021-11-30 09:06:22 +05:30
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
Teica 3bcedb6eda Create pom.xml 2021-11-29 21:07:36 +01:00
Teica c215f71959 Delete pom.xml 2021-11-29 21:05:29 +01:00
Teica 3cf650f4eb Update pom.xml 2021-11-29 21:04:08 +01:00
Teica d9b41d9737 Update pom.xml 2021-11-29 21:03:28 +01:00
Teica 0c7a0bcb8d Update pom.xml 2021-11-29 21:02:40 +01: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
Bhaskara 28b7ea96c7 BAEL-4648: How to debug Websockets (#11469)
* BAEL-4648: How to debug Websockets

* Formatted the code

* Incorporated comments from Kevin
2021-11-28 17:32:23 -06: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
davidmartinezbarua 6f87f6edd5 Merge pull request #11327 from mabdullah12/feature/abdullah/baeldung/415_Unsupported_MediaType_for_POST
415 Unsupported Media Type
2021-11-28 12:57:25 -03:00
wugangca 9461caeb27 BAEL-5205 Adding a column to an Excel file using Apache POI (#11491)
* BAEL-5205 Adding a column to an Excel file using Apache POI

* BAEL-5205 move the test xls file into the test folder

Co-authored-by: Gang Wu <wugagnca@hotmail.com>
2021-11-28 09:51:13 -06:00
davidmartinezbarua 1af458be34 Merge pull request #11525 from eugenp/revert-11427-master
Revert "Spring Webflux and @Cacheable Annotation"
2021-11-28 12:50:27 -03:00
davidmartinezbarua 47599b738d Merge pull request #11522 from mladensavic94/master
Spring Webflux and @Cacheable Annotation - moved to new package
2021-11-28 12:47:59 -03:00
Azhwani 7b564fe3ef init commit (#11496) 2021-11-28 09:47:49 -06:00