Commit Graph

25551 Commits

Author SHA1 Message Date
collaboratewithakash
30dca8dc0d Update README.md 2022-09-23 15:00:33 +05:30
collaboratewithakash
68bc6e8336 Update README.md 2022-09-23 14:30:48 +05:30
collaboratewithakash
457d8616ad Update README.md 2022-09-23 14:29:51 +05:30
collaboratewithakash
458ce7fa72 Update README.md 2022-09-23 14:28:40 +05:30
collaboratewithakash
ea45b856b3 Update README.md 2022-09-23 14:27:22 +05:30
collaboratewithakash
9d36a71dd9 Update README.md 2022-09-23 14:24:43 +05:30
collaboratewithakash
69ee65aafb Update README.md 2022-09-23 14:23:53 +05:30
collaboratewithakash
dedc6ff64e Update README.md 2022-09-23 14:19:13 +05:30
collaboratewithakash
4acd317b29 Update README.md 2022-09-23 14:14:49 +05:30
collaboratewithakash
7e02158d9c Update README.md 2022-09-23 14:11:27 +05:30
davidmartinezbarua
968c704dd6 Merge pull request #12731 from thibaultfaure/article/BAEL-5494-Dockerfile-Copy
BAEL-5494 code for the Keep Subdirectory Structure in Dockerfile Copy…
2022-09-22 23:27:38 -03:00
davidmartinezbarua
2348b4bfe5 Merge pull request #12743 from thibaultfaure/article/BAEL-5477-updating-path-variable-in-dockerfile
BAEL-5477 code for the Updating PATH variable in Dockerfile article
2022-09-22 22:24:15 -03:00
Daniel Strmecki
090f2c7109 Feature/bael 5653 microstream (#12660)
* BAEL-5653: Microstream storage

* BAEL-5653: Eager loading

* BAEL-5653: Lazy loading

* BAEL-5653: Temp dir

* BAEL-5653: Refactoring

* BAEL-5653: Refactoring

* BAEL-5653: Refactoring

* BAEL-5653: PR comments
2022-09-22 18:53:16 +01:00
Loredana Crusoveanu
2e682300aa Merge pull request #12736 from anuragkumawat/JAVA-14676
JAVA-14676 Update spring-boot-security module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter
2022-09-22 18:40:41 +03:00
Loredana Crusoveanu
6c1dc6033b Merge pull request #12748 from anuragkumawat/JAVA-14868
JAVA-14868 Update spring-security-web-sockets module under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter
2022-09-22 12:42:44 +03:00
Loredana Crusoveanu
3495ab926c Merge pull request #12744 from anuragkumawat/JAVA-14679
JAVA-14679 Update spring-boot-bootstrap module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter
2022-09-22 12:35:58 +03:00
Loredana Crusoveanu
a7bdc24cb0 Merge pull request #12745 from anuragkumawat/JAVA-14866
JAVA-14866 Update spring-security-core module under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter
2022-09-22 12:17:22 +03:00
anuragkumawat
afa53dabf5 JAVA-14868 Update spring-security-web-sockets module under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter 2022-09-21 20:25:28 +05:30
Mahn00rMalik
5776c6485c BAEL-5708: Create a BMI Calculator in Java (#12695)
* Deep vs Shallow copy of an object in java

* update indentaions

* Create a BMI Caclualtor in Java

* Create a BMI Caclualtor in Java

* Delete unused packages

* BAEL-5708: Create a BMI Calculator in Java

* BAEL-5708: Create a BMI Calculator in Java
2022-09-21 09:46:09 +05:30
Kumar Prabhash Anand
10ea650c22 BAEL-5765 - Adding scan a char unit tests (#12741)
* BAEL-5765 Adding scan a char unit tests

* BAEL-5765 updated class name as per the convention

* BAEL-5765 updated test cases naming strategy
2022-09-20 12:52:25 -03:00
anuragkumawat
eca7dbc709 JAVA-14866 Update spring-security-core module under spring-security-modules to remove usage of deprecated WebSecurityConfigurerAdapter 2022-09-20 20:25:21 +05:30
anuragkumawat
530ff6d7d0 JAVA-14679 Update spring-boot-bootstrap module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter 2022-09-20 20:00:27 +05:30
thibault.faure
d52fdf72bf BAEL-5477 code for the Updating PATH variable in Dockerfile article 2022-09-20 15:03:33 +02:00
bipster
7c63f5cc17 BAEL-5636 Move the files from patterns/ into patterns-modules/ (#12742) 2022-09-20 00:49:57 -04:00
hesamghiasi
ae78511925 SEDA architecture with si and camel (#12588)
* adding getCurrentTime method to TimeAgoCalculatorUnitTest in order to always return the same time and avoid problems related to reading date from local system.
adding two methods to TimeAgoCalculator to always return the same date as the current date in order to avoid problems related to reading current time from local host. One of these two methods accepts time zone

* adding getCurrentTime method to TimeAgoCalculatorUnitTest in order to always return the same time and avoid problems related to reading date from local system.
adding two methods to TimeAgoCalculator to always return the same date as the current date in order to avoid problems related to reading current time from local host. One of these two methods accepts time zone
correcting some formattings
adding comments in code to clarify adding of getCurrentTime methods

* reverting changes to ZuulConfig

* adding seda package to design-patterns-architectural to demonstrate the implementation of SEDA architectural style in spring integration and apache camel in solving word count problem.

* changing version of apache camel to be compatible with java 8

* changing toList() to Collectors.toList() in order to be compatile with java 8

* fixing package names in test classes

* fixing string for scanning integration gateway

* resolving comments on pull request

* resolving comments on pull request

* renaming java file of a class

* changing variable name

* add a line before assertion

* some formatting of fluent API

* using transform instead of service activator

* change name of class

* BAEL-5636 Fixed compilation error and applied Baeldung formatter

Co-authored-by: bipster <openbip@gmail.com>
2022-09-19 22:46:47 -04:00
alemoles
409f0fe2de BAEL-5583 String concatenation: concat() vs + operator (#12719)
* BAEL-5583 String concatenation: concat() vs + operator (#10)

* BAEL-5583 String concatenation: concat() vs + operator
2022-09-19 21:14:43 -05:00
davidmartinezbarua
338700b69d Merge pull request #12724 from hmdrzsharifi/BAEL-5443
Bael 5443: Making improvement to this article: "A Quick Guide to Using Keycloak with Spring Boot"
2022-09-19 20:49:03 -03:00
panos-kakos
b153cff200 [JAVA-14174] Renamed paterns to paterns-module (#12718)
* [JAVA-14174] Renamed paterns to paterns-module

* [JAVA-14174] naming fixes

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-09-19 12:14:14 +05:30
h_sharifi
b1a6858fbf #BAEL-5443: Remove the test 2022-09-19 09:03:20 +04:30
davidmartinezbarua
368dd6de19 Merge pull request #12738 from thibaultfaure/article/BAEL-5725-Trifunction-interface
BAEL-5725 code for the TriFunction interface article
2022-09-18 15:26:32 -03:00
thibault.faure
d884bc35be BAEL-5725 code for the TriFunction interface article 2022-09-18 12:01:28 +02:00
Loredana Crusoveanu
cc482421f2 Merge pull request #12734 from Asjad-J/master
Updated README.mds
2022-09-18 10:29:01 +03:00
h_sharifi
3647010da4 #BAEL-5443: Fix the keycloak url 2022-09-18 11:40:59 +04:30
anuragkumawat
9d813fba2e JAVA-14680 Update spring-boot-admin module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12732) 2022-09-18 10:32:09 +05:30
anuragkumawat
4c0c7cab85 JAVA-14666 Update spring-session module under spring-web-modules to … (#12717)
* JAVA-14666 Update spring-session module under spring-web-modules to remove usage of deprecated WebSecurityConfigurerAdapter

* JAVA-14666 Correct Java Formatting
2022-09-18 10:28:39 +05:30
anuragkumawat
56bfd68abd JAVA-14681 Update spring-boot-libraries module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12725)
* JAVA-14681 Update spring-boot-libraries module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter

* JAVA-14681 Correct Java Formatting
2022-09-18 10:19:53 +05:30
anuragkumawat
c260ad3c47 JAVA-14676 Update remaining code 2022-09-17 23:50:10 +05:30
Viktor Ardelean
a3a3aea698 BAEL-5649 (#12677)
* add hexagonal architecture example project

* rename class

* add unit test and integration test

* add new line

* reorder pom

* remove maven wrapper

* [BAEL-5649] add article code

* remove files added by mistake

* get parameter type using reflection and serioalize JSON into POJOs

* clean code

* clean code

* reformat

* implement PR feedback

* reformat with contiunation space eq to 2

* replace UserDto with firstName and lastName
2022-09-17 13:30:26 -04:00
lucaCambi77
16c0f5d5e5 assign static ip (#12727) 2022-09-17 10:39:38 -05:00
anuragkumawat
eb936af912 JAVA-14676 Update spring-boot-security module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter 2022-09-17 20:38:19 +05:30
Kai Yuan
e7a5d82c57 [extractFilename] Getting the Filename From a String Containing an Absolute File Path (#12728) 2022-09-17 10:00:11 -05:00
Asjad J
d7574a79a9 Updated README.md
added link back to the article: https://www.baeldung.com/java-class-vs-classloader-getresource
2022-09-17 09:23:55 +05:00
Asjad J
75c6ecbc5b Updated README.md
added link back to the article: https://www.baeldung.com/java-fixed-size-queue
2022-09-17 09:20:45 +05:00
Asjad J
f0f4e3ab08 Updated README.md
added link back to the article: https://www.baeldung.com/ops/docker-dockerfile-comments/
2022-09-17 08:59:01 +05:00
Asjad J
7d32601369 Updated README.md
added link back to the article: https://www.baeldung.com/java-relative-path-absolute
2022-09-17 08:53:42 +05:00
Asjad J
1de8e00ed9 Updated README.md
added link back to the article: https://www.baeldung.com/java-postman-authentication/
2022-09-17 08:47:59 +05:00
Asjad J
cb74a6b901 Updated README.md
added link back to the article: https://www.baeldung.com/java-convert-json-protobuf
2022-09-17 08:43:21 +05:00
Asjad J
ea0771fea0 Updated README.md
added link back to the article: https://www.baeldung.com/java-static-fields-gc
2022-09-17 08:36:04 +05:00
Asjad J
db236de0e5 Updated README.md
added link back to the article: https://www.baeldung.com/axon-query-dispatching/
2022-09-17 08:33:03 +05:00
Asjad J
8c507e35ae Updated README.md
added link back to the article: https://www.baeldung.com/java-md5-checksum-file
2022-09-17 08:30:26 +05:00