johnA1331
cd78bd7c2a
Update README.md
2022-04-27 17:43:41 +08:00
johnA1331
e81d306a64
Update README.md
2022-04-27 17:38:30 +08:00
johnA1331
d662408b20
Update README.md
2022-04-27 17:34:34 +08:00
johnA1331
f455f0b5a8
Update README.md
2022-04-27 17:28:08 +08:00
johnA1331
7f39e13938
Update README.md
2022-04-27 17:23:04 +08:00
johnA1331
fde9ae6880
Update README.md
2022-04-27 16:58:57 +08:00
johnA1331
98c27e6b9f
Update README.md
2022-04-27 16:53:44 +08:00
johnA1331
360ca495d4
Update README.md
2022-04-27 16:47:43 +08:00
johnA1331
94d3b980dc
Update README.md
2022-04-27 16:40:19 +08:00
johnA1331
c9a91ca3b1
Update README.md
2022-04-27 16:36:10 +08:00
davidmartinezbarua
d49fe65f1d
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
4553469318
JAVA-11535 Move spring-data related modules to persistence-modules ( #12126 )
2022-04-26 19:28:06 +05:30
kwoyke
8735a58dd0
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
f429e707ff
Added IPAddressLookup ( #12097 )
2022-04-26 08:32:53 +05:30
Pablo Aragonés López
372bfb46a6
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
450d5fb7f4
Merge pull request #12066 from priya-soni/master
...
BAEL-5329 - Updated code module
2022-04-25 18:22:09 +03:00
Loredana Crusoveanu
da3f811962
Merge branch 'master' into master
2022-04-25 18:02:24 +03:00
ACHRAF TAITAI
0fc7298473
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
c05421898a
listOfLists article ( #12078 )
2022-04-23 09:02:31 -05:00
kwoyke
24389cbb20
Merge pull request #12094 from anuragkumawat/JAVA-11474
...
JAVA-9610 Verify Stored Procedures with Hibernate
2022-04-22 10:43:20 +02:00
kwoyke
609f43167e
Merge pull request #12093 from anuragkumawat/JAVA-9557
...
JAVA-9557 GitHub Issue: Bug in StringPerformance.java
2022-04-22 10:36:24 +02:00
Muhammad Abdullah Azam Khan
ce2839b058
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
936055fd69
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
320ddd421d
Update README.md
2022-04-20 23:32:53 +08:00
johnA1331
30c3679e4f
Update README.md
2022-04-20 23:32:16 +08:00
johnA1331
70b5ee06e0
Update README.md
2022-04-20 22:52:32 +08:00
johnA1331
33f1363555
Update README.md
2022-04-20 22:50:27 +08:00
Dhawal Kapil
499e248d4c
Update README.md ( #12103 )
2022-04-20 18:07:08 +05:30
Dhawal Kapil
686fc5a0e5
Update README.md ( #12102 )
2022-04-20 18:06:56 +05:30
freelansam
c6c8cb4abd
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
99f83564b6
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
3f78a1e9c0
BAEL-4559 Stop Execution After Certain Time improvements ( #12076 )
2022-04-19 20:02:34 -07:00
sanitaso
8fd4df52c2
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
5888cf423b
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
3800a6a858
JAVA-9610 Verify Stored Procedures with Hibernate
2022-04-19 23:08:18 +05:30
sampadawagde
9d93703e5e
JAVA-10628: Create new aws-modules and move other aws related modules
...
inside it
2022-04-19 22:40:39 +05:30
sampadawagde
a3e7a98155
JAVA-10628: Create new aws-modules and move other aws related modules
...
inside it
2022-04-19 22:39:54 +05:30
Ulisses Lima
66f829cd8d
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
09d6595514
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
etrandafir93
f4c4d890d6
BAEL-5465: changed example to LocalDateTime ( #12086 )
2022-04-18 16:13:13 -07:00
davidmartinezbarua
96fe8aed39
Merge pull request #12040 from Attila96/feature/java_httpclient_basic_authentication-bael-5458
...
[BAEL-5485] Java HttpClient Basic Authentication
2022-04-18 14:25:57 -03:00
Loredana Crusoveanu
370a463a93
Merge pull request #12081 from Asjad-J/master
...
Updated README.md
2022-04-18 18:14:05 +03:00
Asjad J
bba9f4374b
Updated README.md
...
added link back to the article: https://www.baeldung.com/jackson-deduction-based-polymorphism
2022-04-18 17:16:03 +05:00
Asjad J
c26826c700
Updated README.md
...
added link back to the article: https://www.baeldung.com/hibernate-not-null-error
2022-04-18 17:11:30 +05:00
Asjad J
f93ca672b4
Created/Updated README.md
...
added link back to the article: https://www.baeldung.com/spring-boot-properties-migrator
2022-04-18 17:09:18 +05:00
Asjad J
5be5a938fe
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-list-vs-arraylist
2022-04-18 17:06:50 +05:00
Asjad J
316e7b1e04
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-implements-vs-extends
2022-04-18 17:02:21 +05:00
Asjad J
65e888046f
Updated README.md
...
added link back to the article: https://www.baeldung.com/spring-cloud-disable-discovery-clients
2022-04-18 16:59:16 +05:00
Asjad J
51987ce1bc
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-boolean-to-int
2022-04-18 16:54:23 +05:00
anuragkumawat
c89d0ef7b1
JAVA-9557 GitHub Issue: Bug in StringPerformance.java
2022-04-17 18:09:24 +05:30