timis1
dc667e03f3
JAVA-27237 Change the logging level to WARN (spring-integration)
2023-11-06 13:59:05 +02:00
panos-kakos
81be7c4ad5
[JAVA-26374-boot-runtime] Moved "CORS with Spring" article to spring-boot-runtime ( #15096 )
2023-11-06 11:45:12 +02:00
panos-kakos
91293d64b0
[JAVA-26049] Upgraded spring-boot-environment module to spring-boot 3… ( #14994 )
2023-11-06 10:52:53 +02:00
Vini
5b7c37eab5
Merge pull request #14786 from ChernoVl/master
...
BAEL-5755: Convert an XML file to CSV file
2023-11-06 09:21:02 +01:00
Loredana Crusoveanu
f3f39c2e56
Merge pull request #15133 from edizor/master
...
UPDATE README
2023-11-06 09:31:52 +02:00
Rajat Garg
da8167cf17
[BAEL-7069] Pass list as a query parameter in Jersey ( #15051 )
...
* Pass list as a query parameter in Jersey
* Address review comment
* Address review comment
---------
Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2023-11-06 07:15:53 +05:30
Kai Yuan
63953b74f3
Nth substring ( #15120 )
...
* [nth-substring] nth substring in a string
* [nth-substring] find n-th substring
2023-11-05 19:26:25 -06:00
timis1
790ec2b7fb
JAVA-27237 Review log statements for projects - Week 16 - 2023 (moved-13) (conti-1)
2023-11-05 23:28:32 +02:00
Kasra Madadipouya
4931a3b16d
Merge pull request #15111 from GaetanoPiazzolla/JAVA-18614-fix-logout
...
Java 18614 fix logout
2023-11-05 13:00:43 +01:00
anuragkumawat
a575de93b1
JAVA-27183 Upgrade hibernate-validator version in spring-jpa module
2023-11-05 13:36:30 +05:30
anuragkumawat
9e0b0945f7
JAVA-27182 Upgrade hibernate-validator version in spring-data-couchbase-2 module
2023-11-05 13:05:01 +05:30
anuragkumawat
a8af97e2eb
JAVA-27181 Update hibernate-validator version in jpa-hibarnate-cascade-type module
2023-11-05 12:40:54 +05:30
anuragkumawat
dad8f5cf2b
JAVA-27180 Upgrade hibernate-validator version in hibernate-mapping module
2023-11-05 11:48:26 +05:30
Ulisses Lima
0fc112e613
BAEL 6701 - MongoDB - Atlas Search using the Java Driver and Spring Data ( #15069 )
...
* research 1
* new search methods
* first draft
* removing old code
* updated to parent-boot-3
* mongo review 2
2023-11-05 06:45:44 +01:00
edizor
9ba05068aa
Create README.md
...
[skip ci]
2023-11-05 13:45:06 +08:00
edizor
4f98043b95
Update README.md
...
[skip ci]
2023-11-05 13:39:48 +08:00
edizor
0391a9c840
Update README.md
...
[skip ci]
2023-11-05 13:35:00 +08:00
edizor
ac7cedb7ef
Update README.md
...
[skip ci]
2023-11-05 13:30:32 +08:00
edizor
4ee135819b
Create README.md
...
[skip ci]
2023-11-05 13:24:26 +08:00
edizor
686196c040
Update README.md
...
[skip ci]
2023-11-05 13:16:48 +08:00
edizor
9d7705309e
Create README.md
...
[skip ci]
2023-11-05 13:08:59 +08:00
edizor
67d1902524
Update README.md
...
[skip ci]
2023-11-05 13:02:33 +08:00
edizor
252696e2b3
Update README.md
...
[skip ci]
2023-11-05 12:58:15 +08:00
edizor
88a874082d
Update README.md
...
[skip ci]
2023-11-05 12:49:07 +08:00
Mo Helmy
89744aff6c
This commit is related to BAEL-7161 ( #15132 )
...
This commit aims to add a test class "StreamToMapAndMultiMapUnitTest" that provides several approaches to convert Java stream to Map or MultiMap.
2023-11-04 20:06:13 -07:00
Vladyslav Chernov
ee97389e28
BAEL-5755: remove BAEL-5852 commits
2023-11-04 15:38:37 -07:00
Vladyslav Chernov
cea912e42f
BAEL-5852: remove comments
2023-11-04 15:33:30 -07:00
panos-kakos
d9fd96773e
[JAVA-26720] Upgraded opencsv to 5.8 version ( #15126 )
2023-11-04 15:23:42 +02:00
panos-kakos
1baaca3e37
[JAVA-26432] Update "Introduction to Java 8 Streams" article Clean up ( #15038 )
2023-11-04 12:01:25 +02:00
anuragkumawat
df78df7a81
JAVA-26394 Move java-native to core-java modules ( #15092 )
2023-11-04 11:23:37 +02:00
panos-kakos
3ee56ca66e
[JAVA-26735] Fixed test case
2023-11-04 11:12:34 +02:00
Gaetano Piazzolla
36a30dcda8
JAVA-13263 | Moved some gradle7 and gradle8 modules. ( #15046 )
2023-11-04 10:41:18 +02:00
anuragkumawat
885111ea75
JAVA-27177 Upragde hibernate validator- Remove dependencies no longer needed
2023-11-04 13:13:28 +05:30
anuragkumawat
20361bec8e
JAVA-27178 Upgrade hibernate-validator in javaxval module
2023-11-04 12:59:59 +05:30
anuragkumawat
674f03a8fe
JAVA-27177 Upgrade hibernate-validator version in atomikos module
2023-11-04 12:43:56 +05:30
anuragkumawat
049770733c
JAVA-27176 Upgrade hibernate validator version in core-java-string-operations-2 module
2023-11-04 12:24:35 +05:30
vaibhav007jain
22ad2b88a8
Bael-7075: Initial Commit ( #15053 )
...
* Create VectorOperations.java
BAEL-7075: Initial Commit
* BAEL-7075: Create VectorOperationsUnitTest.java
* Delete core-java-modules/core-java-collections-5/src/main/java/com/baeldung/vectors/VectorOperations.java
* Update VectorOperationsUnitTest.java
* Update VectorOperationsUnitTest.java - Added one more test case
2023-11-04 11:02:23 +05:30
panos-kakos
a324fc5c33
[JAVA-26735] Replaced deprecated API JsonParser
2023-11-03 23:52:59 +02:00
panos-kakos
0f6149ef8c
[JAVA-26735] Upgraded gson library to 2.10.1 version
2023-11-03 23:31:49 +02:00
anuragkumawat
ef027438e9
Merge branch 'eugenp:master' into JAVA-26280
2023-11-03 18:39:24 +05:30
anuragkumawat
c7a4c2f623
Merge branch 'eugenp:master' into JAVA-26380
2023-11-03 18:39:01 +05:30
Sam Gardner
3d561e24df
BAEL-7105 Add code for StringBuilder comparison
2023-11-03 12:43:44 +00:00
Gaetano Piazzolla
26a57c08ee
JAVA-22296 | Upgrade spring-cloud-modules to JDK 17: Chunk 4 ( #15020 )
2023-11-03 14:21:09 +02:00
Reza Ganji
b11ba77937
BAEL-5970 Working with MathFlux ( #15116 )
...
* Working with MathFlux.
* revert change to readme.
* merge codes in unit test.
* merge codes in unit test.
---------
Co-authored-by: rezaganjis <Ganji@tosan.com>
2023-11-03 09:57:27 +05:30
Pedro Lopes
6f618f5cf9
BAEL-7128: Optional as a Record Parameter in Java ( #15114 )
...
* record class and test
* renaming test
2023-11-03 09:50:47 +05:30
Michael Olayemi
4c06d8e9f9
How to Document Generic Type Parameter ( #15108 )
...
* How to Documeny Generic Type Parameters
* How to Documeny Generic Type Parameters
2023-11-03 09:45:06 +05:30
Niket Agrawal
3fe81a3e07
Formatting changes
2023-11-03 03:49:06 +05:30
parthiv39731
aa27014425
BAEL-7177
...
Modifying Objects within Stream while iterating
2023-11-02 23:12:45 +05:30
parthiv39731
a5d58617e2
BAEL-7177
...
Modifying Objects within Stream while iterating
2023-11-02 20:21:59 +05:30
Palaniappan Arunachalam
57840bb083
BAEL-4200: JNDI - What Is java:comp/env? ( #15081 )
2023-11-02 09:28:54 +05:30