Commit Graph

24401 Commits

Author SHA1 Message Date
lucaCambi77
a9e3fe538f fix: move to spring-data-mongodb (#12089) 2022-04-28 18:20:55 -05:00
kwoyke
7f5381467f Merge pull request #12130 from hkhan/JAVA-11417-fix-log4j2-test-failure
[JAVA-11417] Fix log4j2 JSON integration test
2022-04-28 21:22:49 +02:00
freelansam
09095ca210 JAVA-11420: Dissolve spring-boot-1 and spring-boot-2 inside (#12122)
spring-boot-modules
2022-04-28 22:45:45 +05:30
davidmartinezbarua
2d9fea5406 Merge pull request #12107 from chrisjaimes/random_enum_value
added randomDirection method to Enum. Created RandomEnumGenerator
2022-04-28 11:30:10 -03:00
anuragkumawat
ea443151d5 JAVA-11532 Move maven related modules to maven-modules (#12133)
* JAVA-11532 Move maven related modules to maven-modules

* JAVA-11532 Remove moved module from parent pom
2022-04-28 18:44:01 +05:30
Mayank Aggarwal
afc860ef90 [BAEL-5438] Added Criteria Queries & Hibernate Queries (#12127)
* [BAEL-5438] Added Criteria Queries for Employee

* [BAEL-5438] Added tests and entities for named queries and criteria queries

* [BAEL-5438] Removed unused sorting files

* [BAEL-5438] Ignored spring context test

Co-authored-by: Mayank Agarwal <mayankaggarwal@zeta.tech>
2022-04-28 10:26:16 +02:00
Loredana Crusoveanu
db7564f331 Merge pull request #12135 from johnA1331/master
BAEL-53529 - add links to github-baeldung articles - Week 17 - 2022
2022-04-27 14:33:57 +03:00
Christian Jaimes
2543fb55f0 removed unnecessary file 2022-04-27 06:54:46 -04:00
Christian Jaimes
13eb5f1a0e moved files to article-specific folder 2022-04-27 06:51:13 -04:00
johnA1331
0402f9c387 Update README.md 2022-04-27 17:43:41 +08:00
johnA1331
6ca08391ac Update README.md 2022-04-27 17:38:30 +08:00
johnA1331
6d6cacfa62 Update README.md 2022-04-27 17:34:34 +08:00
johnA1331
de96f8faa3 Update README.md 2022-04-27 17:28:08 +08:00
johnA1331
9bdaa7ac81 Update README.md 2022-04-27 17:23:04 +08:00
johnA1331
7954256b24 Update README.md 2022-04-27 16:58:57 +08:00
johnA1331
fd64ab7c32 Update README.md 2022-04-27 16:53:44 +08:00
johnA1331
ba1b337a23 Update README.md 2022-04-27 16:47:43 +08:00
johnA1331
5eda831893 Update README.md 2022-04-27 16:40:19 +08:00
johnA1331
2ae1f0df80 Update README.md 2022-04-27 16:36:10 +08:00
Haroon Khan
dced18c70b [JAVA-11417] Fix log4j2 JSON integration test 2022-04-26 20:13:41 +01:00
davidmartinezbarua
b9026dde49 Merge pull request #11962 from alemoles/master
BAEL-5429 - How to Fix Java Compiler Error: Illegal Character (#9)
2022-04-26 15:25:31 -03:00
anuragkumawat
9cd8524f24 JAVA-11535 Move spring-data related modules to persistence-modules (#12126) 2022-04-26 19:28:06 +05:30
kwoyke
daf47d8a06 JAVA-10535: Create parent graphql module (#12112)
* JAVA-10535: Create parent graphql module

* JAVA-10535: Cleanup

* JAVA-10535: pom files cleanup

* JAVA-10535: Use parent-boot-2 as a parent module
2022-04-26 19:18:09 +05:30
Harry9656
70a0d0e43f Added IPAddressLookup (#12097) 2022-04-26 08:32:53 +05:30
Pablo Aragonés López
df5febe939 Exception Handler for Spring Security Resource Server (#12085)
* Exception Handler implemented for Spring Security Resource Server

* Renamed test class name to solve PMD Failure

* Code formatting
2022-04-25 19:50:22 +02:00
Loredana Crusoveanu
e9409e8420 Merge pull request #12066 from priya-soni/master
BAEL-5329 - Updated code module
2022-04-25 18:22:09 +03:00
Loredana Crusoveanu
b18c2e51a7 Merge branch 'master' into master 2022-04-25 18:02:24 +03:00
ACHRAF TAITAI
cd9853a680 BAEL-5381: Java Scanner.skip method with examples (#12083)
* BAEL-5381: Java Scanner.skip method with examples

* BAEL-5381: Edit unitTest class name
2022-04-24 14:49:25 +02:00
Kai Yuan
0565df570d listOfLists article (#12078) 2022-04-23 09:02:31 -05:00
kwoyke
03e4ed212b Merge pull request #12094 from anuragkumawat/JAVA-11474
JAVA-9610 Verify Stored Procedures with Hibernate
2022-04-22 10:43:20 +02:00
kwoyke
e03c364e62 Merge pull request #12093 from anuragkumawat/JAVA-9557
JAVA-9557 GitHub Issue: Bug in StringPerformance.java
2022-04-22 10:36:24 +02:00
Christian Jaimes
9a84075dbd added randomDirection method to Enum. Created RandomEnumGenerator. Added corresponding Unit Tests 2022-04-21 09:29:37 -04:00
Muhammad Abdullah Azam Khan
841c07b1a6 Return Map from GraphQL (#11966)
* Return Map from GraphQL

Three techniques have been used

1. Return as Json String
2. Return Json using GraphQL scalar type
3. Return as list of key-value pair

* Adding custom scalar in plugin configuration

* Build failure fix
1. Integrating the .graphqls files
2. Updating the respective query resolvers

* Build failure Fix

1. Removed the extra .graphql file

2. Added ExtendedGraphQLScalarType class because the parent class didn't 
have default constructor and the client code generation plugin was 
requiring it.

* Code refactoring

* Code refactoring
2022-04-21 17:31:36 +05:30
Loredana Crusoveanu
8636934070 Merge pull request #12104 from johnA1331/master
BAEL-52658 - Main - github-related test fixes - 05.04.2022
2022-04-20 18:43:56 +03:00
johnA1331
aa92fde6ff Update README.md 2022-04-20 23:32:53 +08:00
johnA1331
f7e42f57e2 Update README.md 2022-04-20 23:32:16 +08:00
johnA1331
a21561d77c Update README.md 2022-04-20 22:52:32 +08:00
johnA1331
e1dd02c073 Update README.md 2022-04-20 22:50:27 +08:00
Dhawal Kapil
edded27d45 Update README.md (#12103) 2022-04-20 18:07:08 +05:30
Dhawal Kapil
af08d77a5c Update README.md (#12102) 2022-04-20 18:06:56 +05:30
freelansam
2cc0b34f4f JAVA-10903: Rename HttpClient Modules to Apache HttpClient (#12070)
* JAVA-10903: rename httpclient to apache-httpclient

* JAVA-10903: rename httpclient-2 to apache-httpclient

* JAVA-10903: update main pom
2022-04-20 17:53:00 +05:30
kwoyke
daad03b1c4 Merge pull request #12092 from freelansam/JAVA-10628
JAVA-10628: Create new aws-modules and move other aws related modules inside it
2022-04-20 10:56:23 +02:00
andresluzu
8f10a7bd6c BAEL-4559 Stop Execution After Certain Time improvements (#12076) 2022-04-19 20:02:34 -07:00
sanitaso
b748dc7ea8 BAEL-5416 How to Store HashMap<String, ArrayList> Inside a List (#12091)
* add unit test

* fix the error

* correcting the name of the test

* trigger build process

* change directory
2022-04-19 11:03:23 -07:00
Ulisses Lima
c29de634b7 BAEL-5157 - Exception Handling with Jersey (#12090)
* BAEL-5157 - Exception Handling with Jersey

First draft:
https://drafts.baeldung.com/wp-admin/post.php?post=131880&action=edit

* BAEL-5157

* more meaningful exception messages

* BAEL-5157

* midified integration test to use the first available port
2022-04-19 11:02:25 -07:00
anuragkumawat
e68ce9638d JAVA-9610 Verify Stored Procedures with Hibernate 2022-04-19 23:08:18 +05:30
sampadawagde
f3abe348d7 JAVA-10628: Create new aws-modules and move other aws related modules
inside it
2022-04-19 22:40:39 +05:30
sampadawagde
d57657ed80 JAVA-10628: Create new aws-modules and move other aws related modules
inside it
2022-04-19 22:39:54 +05:30
Ulisses Lima
87537f3e86 BAEL-5157 - Exception Handling With Jersey (#12082)
* BAEL-5157 - Exception Handling with Jersey

First draft:
https://drafts.baeldung.com/wp-admin/post.php?post=131880&action=edit

* BAEL-5157

* more meaningful exception messages
2022-04-18 17:37:21 -07:00
Kapil Khandelwal
13fa098e80 Bael 5369 new (#12073)
* BAEL-5369: Checking Connection to MongoDB

* BAEL-5369:- Minor Fix Checking Connection to MongoDB
2022-04-18 16:35:55 -07:00