sharifi
784c0e11bd
bael-4197: indent with spaces instead of tab
2022-01-08 12:48:48 +03:30
sharifi
3c9831f323
bael-4197: add @ContextConfiguration for loading application context
2022-01-02 13:09:06 +03:30
sharifi
58b12fcfc8
bael-4197: fix bug
2021-12-05 14:28:10 +03:30
sharifi
a2318c466c
bael-4197: add test class
2021-12-05 13:58:51 +03:30
sharifi
134d83f39d
bael-4197: add test context
2021-12-05 13:58:28 +03:30
sharifi
7e83b6b04d
bael-4197: add main source
2021-12-05 13:58:13 +03:30
sharifi
9b4cee697d
bael-4197: add application-context
2021-12-05 13:57:38 +03:30
polomos
669f153727
BAEL-5060 JMX ports explained ( #11505 )
2021-12-04 20:40:46 -06:00
Loredana Crusoveanu
87b449ecca
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
b27420ba20
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
709bd18423
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
85b913e939
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
78c15bc838
JAVA-8748: Use ServerSocket(0) approach to get free port
2021-12-02 12:58:13 +01:00
Krzysiek
3f6392bc39
JAVA-8764: Fix test/main directories structure
2021-12-02 12:27:52 +01:00
Loredana Crusoveanu
562e4148a0
Merge pull request #11542 from eugenp/lor6-patch-1
...
remove duplicate dependency
2021-12-02 11:22:52 +02:00
kwoyke
96cbee17fc
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
ece4d5af42
remove duplicate dependency
2021-12-02 11:20:46 +02:00
Loredana Crusoveanu
6c7d383914
Merge pull request #11538 from Teica/fix-5227
...
Fix 5227
2021-12-02 11:19:16 +02:00
Loredana Crusoveanu
b35c4e810d
Merge branch 'master' into fix-5227
2021-12-02 11:16:06 +02:00
Krzysiek
072a384a88
JAVA-8748: Make each test get available port on its own
2021-12-02 09:33:35 +01:00
Haroon Khan
ae9d1fcd8e
[JAVA-8703] Fix Live test to allow isolated execution
2021-12-01 22:41:31 +00:00
Matea Pejčinović
1136538b0b
removed Hamcrest
2021-12-01 21:28:24 +01:00
Olsi Seferi
ba29be11fb
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
13c456ffdd
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
915d0daab5
Merge pull request #11532 from johnA1331/master
...
BAEL-44759 - add links to github-baeldung articles
2021-12-01 11:55:30 +02:00
Krzysiek
a66d9b5fd2
JAVA-8358: Move Spring Boot Exit Codes code
2021-12-01 10:48:53 +01:00
Loredana Crusoveanu
875eb53dff
Merge pull request #11533 from eugenp/JAVA-8748-v1
...
JAVA-8748 temporarily disable test
2021-12-01 11:42:47 +02:00
Loredana Crusoveanu
8e4bdad572
JAVA-8748 temporarily disable test
2021-12-01 11:39:46 +02:00
johnA1331
8c337801ce
Update README.md
2021-12-01 16:33:28 +08:00
johnA1331
1cd06bd0ff
Update README.md
2021-12-01 16:31:04 +08:00
johnA1331
c60b97f6c7
Update README.md
2021-12-01 16:25:31 +08:00
johnA1331
4f569c0914
Update README.md
2021-12-01 16:23:15 +08:00
johnA1331
e1edaf8f5c
Update README.md
2021-12-01 16:18:13 +08:00
johnA1331
2e2bcbab19
Create README.md
2021-12-01 16:16:25 +08:00
Kai Yuan
8f586a0007
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
ddcb423678
Merge pull request #11529 from chaos2418/JAVA-8735
...
JAVA-8735: fix logging related integration tests
2021-11-30 10:21:54 +01:00
KevinGilmore
fdcc5324ba
Add and update README files ( #11530 )
2021-11-29 22:19:32 -06:00
chaos2418
b417edc421
JAVA-8735: fix logging related integration tests
2021-11-30 09:06:22 +05:30
vaibhav007jain
915cbfdafa
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
3041ad3724
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
33e6b23c15
Create pom.xml
2021-11-29 21:07:36 +01:00
Teica
70b8e5bbe8
Delete pom.xml
2021-11-29 21:05:29 +01:00
Teica
bc5d282493
Update pom.xml
2021-11-29 21:04:08 +01:00
Teica
f77bc37310
Update pom.xml
2021-11-29 21:03:28 +01:00
Teica
e073e5b8e2
Update pom.xml
2021-11-29 21:02:40 +01:00
Loredana Crusoveanu
ec85ef689f
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
d7f3f90731
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ć
4f0535e070
renaming the test class
2021-11-28 18:14:42 +01:00
Matea Pejčinović
12baca5a20
BAEL-5253 moving the tests to other module
2021-11-28 18:03:38 +01:00
davidmartinezbarua
b806296685
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