Commit Graph

23224 Commits

Author SHA1 Message Date
johnA1331
bd69a7e89e Update README.md 2021-11-18 01:02:47 +08:00
Loredana Crusoveanu
5e3629dfde Merge pull request #11456 from kwoyke/JAVA-7783
JAVA-7783: POM properties cleanup
2021-11-17 10:44:32 +02:00
kwoyke
d4ec2aff86 Merge pull request #11460 from Maiklins/JAVA-8393-Split_or_move_spring-security-core_module
JAVA-8393 Split or move spring-security-core module
2021-11-17 09:33:47 +01:00
kwoyke
235737ae86 Merge pull request #11459 from Maiklins/JAVA-8374-Split_or_move_spring-boot-libraries_module
JAVA-8374 Split or move spring-boot-libraries module
2021-11-17 09:30:54 +01:00
mikr
671517c5ed JAVA-8393 Split or move spring-security-core module 2021-11-17 09:20:17 +01:00
mikr
8a7d540c8d JAVA-8374 Split or move spring-boot-libraries module 2021-11-17 08:39:05 +01:00
kwoyke
18464bf799 Merge pull request #11457 from Maiklins/JAVA-8376-Split_or_move_spring-boot-properties-2-module
JAVA-8376 Split or move spring-boot-properties-2 module
2021-11-16 21:26:08 +01:00
mikr
a8f340a5b7 JAVA-8376 Split or move spring-boot-properties-2 module 2021-11-16 20:45:27 +01:00
Krzysiek
6f913e1d2c JAVA-7783: Fix jmh dependencies 2021-11-16 15:19:52 +01:00
Krzysiek
0ab9e2e4f2 JAVA-7783: POM properties cleanup 2021-11-16 15:10:49 +01:00
Krzysiek
15a50b8fe2 JAVA-7783: POM properties cleanup 2021-11-16 11:25:14 +01:00
kwoyke
9204e4ddc7 Merge pull request #11454 from Maiklins/JAVA-8293-Split_or_move_spring-boot_module
JAVA-8293 Split or move spring boot module
2021-11-16 09:25:38 +01:00
mikr
4da6f38cbd JAVA-8293 Split or move Spring Boot module (fix review comments) 2021-11-15 21:37:22 +01:00
Willian Nalepa Oizumi
c05d21519c BAEL-5196 - Split a comma-separated string while ignoring commas in quotes (#11432)
* Creating the module 'core-java-string-operations-4' for new string related code samples. Implemented code samples for the article BAEL-5196

* including new module 'core-java-string-operations-4 in the parent project

* fixing spacing in the pom file

* fixing the maven configuration for our new project core-java-string-operations-4
2021-11-15 18:45:35 +05:30
davidmartinezbarua
d621f5d42c Merge pull request #11427 from mladensavic94/master
Spring Webflux and @Cacheable Annotation
2021-11-15 08:37:13 -03:00
kwoyke
38e7ea0454 Merge pull request #11447 from Maiklins/JAVA-8279-Split-or-move-core-java-module
JAVA-8279 Split or move core java module
2021-11-15 10:22:33 +01:00
mikr
36740ed6b6 Merge remote-tracking branch 'origin/JAVA-8279-Split-or-move-core-java-module' into JAVA-8279-Split-or-move-core-java-module 2021-11-14 23:02:18 +01:00
mikr
1027a6d76d JAVA-8279 Split or move Java core module (fix review comments) 2021-11-14 23:02:03 +01:00
mikr
26d1bf5d58 JAVA-8293 Split or move spring boot module 2021-11-14 22:51:58 +01:00
kwoyke
d63c6193ac Merge pull request #11450 from Maiklins/JAVA-8286-Split_or_move_spring-boot-runtime_module
JAVA-8286 Split or move spring boot runtime module
2021-11-14 17:54:52 +01:00
kwoyke
e5aed785cb Merge branch 'master' into JAVA-8279-Split-or-move-core-java-module 2021-11-14 17:52:34 +01:00
kwoyke
b628adbdbb Merge pull request #11448 from freelansam/JAVA-8282
JAVA-8282: Split or move core-java-security-2 module
2021-11-14 17:35:58 +01:00
kwoyke
b5507c27de Merge pull request #11449 from freelansam/JAVA-8365
JAVA-8365: Split or move core-java-io-conversions module
2021-11-14 17:30:33 +01:00
Mladen Savic
508dff5f69 Spring Webflux and @Cacheable Annotation - reverted to older version of caffeine for jdk compatibility 2021-11-14 14:13:47 +01:00
lucaCambi77
4ca8e7ef23 [BAEL-5211] - How to test a Java Optional (#11417)
* feat: add how to test an optional

* fix: review comments

* fix: static final naming convention

* fix: optional equals assertion
2021-11-14 10:09:48 +00:00
mikr
9798b29143 JAVA-8286 Split or move spring boot runtime module 2021-11-14 11:08:17 +01:00
sampadawagde
ee6ea3d612 JAVA-8365: Split or move core-java-io-conversions module 2021-11-14 13:20:22 +05:30
sampadawagde
fc6c46b6f7 JAVA-8282: added new module core-java-security-algorithms to parent pom 2021-11-14 11:08:05 +05:30
sampadawagde
6f49cc9a9b JAVA-8282: Moved 5 articles from core-java-security-2 module to new
module core-java-security-algorithms
2021-11-14 11:07:22 +05:30
sampadawagde
5f9698161d JAVA-8282: Moved 5 articles from core-java-security-2 module to new
module core-java-security-algorithms
2021-11-14 11:05:34 +05:30
mikr
adce68ae25 JAVA-8279 Split or move core java module (remove wrong module in main pom) 2021-11-13 21:31:25 +01:00
mikr
6367e31787 JAVA-8279 Split or move core java module 2021-11-13 21:22:34 +01:00
nishitgoyal17
b13dae5445 BAEL-4243:Once per request filter (#11239)
* executing junit via command line

* incorporating review comments

* incorporating review comments

* OncePerReqFilter

* Delete FirstUnitTest.java

* Delete SecondUnitTest.java

* Delete pom.xml

* Reverting

* Update pom.xml

* OncePerReqFilter

* Update MyFilter.java

* OncePerReqFilter

* OncePerReqFilter

* Update pom.xml

* Update pom.xml

* Update pom.xml

* fixing extra changes

* OncePerReqFilter

* Reverting

* Update MyOncePerRequestFilter.java

* Update HelloController.java

* fromatting changes

* fromatting changes

* formatting

* Apply suggestions from code review

Co-authored-by: KevinGilmore <kpg102@gmail.com>

* OncePerRequest changes

* OncePerRequest changes

* OncePerRequest changes

* OncePerRequest changes

* OncePerRequest changes

Co-authored-by: KevinGilmore <kpg102@gmail.com>
2021-11-13 22:07:03 +05:30
kwoyke
c732e28fcb Merge pull request #11434 from freelansam/JAVA-8204
JAVA-8204: Fix formatting of POMs
2021-11-13 10:55:30 +01:00
kwoyke
15fec49424 Merge pull request #11445 from freelansam/JAVA-8395
JAVA-8395: Delete module simplehexagonalexample
2021-11-13 10:54:25 +01:00
sampadawagde
28562bcd74 JAVA-8395: Delete module simplehexagonalexample 2021-11-12 20:20:11 +05:30
Kai Yuan
41c8af76d2 BAEL-5194 rm html tags (#11404) 2021-11-11 16:19:32 -06:00
ioanadinuit
7d4dd18963 BAEL-5080 (#11436)
* BAEL-5080
Custom validation with Swagger Codegen

Add tutorial code

* BAEL-5080
Custom validation with Swagger Codegen

Formatting

* BAEL-5080
Custom validation with Swagger Codegen

Swagger doc update

* remove Licence file
2021-11-11 20:22:13 +02:00
Mladen Savic
f824a02eaf Spring Webflux and @Cacheable Annotation - moved to different module 2021-11-11 15:47:37 +01:00
Loredana Crusoveanu
7ea5853b27 Merge pull request #11441 from eugenp/JAVA-1672
Java 1672
2021-11-11 11:16:43 +02:00
freelansam
605bb8a3c1 correction to core-java-os 2021-11-11 11:39:01 +05:30
Loredana Crusoveanu
7295717c59 Merge pull request #11440 from johnA1331/master
BAEL-43653 - add links to github-baeldung articles
2021-11-10 16:33:56 +02:00
johnA1331
2912f6f233 Update README.md 2021-11-10 19:43:19 +08:00
johnA1331
49149211bb Update README.md 2021-11-10 19:41:57 +08:00
johnA1331
e87b714f2b Update README.md 2021-11-10 19:36:32 +08:00
johnA1331
fbf4fe2688 Update README.md 2021-11-10 19:34:43 +08:00
johnA1331
a85976c497 Update README.md 2021-11-10 19:33:10 +08:00
johnA1331
9983aa26c3 Update README.md 2021-11-10 19:31:26 +08:00
johnA1331
d0082f5861 Update README.md 2021-11-10 19:26:58 +08:00
johnA1331
5489293b38 Update README.md 2021-11-10 19:22:38 +08:00