Asjad J
3d92ca2c41
Updated README.md
...
added a link back to the article: https://www.baeldung.com/java-bytebuffer
2022-03-07 19:31:42 +05:00
Asjad J
db95e7bb6a
Updated README.md
...
added link back to the article: https://www.baeldung.com/lombok-tostring
2022-03-07 19:27:14 +05:00
Asjad J
dc6357d98e
Updated README.md
...
added link back to the article: https://www.baeldung.com/mongodb-update-multiple-fields
2022-03-07 19:22:54 +05:00
Asjad J
b86e50ede4
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-excel-find-last-row
2022-03-07 18:00:52 +05:00
Asjad J
3f71dcc5c7
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-call-graphql-service
2022-03-07 17:57:11 +05:00
Asjad J
6fe59e7aea
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-rock-paper-scissors
2022-03-07 17:54:47 +05:00
Asjad J
08e84780bf
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-read-file-into-map
2022-03-07 17:50:33 +05:00
kwoyke
d9d0adefee
Merge pull request #11894 from hkhan/JAVA-10398-fix-failing-test
...
[JAVA-10398] Rename intermittent failing test to ManualTest
2022-03-07 09:56:35 +01:00
kwoyke
c3818d2c55
Merge pull request #11890 from hkhan/JAVA-10432-enable-testng-module
...
[JAVA-10432] Rename and enable testng-command-line module
2022-03-07 09:52:31 +01:00
alemoles
3fbad0691d
BAEL-5418 - Convert long to int type in Java ( #8 ) ( #11895 )
2022-03-07 07:34:14 +01:00
Loredana Crusoveanu
b88561186e
Merge pull request #11896 from Asjad-J/master
...
Updated README.md
2022-03-06 17:50:55 +02:00
Asjad J
612bb329e5
Updated README.md
...
For Adding Parameters to HttpClient Requests, corrected link from https://www.baeldung.com/java-httpclient-parameters to https://www.baeldung.com/apache-httpclient-parameters
2022-03-06 13:04:52 +05:00
Asjad J
20b50e8bea
Updated README.md
...
For Enabling Logging for Apache HttpClient, Correct URL from https://www.baeldung.com/java-httpclient-enable-logging to https://www.baeldung.com/apache-httpclient-enable-logging
2022-03-06 12:54:13 +05:00
Asjad J
f0d831095b
Updated README.md
...
Fixed link for Introduction to Awaitility, from https://www.baeldung.com/awaitlity-testing to https://www.baeldung.com/awaitility-testing
2022-03-06 11:56:55 +05:00
Kapil Khandelwal
dafb4d1f58
BAEL-5401: Update Fields of Documents in MongoDB Using the Java Driver ( #11889 )
2022-03-05 20:29:16 -08:00
Haroon Khan
9da940a252
[JAVA-10398] Rename intermittent failing test to ManualTest
2022-03-06 00:41:44 +00:00
kwoyke
28519a494c
Merge pull request #11888 from hkhan/JAVA-10335-fix-muleesb-build
...
[JAVA-10335] Upgrade plugin version to fix muleesb build
2022-03-05 11:20:21 +01:00
andresluzu
3687b7bc64
BAEL-5335: Introduction to OAuth2RestTemplate ( #11849 )
2022-03-04 20:25:02 -06:00
Haroon Khan
ef88a1803f
[JAVA-10432] Rename and enable testng-command-line module
2022-03-04 21:17:23 +00:00
Haroon Khan
cd91476799
[JAVA-10335] Upgrade plugin version to fix muleesb build
2022-03-04 16:18:20 +00:00
Haroon Khan
7c3cbf0d4f
[BAEL-5245] Lombok ToString annotation ( #11870 )
2022-03-04 08:59:27 +05:30
Kapil Khandelwal
2eb49b96cb
BAEL 5359: Update formatting ( #11880 )
...
* BAEL-5359: Updating Multiple Fields in a MongoDB Document
* BAEL-5359: Add test class file
* BAEL-5359: Rename UpdateMultipleFieldsUnitTest.java to UpdateMultipleFieldsLiveTest.java
* BAEL-5359: Update formatting
2022-03-03 09:36:08 -08:00
kwoyke
2923b0cbb0
Merge pull request #11881 from dkapil/task/JAVA-10352
...
JAVA-10352 Updated versions of various libraries and standardised pom…
2022-03-03 11:16:26 +01:00
Dhawal Kapil
240ba4e0db
JAVA-10352 Updated versions of various libraries and standardised pom version to 1.0.0-SNAPSHOT
2022-03-03 13:35:05 +05:30
Mateusz Szablak
304f5fa74d
BAEL-5201 Finding the Last Row in an Excel Spreadsheet From Java ( #11873 )
2022-03-03 09:22:25 +05:30
kwoyke
58f19cca18
Merge pull request #11879 from hkhan/JAVA-10320-fix-java-cassandra-test-errors
...
[JAVA-10320] Run Cassandra test with a single fork
2022-03-02 16:57:49 +01:00
Haroon Khan
5aa5da657b
[JAVA-10320] Run Cassandra test with a single fork
2022-03-02 12:26:29 +00:00
Loredana Crusoveanu
ce280e41c2
Merge pull request #11758 from konanaw/fix-DownloadServlet
...
Problem: file 'sample.txt' has empty content after downloading
2022-03-01 18:52:58 +02:00
doodoroma
76ef4363ca
Merge pull request #11752 from Attila96/feature/bael-5317_current_trace_id_spring_cloud_sleuth
...
[BAEL-5317] Get current trace ID in Spring Cloud Sleuth
2022-03-01 17:32:05 +01:00
anuragkumawat
36899fd0e3
JAVA-10379 Fix tests in hibernate-mapping-2 module
2022-03-01 18:13:26 +05:30
Daniel Strmecki
c87c79e035
BAEL-5307: Move code from new module to existing ( #11868 )
2022-03-01 09:07:50 +00:00
Loredana Crusoveanu
ce22b5b69c
Merge pull request #11875 from Asjad-J/master
...
Updated README.md files
2022-03-01 10:01:04 +02:00
maibin
786138fd9b
Revert "Added a new Class and few test cases to the core-java-modules ( #11867 )" ( #11874 )
...
This reverts commit e10e20a24b
.
2022-02-28 21:22:53 -08:00
Asjad J
db7b5b1fd5
Updated README.md
...
added link back to the article: https://www.baeldung.com/ops/docker-cache-maven-dependencies
2022-03-01 10:04:30 +05:00
Asjad J
188d5daaf6
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-map-new-entry
2022-03-01 09:53:30 +05:00
Asjad J
839711825b
Created/Updated README.md
...
added link back to the article: https://www.baeldung.com/maven-artifact-classifiers
2022-03-01 09:50:13 +05:00
Asjad J
bc49cacab3
Updated README.md
...
added link back to the article: https://www.baeldung.com/servlets-jsp-check-user-login
2022-03-01 09:32:54 +05:00
Asjad J
085d41f3e5
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-missing-return-statement
2022-03-01 09:30:07 +05:00
Asjad J
b3a6dd04b3
Updated README.md
...
added link back to the article: https://www.baeldung.com/spring-security-enable-logging
2022-03-01 09:27:58 +05:00
Asjad J
bd175a879c
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-map-vs-hashmap
2022-03-01 09:21:53 +05:00
Asjad J
a48620e5eb
Updated README.md
...
added link back to the article: https://www.baeldung.com/spring-cloud-gateway-url-rewriting
2022-03-01 09:16:24 +05:00
Asjad J
ca1feef04f
Updated README.md
...
Added link back to the article: https://www.baeldung.com/java-producer-consumer-problem
2022-03-01 09:13:20 +05:00
Kai Yuan
5582611107
file to map article ( #11838 )
...
* file to map article
* add aggregateByKeys method
2022-02-28 19:44:16 -06:00
kwoyke
be0e55765c
Merge pull request #11850 from anuragkumawat/master
...
JAVA-10081 :Create new module hibernate-mapping from spring-hibernate…
2022-02-28 09:22:56 +01:00
anuragkumawat
3c8bf25c07
Using property for dependencies versions
2022-02-28 10:15:29 +05:30
Chukwuka Onyekachukwu Victor
e10e20a24b
Added a new Class and few test cases to the core-java-modules ( #11867 )
...
* added a new project: hexagonal architecture
* Added some test cases for the project
* Added a new project to demo the error: variable might not have been initialized
* Added a new Class to the core-java-modules
* Added a New Class to the core-java-module
2022-02-27 12:33:39 -08:00
Kapil Khandelwal
eae57f5496
BAEL-5359: Updating Multiple Fields in a MongoDB Document ( #11861 )
...
* BAEL-5359: Updating Multiple Fields in a MongoDB Document
* BAEL-5359: Add test class file
* BAEL-5359: Rename UpdateMultipleFieldsUnitTest.java to UpdateMultipleFieldsLiveTest.java
2022-02-27 12:21:17 -08:00
davidmartinezbarua
0ddf9b6e38
Merge pull request #11816 from mladensavic94/master
...
Caching Maven Dependencies with Docker
2022-02-27 14:49:42 -03:00
Greg Martin
b91ca46c23
Merge pull request #11813 from achraftt/BAEL-5039
...
BAEL-5039: Add a new section on using a datepicker to submit date values
2022-02-27 10:20:24 -05:00
kwoyke
e03c6560e3
Merge pull request #11864 from hkhan/JAVA-10127-update-commented-modules
...
[JAVA-10127] Update commented out modules in pom
2022-02-26 14:49:53 +01:00