Commit Graph

8724 Commits

Author SHA1 Message Date
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
Ulisses Lima 6a9b7f935f Merge branch 'eugenp:master' into master 2022-02-28 10:56:45 -03: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
Víctor c0aef97db6 BAEL-4626
First draft of the source code for the article:
https://drafts.baeldung.com/wp-admin/post.php?post=127644&action=edit
2022-02-27 23:06:47 +01:00
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
sanitaso f62de53554 modify pom 2022-02-25 15:25:38 +01:00
sanitaso de6d367e41 add files to springdoc 2022-02-25 12:54:20 +01: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
515882294 0d683d5ce4 BAEL-4151: Guide to ByteBuffer 2022-02-24 11:45:01 +08:00
Haroon Khan 87c9fde8d7 [JAVA-9909] Fix code for DFS article 2022-02-23 17:52:27 +00:00
Loredana Crusoveanu 91bd7fa37f remove duplicate code from old module BAEL-5336 2022-02-23 17:43:45 +02: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
anuragkumawat bb7b461a49 JAVA-10081: Removed unused files and updated pom.xml 2022-02-23 19:54:43 +05:30
johnA1331 e2abcfc461 Update README.md 2022-02-23 19:58:10 +08:00
johnA1331 9c5f0cdaf0 Update README.md 2022-02-23 19:56:08 +08:00
johnA1331 7e6df12a3f Update README.md 2022-02-23 19:54:30 +08:00
johnA1331 9011fdc4f5 Update README.md 2022-02-23 19:52:51 +08:00
johnA1331 cf98dad5db Update README.md 2022-02-23 19:51:34 +08:00
johnA1331 5c33e8c30c Update README.md 2022-02-23 19:46:49 +08:00
johnA1331 9fd7fb2c0f Update README.md 2022-02-23 19:45:17 +08:00
johnA1331 b113c42902 Update README.md 2022-02-23 19:19:46 +08:00
johnA1331 ca061932b3 Update README.md 2022-02-23 19:18:05 +08:00
johnA1331 2ef9f3c026 Update README.md 2022-02-23 19:16:19 +08:00
johnA1331 3b0151e731 Update README.md 2022-02-23 19:09:35 +08:00
johnA1331 07cd27a9b2 Create README.md 2022-02-23 19:03:19 +08:00
johnA1331 32813cbc3e Update README.md 2022-02-23 19:01:47 +08:00
lsieun 8f90fda9be Merge branch 'eugenp:master' into master 2022-02-23 17:02:53 +08:00
Loredana Crusoveanu f13015c6a2 Merge pull request #11854 from johnA1331/master
BAEL-49428 - github - non-empty readmes
2022-02-23 10:27:55 +02:00
johnA1331 23c72d2063 Create README.md 2022-02-23 04:19:38 +08:00
Jonathan Cook fe0f83b4a2 BAEL-5408 - Update Camel version in spring-boot-camel module (#11851)
* 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

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2022-02-22 12:16:38 -08:00