Commit Graph

8297 Commits

Author SHA1 Message Date
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
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 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
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
kwoyke 15ba859709 Merge pull request #11858 from hkhan/JAVA-9909-fix-dfs-article
[JAVA-9909] Fix code for DFS article
2022-02-26 14:37:39 +01:00
Sameer 768e9ae387 Maven Classifier (#11833)
* maven classifier

* static imports

* bumped up plugin versions

Co-authored-by: s9m33r <no-reply>
2022-02-26 17:25:31 +05:30
Elmar Mammadov e65fe9db25 BAEL-5350: Java - How to create new Entry (key, value) (#11817)
* BAEL-5350:
1. Added example usage of creating entries with Java itself
2. Added example usage of creating entries with Apache commons collecttions & Guava
3. Custom entry class and its usages

* BAEL-5350:
1. Created unit tests

* BAEL-5350:
1. simplifed assertion for java 9 entry creation

* BAEL-5350:
1. moved into core-java-collections-maps-4 module
2. updated custom entry class and its unit test
2022-02-26 09:54:07 +05:30
Haroon Khan 6aa40fd5fb [JAVA-10127] Update commented out modules in pom 2022-02-25 20:43:35 +00:00
anuragkumawat 12c25ba2e3 JAVA-10307:Fix Table ITEM not found issue 2022-02-25 15:47:15 +05:30
anuragkumawat d111a07fc6 Merge remote-tracking branch 'upstream/master' 2022-02-25 15:06:07 +05:30
mladensavic94 f4d7c9a0ea Caching Maven Dependencies with Docker - fix 2022-02-25 09:54:42 +01:00
Ulisses Lima f74400ee6e BAEL-2080 - Check if a user is logged-in with Servlets and JSP (#11821)
* BAEL-2080 - Check if a user is logged-in with Servlets and JSP

* new module: javax-servlets-2

* adding javax-servlets-2 to the parent pom.

* adding module javax-servlets-2 to all profiles
2022-02-25 12:06:17 +05:30
lucaCambi77 cb65018f66 [ BAEL-5337 ] - Enable Logging for Spring Security (#11803)
* feat: logging application

* fix: apply formatter
2022-02-24 19:17:58 -06:00
vunamtien 1d80576a7c BAEL-5379-create-simple-rock-paper-scissors-game (#11855)
* BAEL-5379-create-simple-rock-paper-scissors-game

* BAEL-5379-create-simple-rock-paper-scissors-game

* BAEL-5379-create-simple-rock-paper-scissors-game

Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2022-02-24 22:15:22 +01:00
lsieun 6ca42b7a4e BAEL-4151: Guide to ByteBuffer (#11859)
* Convert Byte Array to its Numeric Representation

* Remove Redundant Getter Method

* BAEL-4286 How to get the value of a bit at a certain position from a byte

* BAEL-4286(update): remove redundant test methods

* BAEL-4151: Guide to ByteBuffer
2022-02-24 22:13:13 +01:00
Haroon Khan 87c9fde8d7 [JAVA-9909] Fix code for DFS article 2022-02-23 17:52:27 +00:00
kwoyke d988efb89f Merge pull request #11852 from freelansam/JAVA-9824
JAVA-9824: Identify boot modules not using parent-boot-2 as parent and
2022-02-23 16:43:13 +01:00
Loredana Crusoveanu e9b9a58045 Merge pull request #11856 from johnA1331/master
BAEL-49418 - add links to github-baeldung articles
2022-02-23 17:36:26 +02:00