14948 Commits

Author SHA1 Message Date
hajarrs
6e3cb9b030
hajarrs/qaibouhajar@gmail.com (#15668) 2024-02-04 17:16:47 -06:00
Wynn Teo
aee52febce
BAEL-5685 translate space using urlencoder (#15764)
* BAEL-5685 translate space using urlencoder

* Add a special character to the string

---------

Co-authored-by: Wynn Teo <wynnteo@Wynns-MacBook-Pro.local>
2024-02-04 17:08:33 -06:00
Amit Pandey
ab7bcbd6d3
JAVA-30981 :- Upgrade Spring Boot Environment to the latest Spring Cloud (#15794) 2024-02-04 22:26:22 +02:00
Kai.Yuan
7b115b3a26 [mv-0-to-end-array] changes for comments 2024-02-04 19:24:20 +01:00
davidmartinezbarua
83d9197bbf
Merge pull request #15760 from thibaultfaure/articles/BAEL-7357-Find-equilibrium-indexes
BAEL-7357 Code for the Find Equilibrium Indexes of an Array
2024-02-04 10:31:56 -03:00
Kai.Yuan
e8b27416d7 [mv-0-to-end-array] move zeros to the end 2024-02-04 13:56:52 +01:00
Vini
b727f604af
Merge pull request #15804 from Neetika23/RangeStream
Stream file
2024-02-04 10:58:48 +01:00
Neetika Khandelwal
186f2dbee2 modified method names 2024-02-04 14:15:22 +05:30
thibaultfaure
9aca65bd33
Update core-java-modules/core-java-arrays-operations-advanced-2/src/main/java/com/baeldung/equilibriumindex/EquilibriumIndexFinder.java
Co-authored-by: KevinGilmore <kpg102@gmail.com>
2024-02-04 08:14:35 +01:00
thibaultfaure
d88aa573b0
Update core-java-modules/core-java-arrays-operations-advanced-2/src/main/java/com/baeldung/equilibriumindex/EquilibriumIndexFinder.java
Co-authored-by: KevinGilmore <kpg102@gmail.com>
2024-02-04 08:14:25 +01:00
Lucian Snare
43cb6d6289 Remove java version change 2024-02-04 00:52:15 -05:00
Lucian Snare
521ec4f4fc A few small test updates 2024-02-04 00:44:31 -05:00
Lucian Snare
498746ef59 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-7487-resolve-multiple-completable-futures 2024-02-03 22:33:26 -05:00
Lucian Snare
c90eac4ac5 Add unit test to resolve multiple CompletableFutures 2024-02-03 22:30:22 -05:00
Imran Alam
a1fb6eb66b Added code for Mutable vs Immutable objects in java 2024-02-03 21:43:12 +05:30
Imran Alam
7391417ce8
Merge branch 'eugenp:master' into master 2024-02-03 21:24:09 +05:30
davidmartinezbarua
a1353ca196
Merge pull request #15710 from thibaultfaure/articles/BAEL-7399-Injecting-@Captor-in-Junit-Method-Parameters
BAEL-7399 Code for the Injecting @Mock and @Captor in JUnit5 Method P…
2024-02-03 12:31:19 -03:00
anujgaud
f3d6abbf6a
Fix test name 2024-02-03 19:24:33 +05:30
Loredana Crusoveanu
b7f630fd65
Merge pull request #15808 from eugenp/lor6-patch-1
Update README.md
2024-02-03 15:48:59 +02:00
anujgaud
d45bf19622
Add unit tests 2024-02-03 19:17:45 +05:30
anujgaud
c651b85f54
Add read methods 2024-02-03 19:16:52 +05:30
Loredana Crusoveanu
9cfb1b3a1b
Update README.md 2024-02-03 15:44:56 +02:00
Loredana Crusoveanu
e020a58a37
Merge pull request #15800 from rcalago/master
Update on README.md
2024-02-03 15:35:36 +02:00
Bipin kumar
ecede003a1
JAVA-27339: Changes made for adding java-panama module back (#15789) 2024-02-03 14:35:58 +02:00
anuragkumawat
a6515f209f
JAVA-30917 Fix references to parent (#15790) 2024-02-03 14:04:49 +02:00
Maiklins
a329932104
Merge pull request #15765 from constantinurs/thymeleaf-variables
BAEL-7263: Check if a Thymeleaf variable is defined
2024-02-03 10:24:58 +01:00
Neetika Khandelwal
7fff987c77 modified method names 2024-02-03 14:23:49 +05:30
Neetika Khandelwal
971238704b Stream file 2024-02-03 14:13:53 +05:30
Ana Peterlic
7ec4a9fd1d Update givenInputFromConsole_whenUsingScanner_thenReadCharByChar 2024-02-03 06:37:14 +01:00
rcalago
c123c847a9
Update README.md 2024-02-03 09:23:14 +08:00
rcalago
2faa2f2e70
Update README.md 2024-02-03 09:21:47 +08:00
rcalago
38f648859d
Update README.md 2024-02-03 09:20:44 +08:00
rcalago
624bd5f8f6
Create README.md 2024-02-03 09:18:33 +08:00
rcalago
172719db19
Update README.md 2024-02-03 09:07:56 +08:00
rcalago
b7398f9d73
Update README.md 2024-02-03 09:06:47 +08:00
rcalago
0bedd12300
Update README.md 2024-02-03 09:05:06 +08:00
rcalago
e7c152635c
Update README.md 2024-02-03 08:58:45 +08:00
rcalago
19db271df5
Update README.md 2024-02-03 08:57:43 +08:00
rcalago
dfbbfee452
Update README.md 2024-02-03 08:56:36 +08:00
rcalago
3d71732a4b
Update README.md 2024-02-03 08:54:25 +08:00
anuragkumawat
cbfce5d0fc
JAVA-28551 Upgrade spring-reactive-client-2 to Spring Boot 3 (#15781) 2024-02-02 22:14:24 +02:00
Eugene Kovko
9d23ecb95b
Bael 7201 (#15792)
* BAEL-7201: Maven compilation example

* BAEL-7201: Disable the tests

* BAEL-7201: Created MavenAdapter and moved repeated code

* BAEL-7201: Project creation and tests

* BAEL-7201: A couple of renames and refactors

* BAEL-7201: Extract constants

* BAEL-7201: Cleaned the POM

* BAEL-7201: Remove unnecessary access modifiers
2024-02-02 11:26:16 -08:00
davidmartinezbarua
772649421b
Merge pull request #15669 from hmdrzsharifi/BAEL-7434
Bael 7434: Verify code for "Multitenancy With Spring Data JPA"
2024-02-02 13:21:41 -03:00
Loredana Crusoveanu
87f420d255
Merge pull request #15799 from eugenp/JAVA-31022-5
JAVA-31022 add back large files removed after history truncation
2024-02-02 15:10:59 +02:00
Loredana Crusoveanu
cd5fb33832 JAVA-31022 add back large files removed after history truncation 2024-02-02 15:06:51 +02:00
Loredana Crusoveanu
cb250ca64b
Merge pull request #15797 from eugenp/JAVA-31022-4
JAVA-31022 add back large files removed after history truncation
2024-02-02 15:01:29 +02:00
anuragkumawat
180d3ea9c8
JAVA-30174 Fix spring-mvc-xml-2 failing test (#15744) 2024-02-02 14:25:27 +02:00
Loredana Crusoveanu
03802ccdcd JAVA-31022 add back large files removed after history truncation 2024-02-02 13:27:44 +02:00
Loredana Crusoveanu
314b5167df
Merge pull request #15796 from eugenp/JAVA-31022-2
JAVA-31022 add back large files removed after history truncation
2024-02-02 13:19:17 +02:00
Loredana Crusoveanu
3bad840d92
Merge pull request #15795 from eugenp/JAVA-31022
JAVA-31022 add back large files removed after history truncation
2024-02-02 13:10:52 +02:00