Commit Graph

26899 Commits

Author SHA1 Message Date
ACHRAF TAITAI
15d71bd49b BAEL-6192: Get the Desktop Path in Java (#13581) 2023-03-04 20:12:23 +01:00
edizor
bf2e6bd7d4 Update README.md
[skip ci]
2023-03-04 11:21:38 +08:00
edizor
28e70847ab Create README.md
[skip ci]
2023-03-04 11:16:45 +08:00
edizor
42201e2332 Update README.md
[skip ci]
2023-03-04 11:13:57 +08:00
edizor
e36b566d72 Create README.md
[skip ci]
2023-03-04 10:57:59 +08:00
edizor
742fcb1abe Create README.md
[skip ci]
2023-03-04 10:56:06 +08:00
edizor
5e22444c82 Update README.md
[skip ci]
2023-03-04 10:49:47 +08:00
edizor
e81354c8df Create README.md
[skip ci]
2023-03-04 10:41:08 +08:00
Anastasios Ioannidis
b05907e62c JAVA-18145 Upgrade Jsf module to JDK 11 (#13491)
* JAVA-18145 Upgrade Jsf module to JDK 11

* JAVA-18145 Deleted jsf module from pre-jdk9 profiles
2023-03-03 15:54:15 +02:00
IfThen2
5fad914eb9 enum samples for bael6145 implementing toString() for enums (#13407)
* enum samples for bael6145 implementing toString() for enums

* updates from code review:
FastFood1: return empty string instead of null when no matching enum found
FastFood3: make enum name variable final

* make member variable private final in FastFoot3 enum
remove trailing comma in FastFoot2 enum
2023-03-02 21:15:38 +01:00
Dhawal Kapil
ebe9e15269 Update README.md (#13556) 2023-03-02 22:53:50 +05:30
Eugene Kovko
02365315e8 BAEL-6228 Updated test names (#13571) 2023-03-02 09:22:53 -08:00
panos-kakos
53dd7d016c [JAVA-18180] Fixed integration test (#13566) 2023-03-02 22:05:08 +05:30
panos-kakos
743da9fa03 [JAVA-16377] Upgraded cxf-rt-databinding-aegis version (#13565) 2023-03-02 22:04:22 +05:30
panos-kakos
0539b6435b [JAVA-18124] Upgraded dependencies versions (#13564) 2023-03-02 22:03:39 +05:30
panos-kakos
ec1e7f16d1 [JAVA-18129] Upgraded dependencies versions (#13560)
* [JAVA-18129] Upgraded dependencies versions

* [JAVA-18129] Upgraded dependencies versions
2023-03-02 22:01:13 +05:30
Loredana Crusoveanu
2a158a9c51 Merge pull request #13540 from saikatcse03/master
Dependencies version update
2023-03-02 18:16:17 +02:00
Loredana Crusoveanu
b9ccc3991f Merge pull request #13405 from ch4mpy/BAEL-6223
Sample code for "Testing Spring OAuth2 Access-Control"
2023-03-02 18:00:09 +02:00
davidmartinezbarua
f4bfd796c1 Merge pull request #13341 from StefSC/BAEL-5788
[BAEL-5788] Accessing Private Constructor
2023-03-02 10:39:27 -03:00
student-future
aae0759f6a Update pom.xml 2023-03-02 20:48:13 +08:00
student-future
83c9a02c32 Update pom.xml 2023-03-02 20:46:18 +08:00
ch4mpy
ae81947080 BAEL-6223 : ul (CONFIGURATION)
Revert move spring-security-oauth2-testing module declaration
2023-03-01 14:53:35 -10:00
ch4mpy
db2426fdc6 BAEL-6223 : ul (CONFIGURATION)
Anonymous test methods naming
2023-03-01 14:53:01 -10:00
ch4mpy
8253842dd2 BAEL-6223 : ul (CONFIGURATION)
Move spring-security-oauth2-testing module declaration
2023-03-01 14:20:41 -10:00
ch4mpy
2679f0fb64 Baeldung source format 2023-03-01 14:11:01 -10:00
ch4mpy
3a6f99223a Improve anonymous tests readability 2023-03-01 14:11:01 -10:00
ch4mpy
03c3de438c https://jira.baeldung.com/browse/BAEL-6223 2023-03-01 14:11:01 -10:00
Loredana Crusoveanu
f996314508 Merge pull request #13373 from honeykakkar/patch-2
Fix link to the previous article in README.md
2023-03-01 19:47:43 +02:00
pedrolopes9-7
473eb166d7 fix file location 2023-02-28 20:19:00 -03:00
pedrolopes9-7
4d0305a5f4 adding yml file and generator 2023-02-28 20:02:41 -03:00
Kilian Schneider
5c03f3b2bd BAEL-6207 (#13557)
* BAEL-6207 IDD

* Update pom.xml

* Rename HelpRequestServiceTest.java to HelpRequestServiceUnitTest.java

* Update HelpRequestServiceUnitTest.java
2023-02-28 13:57:57 -08:00
anuragkumawat
e8e1e4765c JAVA-18103 Revert properties file name to fix integration test (#13555) 2023-02-28 23:38:13 +05:30
panos-kakos
bf34559430 Upgrading modules in chunks (#13537)
* [JAVA-18166] Moved performance-tests module to jdk9-and-above-profile

* [JAVA-18172] Moved security-modules module to jdk9-and-above-profile

* [JAVA-18154] Moved libraries-server-2 module to jdk9-and-above-profile

* [JAVA-18172] Upgraded maven-war-plugin version

* [JAVA-18172] Upgraded maven-war-plugin version at parent module

* [JAVA-18164] Moved orika module to jdk9-and-above profile

* [JAVA-18164] Testing argLine configuration
2023-02-28 23:16:43 +05:30
davidmartinezbarua
6ff79161ff Merge pull request #13408 from cesarevalenti90/master
BAEL-6125 - Migrate Application from Spring Boot 2 to Spring Boot 3
2023-02-28 13:54:58 -03:00
Cesare
a99b1c73e1 reformat TodosController 2023-02-28 10:09:51 +01:00
cesarevalenti90
81ab2ad567 Merge branch 'eugenp:master' into master 2023-02-28 10:06:11 +01:00
Azhwani
4ef931f67a BAEL-6076: Resolving Jackson JsonMappingException: Can not deserialize instance of java.lang.String out of START_OBJECT token (#13495) 2023-02-28 10:41:01 +05:30
Kapil Khandelwal
c0e765e8ae BAEL-3746:- Get the Output of a Shell Command Executed Using Into a Variable in Jenkins Pipeline (#13544) 2023-02-27 09:49:45 -08:00
Eugene Kovko
16339c60ad BAEL-6228-Pipeline-Design-Pattern-in-Java (#13547) 2023-02-27 09:29:14 -08:00
Kumar Prabhash Anand
36b32f831e BAEL-5294 added form-url-encoded data code (#13545) 2023-02-27 09:24:20 -08:00
Sam Gardner
6c2b1a0cc6 BAEL-5836 Add unit tests for moving items in an arraylist 2023-02-27 15:47:00 +00:00
exaucae
56f0b6058e fix: correct imports 2023-02-27 13:44:33 +00:00
exaucae
c475e890f6 fix: use baeldung intellij formatter 2023-02-27 12:16:25 +00:00
timis1
57209b45d2 JAVA-18264 Update article "A Guide to MongoDB with Java" (#13466)
* JAVA-18264 Update article "A Guide to MongoDB with Java"

* JAVA-18264 Update with suggestion

* JAVA-18264 Additional updates

* JAVA-18264 Format pom.xml

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-27 16:08:14 +05:30
timis1
3ba82b5403 JAVA-18133 Upgrade drools module to JDK 11 (#13543)
Co-authored-by: n <noreplay@yahoo.com>
2023-02-27 16:07:41 +05:30
Loredana Crusoveanu
383725e2f4 Merge pull request #13483 from anuragkumawat/JAVA-18103
JAVA-18103 Update spring-boot-keycloak-2 module
2023-02-27 09:45:56 +02:00
panos-kakos
aa0c9c7db5 [JAVA-18177] Moved server modules to jdk9-and-above profile (#13523)
* [JAVA-18177]  Moved server modules to jdk9-and-above profile

* [JAVA-18177]  Upgraded maven-war-plugin version

* [JAVA-18146]  Moved json-modules to jdk9-and-above profile

* [JAVA-18151]  Moved libraries-data module to jdk9-and-above profile

* [JAVA-18176] Moved saas-modules to jdk9-and-above profile

* [JAVA-18165] Moved patterns-modules to jdk9-and-above profile

* [JAVA-18146] Fixed tests at gson module

* [JAVA-18165] Upgraded maven-war-plugin version

* [JAVA-16377] Moved apache-cxf-module to jdk9-and-above profile + comment out cxf spring

* [JAVA-18151] Testing maven compiler plugin

* [JAVA-18151] Ignored 2 test cases

* [JAVA-18151] import javassist dependency manually

* [JAVA-16377] Upgraded spring version + uncomment cxf-spring module
2023-02-26 21:55:24 +05:30
Loredana Crusoveanu
b8f5b97c3a Merge pull request #13538 from anuragkumawat/JAVA-18598
JAVA-18598 Update Intro to Apache Kafka with Spring article
2023-02-26 18:19:21 +02:00
timis1
cde8c5db0b JAVA-17818 Merge spring-cloud-modules/open-feign and spring-cloud-modules/open-feign-2 (#13530)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-26 21:37:17 +05:30
timis1
6c2072e9e8 JAVA-13870 Move spring-caching,spring-caching-2 to spring-boot-module… (#13457)
* JAVA-13870 Move spring-caching,spring-caching-2 to spring-boot-modules (conti-1)

* JAVA-13870 Making spring boot as the parent for spring-caching and spring caching-2

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-26 21:31:26 +05:30