Commit Graph

9722 Commits

Author SHA1 Message Date
Ehsan 83282c54d1 JAVA-14450: fix log4j2 MapAppender, and JSONLayout integration tests (#12681) 2022-09-02 19:51:27 +05:30
Loredana Crusoveanu 885d0d9e9e Merge pull request #12682 from Asjad-J/master
Updated README.mds
2022-09-02 12:54:35 +03:00
Asjad J b54aa0d423 Updated README.md
added link back to the article: https://www.baeldung.com/spring-apache-camel-conditional-routing
2022-09-02 09:03:18 +05:00
Asjad J 795cbd3325 Updated README.md
added link back to the article: https://www.baeldung.com/java-integer-division-float-result
2022-09-02 09:00:15 +05:00
Asjad J 1e8dd49d9b Updated README.md
added link back to the article: https://www.baeldung.com/rebuild-docker-container-compose/
2022-09-02 08:57:49 +05:00
Asjad J 1215215c51 Updated README.md
added link back to the article: https://www.baeldung.com/java-compare-characters
2022-09-02 08:56:20 +05:00
Asjad J 62abc51405 Updated README.md
added link back to the article: https://www.baeldung.com/java-remove-last-character-stringbuilder
2022-09-02 08:54:02 +05:00
Asjad J 1ab14889e2 Updated README.md
added link back to the article: https://www.baeldung.com/java-list-factors-integer
2022-09-02 08:50:53 +05:00
Asjad J 3a434fa9e1 Updated README.md
added link back to the article: https://www.baeldung.com/java-feign-client-exception-handling
2022-09-02 08:48:48 +05:00
Asjad J d36efa3c4c Created README.md
added link back to the article: https://www.baeldung.com/java-parse-ini-file
2022-09-02 08:40:49 +05:00
Bogdan Cardoş c3204d4a2e BAEL-5617 Handle classes with the same name in Java (#12676)
* BAEL-5617 Handle classes with the same name in Java

code samples

* BAEL-5617 Handle classes with the same name in Java

update project module
2022-09-01 07:33:41 -07:00
Haroon Khan 3d17a48aa2 [JAVA-13940] Upgrade Spring version to 5.3.22 (#12666) 2022-08-31 21:34:30 +05:30
Haroon Khan 51ee475a78 [JAVA-13976] Fix unit test after Spring Boot upgrade to 2.7.2 (#12664) 2022-08-31 21:08:29 +05:30
Jonathan Cook cd9f1cce2e BAEL-5237 - Apache Camel Conditional Routing (#12675)
* BAEL-4706 - Spring Boot with Spring Batch

* BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite
changed

* BAEL-4736 - Convert JSONArray to List of Object using camel-jackson

* BAEL-4756 - Mockito MockSettings

* BAEL-4756 - Mockito MockSettings - fix spelling

* BAEL-2674 - Upgrade the Okhttp article

* BAEL-4204 - Adding Interceptors in OkHTTP

* BAEL-4836 - Mocking Static Methods with Mockito

* BAEL-4205 - A Guide to Events in OkHTTP

* BAEL-5408 - Update Camel version in spring-boot-camel module

* BAEL-5234 - Apache Camel Routes Testing in Spring Boot

* BAEL-5234 - Apache Camel Routes Testing in Spring Boot

* BAEL-5237 - Apache Camel Conditional Routing

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2022-08-31 07:39:29 -07:00
Saikat Chakraborty 8a79e04d39 Bael 5265: OpenFeign and Spring Exception handler (#12468)
* Implemented cassandra batch query

* Added netty version param

* Reformatted correctly

* Reformatted correctly

* Reformatted correctly

* Formatting fix resolved

* Formatting fix resolved

* Removed unused method

* Refactored method for better readability

* tab spaces corrected

* Added http headers in feign

* Updated code

* Updated code

* Removed unused code

* Removed unused logger code

* Implemented Interceptor and logging related code review

* Added AuthService Code

* Removed toString method

* Removed unnecessary declaration

* Removed new line

* Added feign headers log as well

* Moved to Authorisation package for better naming

* spaces removed

* @Override included

* [Saikat]| Adding the OpenFeign exception default and customizable exception handler and test cases

* [Saikat]| Test name updated

* [Saikat]| Test name updated

* [Saikat]| Removed unused import

* [Saikat]| Refactored code

* [Saikat]| Reformatted the test codes

* [Saikat]| Removed unnecessary code

* [Saikat]| Controller test fixed for data error

* [Saikat]| Code review fixes

* [Saikat]| Code review fixes

* [Saikat]| Removed unnecessary annotation

* [Saikat]| Added extends ResponseEntityExceptionHandler

* [Saikat]| Code review implemented

* [Saikat]| Indentation added

* Removed empty line before method start

Co-authored-by: saikat chakraborty <saikat.chakraborty@tesco.com>
2022-08-31 09:38:40 +01:00
Loredana Crusoveanu e7c4294e3e Merge pull request #12661 from dkapil/task/JAVA-13636
Task/java 13636
2022-08-31 10:17:27 +03:00
Loredana Crusoveanu 4e25a1fdef Merge pull request #12670 from ulisseslima/java-14460
Java 14460 - GitHub Issue: SimpleDateFormat : "Vendredi" is Friday in french, not Wednesday
2022-08-31 09:06:34 +03:00
Ulisses Lima 8edd76ccb0 "Vendredi" is Friday in french, not Wednesday 2022-08-30 11:02:12 -03:00
Ulisses Lima 3a3a0babf4 Merge branch 'eugenp:master' into master 2022-08-30 10:56:54 -03:00
vunamtien 72daf77666 BAEL-5615-gen-md5-checksum-of-file (#12668)
Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2022-08-30 15:51:01 +02:00
Kai Yuan 78b7c6dcf8 Make Division of Two Integers Result in a Float (#12658) 2022-08-29 19:08:50 -05:00
davidmartinezbarua 83e883f64c Merge pull request #12657 from thibaultfaure/article/BAEL-5511-rebuild-docker-container-with-docker-compose
BAEL-5511 code for the Rebuild docker container with docker-compose a…
2022-08-28 22:34:53 -03:00
Azhwani 15581547df BAEL-5390: Compare Characters in Java (#12633)
* BAEL-5390: Compare Characters in Java

* create new module core-java-string-operations-5
2022-08-28 18:53:06 +02:00
Dhawal Kapil 523e01a343 JAVA-13636 Minor cleanup 2022-08-28 20:42:59 +05:30
Dhawal Kapil bf888fc637 JAVA-13636 Updated Junit5 article 2022-08-28 19:29:37 +05:30
anuragkumawat 98c81c1d08 JAVA-13746 testing-modules parallel-tests-junit not running in parallel (#12655) 2022-08-28 18:42:36 +05:30
anuragkumawat 46511387b0 JAVA-13865 POM Properties Cleanup - Week 28 - 2022 (#12645)
* JAVA-13865 POM Properties Cleanup - Week 28 - 2022

* JAVA-13865 Remove unnecessary white spaces
2022-08-28 18:41:49 +05:30
anuragkumawat 1ce3754d16 JAVA-13947 Potential issue in A Solid Guide to SOLID Principles article (#12654) 2022-08-28 18:36:58 +05:30
Haroon Khan 0bbab5326c [JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 (#12656) 2022-08-28 18:33:11 +05:30
thibault.faure a979ac2f47 BAEL-5511 code for the Rebuild docker container with docker-compose article 2022-08-27 20:41:33 +02:00
Loredana Crusoveanu e17700100f Merge pull request #12474 from amitiw4u/BAEL-5297_ExceptionHandling
Bael 5297 exception handling
2022-08-27 21:10:14 +03:00
Kai Yuan d8599a4c35 Remove the last character of a Java StringBuilder (#12653) 2022-08-27 11:07:36 -05:00
Kai Yuan 0ea458117e List all factors of a number in Java (#12646)
* List all factors of a number in Java

* format the map code in the test
2022-08-26 20:26:38 -05:00
freelansam 46499a2419 JAVA-13823: Review module names (#12628)
* JAVA-13823: rename struts-2 to struts

* JAVA-13823: rename spring-cloud-bus submodules

* JAVA-13823: rename spring-cloud-config submodules

* JAVA-13823: rename spring-cloud-data-flow submodules

* JAVA-13823: rename spring-cloud-hystrix submodules

* JAVA-13823: rename spring-cloud-netflix-sidecar submodules

* JAVA-13823: rename spring-cloud-zookeeper submodules

* JAVA-13823: rename spring-cloud-zuul-fallback submodules

* JAVA-13823: rename spring-security-web-angular submodules

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2022-08-26 16:20:12 +05:30
Haroon Khan eb24cfa8be [JAVA-13010] Convert file tests to manual tests (#12561) 2022-08-26 14:17:08 +05:30
Ulisses Lima f8278e0f63 BAEL-5366 Spring Data MongoDB - Configure Connection (#12544)
* moving SpringBootPersistenceApplication class to its own package

* from com.baeldung to com.baeldung.logging to prevent it from loading
contexts from other applications.

* moving SpringBootPersistenceApplication class to its own package

* from com.baeldung to com.baeldung.logging to prevent it from loading
contexts from other applications.

* Spring Data MongoDB - Configure Connection

Ready for revision.

* fixed tests to reflect article changes

* BAEL-5657

* reverting BAEL-5657

* reverting BAEL-5657
2022-08-26 10:34:07 +02:00
panos-kakos ec6499d944 [JAVA-13942] Upgrade jmh-core and jmh-generator dependency at main pom.xml (#12623)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-08-26 13:09:34 +05:30
Dhawal Kapil d7556fc543 JAVA-11502 Fixed next and previous links of submodules of vavr-modules (#12651) 2022-08-26 13:06:36 +05:30
Ulisses Lima 6bd4ff5165 Merge branch 'eugenp:master' into master 2022-08-25 16:55:26 -03:00
Loredana Crusoveanu f798bc1d82 Merge pull request #12619 from ashleyfrieze/BAEL-5676-ini-files
BAEL-5676 Implement ini file parsing and unit tests
2022-08-25 20:49:28 +03:00
Loredana Crusoveanu b049fe706a Merge pull request #12648 from Asjad-J/master
Updated README.mds
2022-08-25 20:48:14 +03:00
Asjad J 9d308ba331 Merge branch 'eugenp:master' into master 2022-08-25 22:06:22 +05:00
Asjad J 2da3b9df1d Updated README.md
added link back to the article: https://www.baeldung.com/java-armstrong-numbers
2022-08-25 21:45:03 +05:00
Asjad J a4116d2f9f Updated README.md
added link back to the article: https://www.baeldung.com/multitenancy-with-spring-data-jpa/
2022-08-25 21:42:38 +05:00
Asjad J 4acb523a5d Updated README.md
added link back to the article: https://www.baeldung.com/java-validate-cc-number
2022-08-25 21:40:17 +05:00
Asjad J 966a49f0b6 Updated README.md
added link back to the article: https://www.baeldung.com/swagger-two-responses-one-response-code
2022-08-25 21:37:45 +05:00
Asjad J c086d40875 Updated README.md
added link back to the article: https://www.baeldung.com/java-arrays-aslist-vs-list-of
2022-08-25 21:35:11 +05:00
Asjad J 6a2c013bf1 Updated README.md
added link back to the article: https://www.baeldung.com/locked-ownable-synchronizers
2022-08-25 21:31:46 +05:00
Asjad J 3e867be8c8 Created README.md
added link back to the article: https://www.baeldung.com/spring-security-pkce-secret-clients
2022-08-25 21:29:14 +05:00
Haroon Khan 7f6b12abcb [JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 (#12647) 2022-08-25 21:30:13 +05:30