anuragkumawat
3f9bddc9ab
JAVA-21456 Upgrade spring-boot-mvc-4 to use SpringDoc in place of SpringFox ( #14139 )
...
* JAVA-21456 Upgrade spring-boot-mvc-4 to use SpringDoc in place of SpringFox
* JAVA-21456 Replace no longer needed ModelAttribute with RequestBody
* JAVA-21456 Review comments changes
* JAVA-21456 Formatting changes pom
* JAVA-21456 Correct formatting pom
2023-06-06 09:30:56 +05:30
Kai Yuan
f0124dcca0
[unique-elements-list] Get Unique Values From an ArrayList In Java ( #14152 )
2023-06-05 21:02:36 -05:00
lucaCambi77
f265b51841
[BAEL-6486] - Returning a Value After Finishing Thread's Job in Java ( #14101 )
...
* feat: threads with return value
* pmd violation
2023-06-05 20:52:46 -05:00
Kai Yuan
9ff3b1dd9b
[map-str-obj-to-str-str] converting a Map<String, Object> to a Map<String, String>. ( #14175 )
2023-06-05 20:43:28 -05:00
davidmartinezbarua
5103f90fb5
Merge pull request #14156 from thibaultfaure/improvement/BAEL-6469
...
BAEL-6469 Code for the @Value Annotation Support on records in Spring…
2023-06-05 14:12:15 -03:00
ACHRAF TAITAI
c341505b45
BAEL-5648: Thymeleaf - How to add checked attribute to input conditio… ( #14180 )
...
* BAEL-5648: Thymeleaf - How to add checked attribute to input conditionally
* BAEL-5648: Thymeleaf - How to add checked attribute to input conditionally
2023-06-05 07:59:40 +02:00
Abhinav Pandey
104df66ef8
BAEL-5734 - Mocking private fields ( #14085 )
...
* BAEL-5734 - Mocking private fields
* BAEL-5734 - reducing spring version to make it compatible
2023-06-05 09:12:47 +05:30
Michael Olayemi
3ddf5fa6a4
How to Display a Full HTTP Response Body with Gatling ( #14148 )
2023-06-03 09:12:18 +05:30
timis1
ad2e59fb47
JAVA-20164 Add missing dependency ( #14137 )
...
* JAVA-20164 Add missing dependency
* JAVA-20164 Fix redis config file error maxheap
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-06-03 01:37:07 +05:30
timis1
bb4c9bd411
JAVA-20163 Update example for UserType/CompositeUserType ( #14143 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-06-02 23:42:06 +05:30
psevestre
70acdb27ee
[BAEL-6275] PostgreSQL NOTIFY/LISTEN ( #14153 )
...
* [BAEL-4849] Article code
* [BAEL-4968] Article code
* [BAEL-4968] Article code
* [BAEL-4968] Article code
* [BAEL-4968] Remove extra comments
* [BAEL-5258] Article Code
* [BAEL-2765] PKCE Support for Secret Clients
* [BAEL-5698] Article code
* [BAEL-5698] Article code
* [BAEL-5905] Initial code
* [BAEL-5905] Article code
* [BAEL-5905] Relocate article code to new module
* [BAEL-6275] PostgreSQL NOTIFY/LISTEN
* [BAEL-6275] Minor correction
---------
Co-authored-by: Philippe Sevestre <psevestre@gmail.com>
2023-06-02 09:24:47 -07:00
Loredana Crusoveanu
2e023a6ba2
Merge pull request #14173 from eugenp/lor6-patch-1
...
Update README.md
2023-06-02 17:50:02 +03:00
Loredana Crusoveanu
17fc896c98
Update README.md
2023-06-02 17:47:05 +03:00
Loredana Crusoveanu
1c8cb6a4c8
Merge pull request #14162 from collaboratewithakash/master
...
backlinks updated
2023-06-02 17:35:52 +03:00
Loredana Crusoveanu
2c0482c409
Merge branch 'master' into master
2023-06-02 16:23:25 +03:00
Loredana Crusoveanu
13f8588022
Merge pull request #14169 from edizor/master
...
Update README
2023-06-02 11:36:13 +03:00
edizor
bfd7a0ecf9
Update README.md
...
[skip ci]
2023-06-02 09:15:32 +08:00
edizor
cb316df0f2
Update README.md
...
[skip ci]
2023-06-02 09:12:34 +08:00
edizor
6c1bfc5287
Update README.md
...
[skip ci]
2023-06-02 09:05:22 +08:00
edizor
df08d1d57a
Update README.md
...
[skip ci]
2023-06-02 09:00:46 +08:00
edizor
100688ace2
Update README.md
...
[skip ci]
2023-06-02 08:55:33 +08:00
edizor
50cf2cee23
Update README.md
...
[skip ci]
2023-06-02 08:46:50 +08:00
edizor
1c21a5a221
Create README.md
...
[skip ci]
2023-06-02 08:43:47 +08:00
edizor
69febffe22
Update README.md
...
[skip ci]
2023-06-02 08:40:51 +08:00
edizor
3a65bc85fd
Update README.md
...
[skip ci]
2023-06-02 08:38:24 +08:00
edizor
e41e0f203f
Update README.md
...
[skip ci]
2023-06-02 08:31:53 +08:00
edizor
7ec7ff9804
Update README.md
...
[skip ci]
2023-06-02 08:27:58 +08:00
edizor
4a2d613531
Update README.md
...
[skip ci]
2023-06-02 08:24:42 +08:00
edizor
8ca4e21db4
Update README.md
...
[skip ci]
2023-06-02 08:16:39 +08:00
edizor
857442f347
Update README.md
...
[skip ci]
2023-06-02 08:13:40 +08:00
edizor
5c7212c3d0
Update README.md
...
[skip ci]
2023-06-02 08:10:17 +08:00
davidmartinezbarua
1e25991080
Merge pull request #14141 from thibaultfaure/article/BAEL-5773
...
BAEL-5773 Code for the Replacing Variables in a Document Template wit…
2023-06-01 19:49:37 -03:00
thibault.faure
38c71c91bb
BAEL-6469 Code for the @Value Annotation Support on records in Spring improvement
2023-06-01 09:40:52 +02:00
collaboratewithakash
7bfc898d3e
backlinks removed
2023-06-01 12:31:25 +05:30
collaboratewithakash
c433720734
backlinks removed
2023-06-01 12:23:54 +05:30
collaboratewithakash
d31833dcf1
backlink added
2023-06-01 12:21:46 +05:30
collaboratewithakash
865bb40ee9
Update README.md
2023-06-01 12:12:16 +05:30
Pedro Lopes
dfa2ef7a8e
BAEL 6249: Gray Box Testing ( #13610 )
...
* test implementation and sut class
* finishing up unit tests
* format
* fix test name
* changing method source name
* creating new module testing-techniques
* fix package name
---------
Co-authored-by: Ashley Frieze <ashley@incredible.org.uk>
2023-05-31 20:32:16 +01:00
Bahaa El-Din Helmy
0938194300
Article: Converting Object To Map in Java ( #14160 )
...
This commit is related to the article entitled "Converting Object To Map in Java"
2023-05-31 11:35:56 -07:00
Bahaa El-Din Helmy
02f497bf75
Update article "Difference Between \z and \Z in a Regular Expression in Java" ( #14151 )
...
This commit for "Update article "Difference Between \z and \Z in a Regular Expression in Java""
2023-05-31 11:09:25 -07:00
Dhawal Kapil
b58c47df23
JAVA-15022 Added MockServer support for LiveTest ( #14158 )
2023-05-31 23:14:00 +05:30
panos-kakos
6ca8c123c5
[JAVA-20622] Upgraded spring-web-modules to jdk9-and-above profile + … ( #14154 )
...
* [JAVA-20622] Upgraded spring-web-modules to jdk9-and-above profile + minor clean up
* [JAVA-20622] Fixed issue at spring-freemarker module
2023-05-31 22:28:19 +05:30
panos-kakos
e917196734
[JAVA-20615] Upgraded spring-security-modules to jdk9-and-above profile ( #14142 )
...
* [JAVA-20615] Upgraded spring-security-modules to jdk9-and-above profile
* [JAVA-20615] test build
* [JAVA-20615] test build
* [JAVA-20615] Clean up
2023-05-31 22:26:25 +05:30
panos-kakos
26fe19be07
JAVA-20837 ( #14140 )
...
* [JAVA-20837]Upgraded optaplanner version
* upgraded dependencies
2023-05-31 21:49:42 +05:30
panos-kakos
96d9c01696
[JAVA-21185] Clean up ( #14138 )
...
* [JAVA-21185] Clean up
* [JAVA-21185] Clean up
* [JAVA-21185] Clean up
* Revert "[JAVA-21185] Clean up"
This reverts commit 485b1b86a908ff047ba246d344392f531437c7af.
* Revert "[JAVA-21185] Clean up"
This reverts commit 13faeab4814ac44340a93ef67e0010bdc12799e1.
2023-05-31 20:19:13 +05:30
Bipin kumar
dda5540de3
JAVA-21106:Changes made for removing jee-7 module from jdk-9 above profile ( #14157 )
2023-05-31 20:15:57 +05:30
panos-kakos
5917144a28
[JAVA-21545] Clean up ( #14126 )
...
* [JAVA-21545] Clean up
* [JAVA-21545] Clean up
* [JAVA-21545] Revert change
* [JAVA-21545] Clean up
* [JAVA-21545] Clean up
* [JAVA-21545] Clean up
2023-05-31 20:04:02 +05:30
Bipin kumar
fe1f224672
JAVA-21305: Changes made for removing exception execController not sp… ( #14122 )
...
* JAVA-21305: Chnages made for removing excpetion execController not specified causing serverstart fail
* JAVA-21305: Chnages made for removing excpetion execController not specified causing serverstart fail
---------
Co-authored-by: Bipin Kumar <bipin5.kumar@paytm.com>
2023-05-31 19:58:13 +05:30
collaboratewithakash
10e0562767
backlink updated
2023-05-31 17:40:51 +05:30
collaboratewithakash
1664ea8fbb
backlink updated
2023-05-31 17:38:24 +05:30