Commit Graph

25007 Commits

Author SHA1 Message Date
Sumit Kumar
ae5c947fff BAEL-5449 Instantiating Multiple Beans of the Same Class with Spring Annotations (#12446)
* added multiple bean instantiation

* added module /spring-core-6 and formatting changes

* resolved formatting issues as suggested

* resolved formatting issues and changed package names

* formatting changes in XML files

* Reformatted XML files as per the instructions

* FIXED Example in Section 3 and some changes in Pom.xml

* changed xml config to Java config in solution 3

* Project updated to spring boot application

* Removed unwanted spring dependencies from pom.xml

* moved the project under new module spring-core-6

* added spring-core-6 module in parent's pom.xml

* resolved formatting issue in parent's pom.xml

* new module entry in parent's pom

* final commit

* Added spring-core-6 in parent's pom.xml 

* fixed some merging issues.

* added spring-core-6 module entry under jdk9-and-above profile in main pom

* removed App.java from multibeaninstantiation directory
2022-07-08 09:14:24 +05:30
chrisjaimes
ea84a37ae8 BAEL-5363 Fixed pom files, assertions instead of console output, and fixed package folders (#12462)
Co-authored-by: Christian Jaimes <christian.jaimes@oracle>
2022-07-07 12:41:30 -04:00
chrisjaimes
f72cd0dee7 BAEL-5363 Mongodb crud by date (#12293)
Created new mongo module, model, mongo client and unit test

Co-authored-by: Christian Jaimes <christian.jaimes@oracle>
Co-authored-by: bipster <openbip@gmail.com>
2022-07-06 23:57:53 -04:00
bipster
20c050ad31 Merge pull request #12380 from azhwani/BAEL-5550
BAEL-5550: Truncate a string
2022-07-06 15:59:22 -04:00
Avin Buricha
337a7a4af8 BAEL-5361 | Article code (#12455) 2022-07-06 19:13:32 +02:00
Azhwani
9a62d2bbc3 BAEL-5550: Trim a string based on the string length 2022-07-06 18:56:35 +02:00
kwoyke
5720f5b11f Merge pull request #12452 from freelansam/JAVA-12733
JAVA-12733: Move spring-boot-jsp into spring-boot-modules
2022-07-06 15:31:56 +02:00
Loredana Crusoveanu
37076281fa Merge pull request #12451 from Asjad-J/master
Updated README.mds
2022-07-05 17:26:52 +03:00
sampadawagde
f939e0fb0d JAVA-12733: Move spring-boot-jsp into spring-boot-modules 2022-07-05 19:39:15 +05:30
sampadawagde
3dcd6e56da JAVA-12733: Move spring-boot-jsp into spring-boot-modules 2022-07-05 19:38:52 +05:30
Asjad J
1bd106bde5 Created README.md
added link back to the article: https://www.baeldung.com/ops/dockerfile-env-variable
2022-07-05 15:55:37 +05:00
Asjad J
65efa85c86 Updated README.md
added link back to the article: https://www.baeldung.com/java-static-methods-use-cases
2022-07-05 15:52:08 +05:00
Asjad J
e8362ccf12 Updated README.md
added link back to the article: https://www.baeldung.com/java-mongodb-uuid
2022-07-05 15:47:57 +05:00
Asjad J
1cc26e3149 Updated README.md
added link back to the article: https://www.baeldung.com/java-split-stream
2022-07-05 15:39:47 +05:00
Asjad J
9adb5c4095 Updated README.md
added link back to article: https://www.baeldung.com/java-inputstream-to-base64-string
2022-07-05 15:36:52 +05:00
Asjad J
870d9d07a8 Updated README.md
added link back to article: https://www.baeldung.com/spring-cloud-gateway-response-body
2022-07-05 15:32:11 +05:00
kwoyke
4a6b581dad Merge pull request #12450 from kwoyke/JAVA-12865
JAVA-12865: Update readme
2022-07-05 09:17:13 +02:00
Krzysiek
b6ac304cc3 JAVA-12865: Update readme 2022-07-05 09:13:52 +02:00
Daniel Strmecki
8824b85d1c Feature/bael 5609 static method (#12370)
* BAEL-5609: init

* BAEL-5609: update examples

* BAEL-5609: refactor

* BAEL-5609: delete car example
2022-07-04 19:11:58 +01:00
Maciej Główka
56afb8bda9 BAEL-5496: passing env variables in dockerfile (#12355)
* BAEL-5496: passing env variables in dockerfile

* removed echo
2022-07-04 19:11:40 +01:00
kwoyke
e3fb3add8e Merge pull request #12439 from anuragkumawat/JAVA-12626
JAVA-12626 Fix AccountUnitTest in core-java-concurrency-advanced-3 module
2022-07-04 15:17:50 +02:00
kwoyke
4615c21512 Merge pull request #12412 from anuragkumawat/JAVA-12080
JAVA-12080 Update When to Use a Parallel Stream in Java
2022-07-04 15:15:56 +02:00
Loredana Crusoveanu
87988a83d4 Merge pull request #12445 from christian-german/BAEL-5252-new-spring-boot-keycloak-2-module
BAEL-5252-new-spring-boot-keycloak-2-module
2022-07-04 09:51:39 +03:00
kwoyke
6bd9433133 Merge pull request #12440 from kwoyke/JAVA-12865
Fix typo in the article title
2022-07-04 08:11:51 +02:00
Christian GERMAN
0fdd115bec BAEL-5252-new-spring-boot-keycloak-2-module 2022-07-03 18:09:53 +02:00
anuragkumawat
865d3a5589 JAVA-12080 Create and delete test files dynamically 2022-07-03 20:44:56 +05:30
Greg Martin
8b45713510 Merge pull request #12422 from sebx59/master
BAEL-5404 - UUID as Entity ID in MongoDB
2022-07-02 18:08:03 -04:00
Krzysiek
0d0ce7866f Fix typo in the article title 2022-07-02 13:02:37 +02:00
anuragkumawat
124cf64219 JAVA-12626 Fix AccountUnitTest in core-java-concurrency-advanced-3 module 2022-07-01 21:25:41 +05:30
Loredana Crusoveanu
6456edcd8f Merge pull request #12438 from eugenp/lor6-patch-2
Update README.md
2022-07-01 18:41:12 +03:00
Loredana Crusoveanu
ad70b19d79 Update README.md 2022-07-01 18:38:24 +03:00
Loredana Crusoveanu
09daa136b5 Merge pull request #12437 from eugenp/lor6-patch-2
Update README.md
2022-07-01 18:36:03 +03:00
Loredana Crusoveanu
b3c051b673 Update README.md 2022-07-01 18:32:56 +03:00
Loredana Crusoveanu
d9c79936fd Merge pull request #12435 from eugenp/BAEL-54445-readmes
BAEL-54445 reorganize docker modules
2022-07-01 18:23:50 +03:00
Loredana Crusoveanu
3df96fff28 set java 8 version 2022-07-01 17:50:57 +03:00
Loredana Crusoveanu
8ba5c9b67b BAEL-54445 reorganize docker modules 2022-07-01 16:55:58 +03:00
Muhammad Asif Anwar
8e4b70b192 Merge pull request #12425 from Asjad-J/master
Updated README.md
2022-07-01 12:42:36 +05:00
kwoyke
7823ec8ff3 Merge pull request #12430 from freelansam/JAVA-12731
JAVA-12731: Move spring-session into spring-web-modules
2022-07-01 08:57:12 +02:00
sampadawagde
045b70a512 JAVA-12731: Modify parent pom files 2022-06-30 22:14:38 +05:30
sampadawagde
22d38db84a JAVA-12731: Move spring-session into spring-web-modules 2022-06-30 22:13:57 +05:30
Loredana Crusoveanu
670cc728f8 Merge pull request #12428 from eugenp/BAEL-54445-readmes
update links to docker article
2022-06-30 17:05:35 +03:00
Loredana Crusoveanu
95897028d5 update links to docker article 2022-06-30 16:57:04 +03:00
Loredana Crusoveanu
a2148f2550 Merge pull request #12292 from eugenp/lor6-patch-2
Update ConditionalExecutionUnitTest.java
2022-06-30 16:53:13 +03:00
Loredana Crusoveanu
4fa6a911b7 Merge pull request #12400 from eugenp/lor6-patch-3
Update application.properties
2022-06-30 16:53:01 +03:00
Asjad J
23ccabe6e5 Updated README.md
edited link title from "Lombok's @ToString Annotation" to "Lombok’s @ToString Annotation"
2022-06-30 16:11:40 +05:00
Asjad J
3d0704f2ce Merge branch 'eugenp:master' into master 2022-06-30 16:09:55 +05:00
Loredana Crusoveanu
2358ff7143 Merge pull request #12427 from tudormarc/tudormarc-even-odd-negative-numbers
BAEL-5560 - small fix for negative numbers
2022-06-30 13:26:34 +03:00
mdabrowski-eu
4a7de9f1d0 BAEL-5557 Split a stream into parts (#12238)
* BAEL-5557 Split a stream into parts

* BAEL-5557 fix main pom.xml

* BAEL-5557 fix mvn profiles

* BAEL-5557 articles with equals and hashcode

* BAEL-5557 migrate assertions to assertj

* BAEL-5557 better assertions
2022-06-30 10:26:34 +01:00
tudor.marc
b33aa44aac BAEL-5560 - quick fix for negative numbers 2022-06-30 10:24:43 +03:00
tudormarc
bf1a80e587 Merge pull request #2 from eugenp/master
rebase master
2022-06-30 10:17:47 +03:00