anuragkumawat
f9bd9e372c
JAVA-5849 Fix parent of twitterhdfs ( #12712 )
2022-09-11 18:51:51 +05:30
emanueltrandafir1993
6773b9b3e8
BAEL-5674: basic auth with Postman
2022-09-11 15:18:37 +02:00
lucaCambi77
eebbdf82d9
fix: add embedded properties to tests ( #12714 )
2022-09-11 15:24:49 +05:30
Haroon Khan
66944937b5
[JAVA-14659] Downgrade Boot to 2.6.x and temporarily ignore integration tests for incompatible modules ( #12708 )
2022-09-11 12:01:35 +05:30
panos-kakos
ac619f1f4b
[JAVA-14461] Improvement/ making code more declarative ( #12710 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-09-11 11:59:03 +05:30
Asjad J
5d0aca0b52
Updated README.md
...
added link back to the article: https://www.baeldung.com/ops/docker-compose-restart-container
2022-09-11 10:18:09 +05:00
Asjad J
3673e49e86
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-lightrun
2022-09-11 10:13:56 +05:00
lucaCambi77
8066e08c68
fix: exclude embedded autoconfig, remove unused boot class ( #12707 )
2022-09-10 23:31:00 +05:30
anuragkumawat
63249f5339
JAVA-14175 Rename play-framework to play-modules ( #12705 )
2022-09-10 21:23:09 +05:30
Kai Yuan
1b334f6a2d
Positive or negative ( #12706 )
...
* Check if a number is positive or negative in Java
* reformat single line if/else statements
* Check if a number is positive or negative in Java
* [positiveOrNegative] using compareTo() instead of == to compare float numbers
* [positiveOrNegative] re-org imports
2022-09-10 10:06:11 -05:00
Dhawal Kapil
ecfe4a05a2
JAVA-14423 Removed/Renamed module names ( #12704 )
2022-09-10 10:16:17 +05:30
panos-kakos
cb8e969f17
[JAVA-13964] Upgrade javax-servlet-api to 4.0.1 ( #12683 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2022-09-10 00:01:01 +05:30
anuragkumawat
58b6560a6b
JAVA-14445 POM Properties Cleanup - Week 28 - 2022 ( #12691 )
2022-09-09 23:41:18 +05:30
anuragkumawat
f2fb6926ce
JAVA-14172 Rename intellij to intellij-modules ( #12688 )
2022-09-09 23:31:59 +05:30
panos-kakos
b8a13c548c
[JAVA-13965] Upgrade javax.servlet.jsp to 2.3.3 ( #12684 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-09-09 21:44:59 +05:30
panagiotiskakos
9744e121ab
[JAVA-14014] Added matching strategy
2022-09-09 11:10:49 +03:00
Abdul Wahab
176111197a
BAEL-5696: Adds TTL configuration for caching ( #12700 )
...
Co-authored-by: Abdul Wahab <abdul.wahab@monese.com>
2022-09-08 14:57:48 -07:00
Harry9656
cbcf5d4050
BAEL-5712: Improvement in Listing files under directory ( #12643 )
...
Co-authored-by: Harpal Singh <harpal.singh@kaleyra.com>
2022-09-08 21:48:29 +01:00
Loredana Crusoveanu
b8bab5bcbe
Merge pull request #12556 from GeoffChurch/insertInStream
...
Improve `insertInStream`
2022-09-08 10:35:33 +03:00
Amitabh Tiwari
82dfba062c
Bael 5679 json to protobuf ( #12696 )
...
* Initial Changes
* Update ProtobufUtilUnitTest.java
* Changes for JSON to Protobuf
2022-09-06 22:26:18 -07:00
Gerard Klijs
2f9967dcd3
BAEL-4769 Additions for 'Querying the Query Model in Axon' ( #12578 )
...
* Update to latest and include script to start axon server
* Add the two other types of queries
* Add unit and integration tests for the queries
* BAEL-4769 Formatting
Co-authored-by: bipster <openbip@gmail.com>
2022-09-06 14:04:07 -04:00
davidmartinezbarua
c1a759900e
Merge pull request #12678 from thibaultfaure/article/BAEL-5709-find-roots-of-a-quadratic-equation
...
BAEL-5709 code for the Finding the roots of a quadratic equation article
2022-09-05 21:03:35 -03:00
thibault.faure
faaebaddbe
BAEL-5709 code for the Finding the roots of a quadratic equation article
2022-09-05 22:07:07 +02:00
Eugene Kovko
06fc7ae257
BAEL-4795: Static garbage collected fields ( #12693 )
...
* BAEL-4795: Static garbage collected fields
* BAEL-4795: Fix readAllBytes()
2022-09-05 08:45:31 -07:00
Christian German
39acb99790
BAEL-5717 - Removing deprecated Keycloak Adapter and use Spring OAuth2 resource server instead ( #12665 )
2022-09-05 08:27:12 +02:00
Loredana Crusoveanu
f56135fa93
Merge pull request #12690 from Asjad-J/master
...
Updated README.mds
2022-09-04 12:01:26 +03:00
Asjad J
aaa85a4010
Update README.md
...
changed the expired link https://www.baeldung.com/mockito-2-java-8 to correct link https://www.baeldung.com/mockito-java-8
2022-09-04 06:11:07 +05:00
Asjad J
6b1e4f6f68
Update README.md
...
changed the expired link https://www.baeldung.com/mockito-2-lazy-verification to correct link https://www.baeldung.com/mockito-lazy-verification
2022-09-04 06:07:40 +05:00
Asjad J
a537128503
Updated README.md
...
Moved 'UUID as Entity ID in MongoDB' from spring-data-mongodb to spring-data-mongodb-2
2022-09-04 06:03:02 +05:00
Asjad J
a4af7a0512
Updated README.md
...
Moved 'UUID as Entity ID in MongoDB' from spring-data-mongodb to spring-data-mongodb-2
2022-09-04 06:02:04 +05:00
Asjad J
4346ab2887
Updated README.md
...
updated the link to article
2022-09-03 21:47:42 +05:00
Asjad J
37ca706bfd
Updated README.md
...
updated the link to the article
2022-09-03 21:37:59 +05:00
Asjad J
b55e3429ad
Updated README.md
...
updated the broken link
2022-09-03 21:34:54 +05:00
Asjad J
406692c650
Updated README.md
...
updated link from http://www.baeldung.com/simple-raml-with-resource-types-and-traits to https://www.baeldung.com/simple-raml-with-resource-types-and-traits
2022-09-03 21:32:14 +05:00
Asjad J
bf51ee9c2d
Updated README.md
2022-09-03 21:28:27 +05:00
Asjad J
ced1b8b0ff
Updated README.md
...
updated the link from http://www.baeldung.com/modular-raml-includes-overlays-libraries-extensions to https://www.baeldung.com/modular-raml-includes-overlays-libraries-extensions
2022-09-03 21:25:32 +05:00
Asjad J
f94c863243
Updated README.md
...
modified the link slightly from http://www.baeldung.com/raml-custom-properties-with-annotations to https://www.baeldung.com/raml-custom-properties-with-annotations
2022-09-03 21:11:58 +05:00
Azhwani
44f273b735
BAEL-4623: Add a new section for Scanner article ( #12453 )
2022-09-03 12:51:25 +02:00
anuragkumawat
e33334d246
JAVA-14176 Rename raml to raml-modules ( #12673 )
...
* JAVA-14176 Rename raml to raml-modules
* JAVA-14176 Remove failing module
* JAVA-14176 Revert commenting spring-cloud-openfeign-2 module
2022-09-03 11:55:50 +05:30
Dhawal Kapil
cabacea957
JAVA-14288 Fixed Readme link ( #12685 )
2022-09-03 11:48:00 +05:30
lucaCambi77
ce556996a0
[ BAEL-5397 ] - Connect to Multiple Databases using Spring Data Mongodb ( #12642 )
...
* feat: multiple connections app, spring boot test, test resources
* rename to live test
* fix: build errors, clean code
* fix simplify test bootstratp
* fix: typo, rename account email to account domain
* fix: split db port
* fix: add boot config to test
2022-09-02 21:52:36 -05:00
anuragkumawat
2130df6ba9
JAVA-14288 Rename spring-5-reactive-modules to spring-reactive-modules ( #12659 )
...
* JAVA-14288 Rename spring-5-reactive-modules to spring-reactive-modules
* JAVA-14288 Remove failing module
* JAVA-14288 Revert commenting spring-cloud-openfeign-2 module
2022-09-02 21:50:42 +05:30
anuragkumawat
98d9aa270a
JAVA-14173 Rename kubernetes to kubernetes-modules ( #12667 )
...
* JAVA-14173 Rename kubernetes to kubernetes-modules
* JAVA-14173 Remove failing module
* JAVA-14173 Revert commenting spring-cloud-openfeign-2 module
2022-09-02 21:41:55 +05:30
freelansam
13d3bd0b57
JAVA-14446: which submodules arent being built ( #12679 )
2022-09-02 20:19:15 +05:30
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