vaibhav007jain
3ab032d095
BAEL-5151 ( #11385 )
...
* commited initial code for hexagonal architecture
* Deleting to check in again
* Deleing to check in again
* Push first code for Hexagonal Architecture
* final code with UT for JSON to Java conversion
* removed hexagonal-architecture code from last commit
* BEL-5071 updated README
* BAEL-5071: Undo README changes and added a nested object in the JSON example.
* BAEL-5071: fixed whitespace/indentation in JsonToJavaClassConversion.java
* BAEL-5151: Added code for getting the first of a String
* BAEL-5151: Renamed Unit Test
* BAEL-5151: Moved the files from core-java-string-operations to core-java-string-operations-3
* BAEL-5151: Replaced tabs with white spaces.
Co-authored-by: Vaibhav Jain <vaibhav.ashokjain@vodafone.com>
2021-11-08 18:05:17 +05:30
kwoyke
d1cf3c02c1
Merge pull request #11423 from Rafael-Lopez/master
...
JAVA-2592: Add DROP TABLE IF EXIST clause to avoid SQL exception
2021-11-08 10:57:44 +01:00
Haroon Khan
82572378b2
[BAEL-5110] Actuator endpoint for startup tracking ( #11351 )
2021-11-08 09:01:53 +00:00
Teica
f200ce5b14
BAEL-5227 check if a first letter of a string is uppercase ( #11424 )
...
* BAEL-5227 check if the first letter of a string is uppercase
* BAEL-5227 renaming the tests
* BAEL-5227 renaming the tests
* BAEL-5227 renaming the tests
Co-authored-by: Matea Pejčinović <matea.pejcinovic@intellexi.hr>
2021-11-07 13:19:54 -08:00
rvsathe
d8ba53a958
changes for BAEL 5164 ( #11364 )
...
* BAEL 4293 correcting the unit test file ame.
* changes for BAEL 5164
* added maven compiler properties for fixing compilation issues.
* making BAEL 5164 java 8 compatible.
2021-11-07 13:15:45 -08:00
Loredana Crusoveanu
35ea11e64f
Merge pull request #11407 from Teica/master
...
BAEL-5195 Modified the regex pattern
2021-11-07 20:21:03 +02:00
Greg
aff2c28116
Merge pull request #11335 from amitiw4u/BAEL-5146-Validate-Serialization
...
Serialization Validation commit
2021-11-07 13:08:24 -05:00
Rafael Lopez
c272dba665
JAVA-2592: Add DROP TABLE IF EXIST clause to avoid SQL exception
2021-11-07 13:04:54 -05:00
davidmartinezbarua
015cdea7c8
Merge pull request #11363 from thiagohora/BAEL-5197/new_features_in_javav17
...
[BAEL-5197] New Features in Java 17
2021-11-07 13:55:04 -03:00
thomasduxbury
683f3199bb
BAEL-5179: Introduction to HexFormat in Java 17 ( #11387 )
2021-11-06 18:56:30 -05:00
Thiago dos Santos Hora
38ad8766c1
Merge branch 'master' into BAEL-5197/new_features_in_javav17
2021-11-06 12:19:15 +01:00
Thiago dos Santos Hora
91f5674d46
[BAEL-5197] Add code samples and tests
2021-11-06 12:16:23 +01:00
Amitabh Tiwari
9728ae7377
Updated review comment
2021-11-06 06:09:48 +05:30
Amitabh Tiwari
47ca31189a
Review comments updated
...
Review comments updated
2021-11-06 05:53:22 +05:30
davidmartinezbarua
0356a2f6da
Merge pull request #11388 from swapanpramanick2004/BAEL-4546
...
BAEL-4546 How to Get Docker-Compose to Always Use the Latest Image
2021-11-05 15:45:39 -03:00
Swapan Pramanick
7502addfaf
BAEL-4546 incorporate thee review comments
2021-11-05 14:40:16 +01:00
Swapan Pramanick
4bf552438f
Merge branch 'master' of https://github.com/swapanpramanick2004/tutorials into BAEL-4546
2021-11-05 13:26:08 +01:00
Swapan Pramanick
807618b5a8
Merge branch 'eugenp:master' into master
2021-11-05 13:25:54 +01:00
Swapan Pramanick
15cae84104
BAEL-4546 incorporate thee review comments
2021-11-05 13:24:28 +01:00
Seshu Kumar T
3ea1b6b151
Cell Background Color Change ( #11400 )
...
Co-authored-by: Seshu Thanneeru <seshukumar.thanneeru@thoughtdata.com>
2021-11-04 21:16:37 +01:00
Benjamin Caure
502372a1de
BAEL-4792 Stateless REST API and CSRF ( #11398 )
...
* Scan package for controller
Migrate deprecated Spring config
* BAEL-4792: enable CSRF + sample REST API request
* Adjust CSRF logs
2021-11-04 21:13:22 +01:00
doodoroma
41298ffcf7
Merge pull request #11403 from maciejglowka/BAEL-5134
...
BAEL-5134: an example of constructor chaining, added unit tests
2021-11-04 17:27:07 +01:00
doodoroma
0940439384
Merge pull request #11408 from synaptrec/BAEL-4451_LDAP_Authentication_using_Pure_Java
...
For 3rd PR (POM fixed) - [BAEL-4451] LDAP Authentication using Pure Java
2021-11-04 17:18:52 +01:00
Loredana Crusoveanu
fcf4e6527c
Merge pull request #11412 from kwoyke/JAVA-8269
...
JAVA-8269: Temporarily disable spring-boot-keycloak
2021-11-04 17:03:50 +02:00
Krzysiek
04f000b4ba
JAVA-8269: Temporarily disable spring-boot-keycloak
2021-11-04 12:37:59 +01:00
Loredana Crusoveanu
fe089023bf
Merge pull request #11410 from chaos2418/JAVA-8267
...
JAVA-8267: updating testing-modules's junit and surefire configurations
2021-11-04 13:37:46 +02:00
chaos2418
af4b37592b
JAVA-8267: updating testing-modules's junit and surefire configurations
2021-11-04 16:56:08 +05:30
Loredana Crusoveanu
c7ac0809b1
Merge pull request #11411 from johnA1331/master
...
BAEL-43297 - add links to github-baeldung articles
2021-11-04 13:01:34 +02:00
Loredana Crusoveanu
c6e367ff8d
Merge pull request #11409 from kwoyke/JAVA-8269
...
JAVA-8269: Do not use project.basedir in the xjc config
2021-11-04 11:33:10 +02:00
Krzysiek
af715aa493
JAVA-8269: Do not use project.basedir in the xjc config
2021-11-04 10:20:28 +01:00
Loredana Crusoveanu
6941fc8099
Merge pull request #11405 from chaos2418/JAVA-1668
...
JAVA-1668: updating parent-spring-5's junit and surefire configurations
2021-11-04 10:20:02 +02:00
Loredana Crusoveanu
48d482661d
Merge pull request #11406 from chaos2418/JAVA-1667
...
JAVA-1667: updating parent-spring-4's junit and surefire configurations
2021-11-04 10:19:03 +02:00
johnA1331
79b2bb09ba
Update README.md
2021-11-04 13:00:54 +08:00
gjohnson
d800af95b8
For 3rd PR (POM fixed) - [BAEL-4451] LDAP Authentication using Pure Java
2021-11-03 23:05:01 +00:00
Matea Pejčinović
d012525754
Modified the regex pattern
2021-11-03 21:07:13 +01:00
johnA1331
01a1849a27
Update README.md
2021-11-04 00:52:00 +08:00
johnA1331
abaaf21c1f
Update README.md
2021-11-04 00:50:18 +08:00
johnA1331
c1232efeba
Update README.md
2021-11-04 00:47:30 +08:00
johnA1331
c369f22d2a
Update README.md
2021-11-04 00:45:13 +08:00
johnA1331
ab8356c1e3
Update README.md
2021-11-04 00:43:30 +08:00
johnA1331
e4f75b51a2
Update README.md
2021-11-04 00:41:51 +08:00
johnA1331
86a01f519f
Create README.md
2021-11-04 00:21:34 +08:00
chaos2418
a2abf42fc3
JAVA-1667: updating parent-spring-4's junit and surefire configurations
2021-11-03 19:40:46 +05:30
chaos2418
d716de4a4f
JAVA-1668: updating parent-spring-5's junit and surefire configurations
2021-11-03 16:11:27 +05:30
Loredana Crusoveanu
903ca563ad
Merge pull request #11397 from chaos2418/JAVA-1665
...
JAVA-1665: updated parent-java's junit and surefire configurations
2021-11-03 11:54:45 +02:00
Loredana Crusoveanu
987b69d137
Merge pull request #11390 from chaos2418/JAVA-1664
...
JAVA-1664: upgrading parent-boot-2 junit and surefire configurations
2021-11-03 11:47:32 +02:00
vunamtien
1adb96e384
BAEL-5193-Deserialize Snake Case With Jackson ( #11341 )
...
* BAEL-5193-deserialize-snake-case
* refactor
* refactor
Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2021-11-03 09:22:59 +00:00
chaos2418
64a134f05e
JAVA-1665: updated parent-java's junit and surefire configurations
2021-11-03 09:03:23 +05:30
Maciej Glowka
000ae20d5d
BAEL-5134: an example of constructor chaining, added unit tests
2021-11-02 23:15:16 +01:00
davidmartinezbarua
453ca3ea3b
Merge pull request #11369 from navuluri/bael-4965
...
BAEL-4965: Securing SOAP Services Using Keycloak
2021-11-02 18:34:57 -03:00