davidmartinezbarua
66f1799b72
Merge pull request #13035 from thibaultfaure/article/BAEL-5940-object-validation-after-deserialization
...
BAEL-5940 code for the object validation after deserialization article
2022-11-21 21:06:33 -03:00
thibault.faure
ff92fd4510
BAEL-5940 code for the object validation after deserialization article
2022-11-21 21:37:05 +01:00
kwoyke
4e171df1b5
Merge pull request #13069 from panos-kakos/JAVA-16218
...
[JAVA-16218] Split javaxval module
2022-11-21 20:34:27 +01:00
kwoyke
e3c5b9faa5
Merge pull request #13066 from panos-kakos/JAVA-16216
...
[JAVA-16216] Moved customvalidator from spring-mvc-basic-5 to spring-…
2022-11-21 20:20:51 +01:00
panagiotiskakos
5caddfef33
[JAVA-16218] Split javaxval module
2022-11-21 16:39:21 +02:00
Loredana Crusoveanu
6aebc37921
Merge pull request #13068 from saajn/bael5752
...
Moved code for BAEL-5752 to new module
2022-11-21 15:20:55 +02:00
Saajan N
e5a62781ce
Moved code for BAEL-5752 to new module
2022-11-21 18:06:30 +05:30
Michael Olayemi
06498b9d70
simple-thymeleaf-expression ( #12981 )
...
* simple-thymeleaf-expression
* expression-update
2022-11-21 09:35:19 +05:30
ajayveluru
74d6c30d3c
Feature rt 3 ( #12914 )
...
* Clone Article Initial Version
* Customized RestTemplate to access HTTPS Rest Service
* Customized RestTemplate to access HTTPS Rest Service
* removed unused files
* removed unused files
* removed unused changes
* Added Customized RestTemplate
* Formatted java components
* Create application-ssl.properties
added app props ssl
* Secured REST Service and Customized Rest Template
Secured REST Service and Customized Rest Template
* Delete CustomRestTemplateConfiguration.java
* Delete RestTemplateClientApplication.java
* Delete RestTemplateClientController.java
* Delete application-ssl-client.properties
* Format changes
Format changes
* Update CustomRestTemplateConfiguration.java
* Update RestTemplateClientApplication.java
* Update RestTemplateClientController.java
* Update HttpsEnabledApplication.java
* Update WelcomeController.java
* Update HttpsEnabledApplication.java
* Update CustomRestTemplateConfiguration.java
* Update RestTemplateClientController.java
* Update RestTemplateClientApplication.java
Co-authored-by: PADMAJA <PADMAJA@192.168.100.7>
2022-11-21 09:29:27 +05:30
panagiotiskakos
14cb87f224
[JAVA-16216] Moved customvalidator from spring-mvc-basic-5 to spring-mvc-basic-3
2022-11-20 20:46:13 +02:00
Ssam
5e08af14a1
Include new module
2022-11-20 12:17:56 +00:00
Ssam
3c57c4d566
move article files to new module
2022-11-20 12:15:45 +00:00
Loredana Crusoveanu
0107dc4d11
Merge pull request #13060 from dkapil/task/JAVA-14855
...
JAVA-14855 Added missing pom.xml
2022-11-20 10:11:56 +02:00
Dhawal Kapil
121c825ef1
JAVA-14855 Fixed pom.xml of docker-modules
2022-11-19 23:20:32 +05:30
Dhawal Kapil
cfab38d822
JAVA-14855 Added missing pom.xml
2022-11-19 23:17:37 +05:30
Ehsan Sasanianno
bf057db224
update bucket4j version in spring-boot-libraries
2022-11-19 17:11:59 +01:00
Songting Xu
032b8e2d64
[BAEL-5840] Sort a collection of Objects on multiple fields ( #12950 )
...
* [BAEL-5840] Sort a collection of Objects on multiple fields
* Fix maven plugin version
* Fix pom again
* Fix again
* Move to core-java-collections-4 module
* Remove unused files
* Test renaming
* Handle NPE
* Use Nonnull annotation
* remove redundant dependency
* remove redundant scope
* Update pom.xml
2022-11-19 08:37:29 +05:30
Tapan Avasthi
f9e34aa9f1
BAEL-5854: Toggle Endpoints at Runtime with Spring Boot ( #13014 )
...
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2022-11-17 20:19:32 -06:00
freelansam
5bfbf38f59
JAVA-15409: Fix formatting of POMs ( #12992 )
2022-11-18 00:26:06 +05:30
anuragkumawat
178aed574e
JAVA-14884 Update spring-security-social-login under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter ( #13011 )
2022-11-18 00:10:19 +05:30
anuragkumawat
447b0d2f03
JAVA-14872 Update jee-7-security module under security-modules to remove usage of deprecated WebSecurityConfigurerAdapter ( #13008 )
2022-11-18 00:07:19 +05:30
anuragkumawat
de51a5155a
JAVA-14899 Update cloud-foundry-uaa module under security-modules to remove usage of deprecated WebSecurityConfigurerAdapter ( #13032 )
2022-11-18 00:04:39 +05:30
anuragkumawat
8339687190
JAVA-15686 Update spring-cloud-security module under spring-cloud-modules to remove usage of deprecated WebSecurityConfigurerAdapter ( #12987 )
2022-11-17 23:43:42 +05:30
panos-kakos
2beab43784
[JAVA-15471] Changed custom properties with spring properties ( #13003 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-11-17 01:30:33 +05:30
panos-kakos
b8b8ed889b
[JAVA-13963] Align code with article + clean up ( #13013 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-11-17 01:12:28 +05:30
Kumar Prabhash Anand
748ccaef61
BAEL-5801 - adding iterate list unit test ( #12883 )
...
* BAEL-5801 - adding iterate list unit test
* BAEL-5801 - replaced record to class
* BAEL-5801 - added spring data dependency
* moved source file in java17 module
* BAEL-5801 updated pom.xml configurations
* BAEL-5801 moved to correct java17 module
* updated example
* BAEL-5801 - making iterator instance strong typed
* BAEL-5801 - removed class example
2022-11-16 18:14:19 +00:00
Loredana Crusoveanu
1c3569f2f3
Merge pull request #13043 from collaboratewithakash/master
...
back links fixed
2022-11-16 13:16:59 +02:00
collaboratewithakash
016c0d517a
backlink removed
2022-11-16 16:10:04 +05:30
collaboratewithakash
920d3cf90c
backlink removed
2022-11-16 16:09:34 +05:30
collaboratewithakash
ade1689b80
backlink removed
2022-11-16 16:08:30 +05:30
collaboratewithakash
0db9df9a03
backlink removed
2022-11-16 15:33:07 +05:30
collaboratewithakash
f5b195989e
backlink removed
2022-11-16 15:31:27 +05:30
collaboratewithakash
26efba5367
backlink removed
2022-11-16 15:30:18 +05:30
collaboratewithakash
fdb5d74d69
backlink added
2022-11-16 15:30:02 +05:30
collaboratewithakash
4f05fcb814
backlink removed
2022-11-16 15:27:15 +05:30
collaboratewithakash
f6097919da
backlink reomoved
2022-11-16 15:26:21 +05:30
collaboratewithakash
bc06ad856a
backlink added
2022-11-16 15:24:54 +05:30
collaboratewithakash
b8d50485ed
backlink removed
2022-11-16 15:24:35 +05:30
collaboratewithakash
3286e2b9e2
backlink removed
2022-11-16 15:21:59 +05:30
collaboratewithakash
6131b79b19
backlink added
2022-11-16 15:21:29 +05:30
collaboratewithakash
a613b4f180
backlink added
2022-11-16 15:19:52 +05:30
collaboratewithakash
69828bfcc7
backlink removed
2022-11-16 15:19:39 +05:30
collaboratewithakash
266c11b513
backlink removed
2022-11-16 15:04:12 +05:30
collaboratewithakash
cc8ecdf592
backlink removed
2022-11-16 15:01:39 +05:30
collaboratewithakash
c79ad445b4
backlink
2022-11-16 15:01:13 +05:30
collaboratewithakash
b745803ee6
backlink removed
2022-11-16 14:57:17 +05:30
collaboratewithakash
870e849757
backlink added
2022-11-16 14:57:08 +05:30
Vartika Nigam
eae4d33d9c
code for thread creation ( #12971 )
...
* code for thread creation
* code refactored
* added code for executor service thread pools
* moved the files to a single module
Co-authored-by: Vartika_Nigam <Vartika_Nigam@DellTeam.com>
2022-11-15 21:09:18 -06:00
Loredana Crusoveanu
eb131e7f94
Merge pull request #13038 from edizor/master
...
README
2022-11-15 09:57:23 +02:00
lucaCambi77
8a4e8692b9
[ BAEL-5804 ] Spring @EnableMethodSecurity annotation ( #12980 )
...
* enable method security with custom authorization manager
* fix: pmd violation
* fix: add user builder, clean code
* fix: test name when forbidden, user map variable
2022-11-14 20:10:39 -06:00