8922 Commits

Author SHA1 Message Date
Dhawal Kapil
9ada6d69ae JAVA-11849 Disabled NPM and Frontend Tasks from Integration builds, added jhipster-5 to integration-heavy profile 2022-05-19 20:46:52 +05:30
Greg Martin
6875f86ca2 Merge pull request from hmdrzsharifi/bael-5249
Bael 5249: Get Keycloak User ID in Spring
2022-05-19 08:08:06 -04:00
Eugen
1b409a3a6e Merge pull request from sazzer/lightrun
Reformatted code
2022-05-19 14:44:57 +03:00
Graham Cox
762d5f0f56 Reformatted code 2022-05-19 10:14:05 +01:00
Loredana Crusoveanu
5b98fecdf1 Merge pull request from dkapil/master
JAVA-12081 Reverting hazelcast back to previous version
2022-05-19 11:59:48 +03:00
apeterlic
c3d957205a Move code to different module 2022-05-19 07:03:06 +02:00
apeterlic
ae6ed6ba95 Get domain name from given URL 2022-05-19 06:50:58 +02:00
opokharel
f8ce248236 [BAEL-5554] Find files that match a wildcard string in Java by @opokharel ()
* BAEL-5554 by @opokharel

* deletedToMoveToSrcFolder

* movedToSrcFolder

* redoingForJenkins

* newPR for [BAEL-5554] Find files that match a wildcard string in Java by @opokharel

* @opokharel

* [BAEL-5554] @opokharel

* [BAEL-5554] Find files that match a wildcard string in Java by @opokharel

* Update SearchFileByWildcardTest.java

* Update SearchFileByWildcard.java

* Update SearchFileByWildcard.java

* Create SearchFileByWildcardUnitTest.java

* Delete SearchFileByWildcardTest.java

* [BAEL-5554] Find files that match a wildcard string in Java by @opokharel

* Update SearchFileByWildcardUnitTest.java

* Update SearchFileByWildcardUnitTest.java

* [BAEL-5554] UnitTestFiles by @opokharel

* Update core-java-modules/core-java-nio-2/src/test/java/com/baeldung/searchfilesbywildcards/SearchFileByWildcardUnitTest.java

Co-authored-by: KevinGilmore <kpg102@gmail.com>

* updated curly braces and assertions

Co-authored-by: KevinGilmore <kpg102@gmail.com>
2022-05-18 19:36:27 -05:00
Harry9656
75a751df3a JAVA-5484: New Java Http Client Timeout ()
Co-authored-by: Harpal Singh <harpal.singh@kaleyra.com>
2022-05-18 16:34:23 -07:00
Dhawal Kapil
b1c0a40b0e JAVA-11489 Renamed PropertiesReloadIntegrationTest to *ManualTest 2022-05-18 23:59:18 +05:30
Dhawal Kapil
228c92dc67 JAVA-12081 Reverting hazelcast back to previous version
- Fixes JAVA-12081
2022-05-18 23:38:44 +05:30
davidmartinezbarua
67303db98b Merge pull request from lsieun/master
BAEL-4463: What is com.sun.proxy.$Proxy
2022-05-18 13:34:46 -03:00
Eugen
4e07d9ce00 Merge pull request from sazzer/lightrun
Source code for Lightrun articles
2022-05-18 13:18:12 +03:00
Ashley Frieze
7e3cddafaa BAEL-5562 Check if character is vowel () 2022-05-18 08:54:10 +01:00
kwoyke
ee9b5a41fb Merge pull request from panos-kakos/JAVA-10577
[JAVA-10577] workaround for circular dependencies
2022-05-18 08:17:12 +02:00
Pablo Aragonés López
f57604bef0 Request Mapping value in properties file ()
* Exception Handler implemented for Spring Security Resource Server

* Renamed test class name to solve PMD Failure

* Code formatting

* Using property parameter as Request Mapping value

* Renamed test class name to solve PMD Failure
2022-05-17 12:02:03 -07:00
515882294
f05171163b BAEL-4463: change method name 2022-05-18 01:51:16 +08:00
Dhawal Kapil
633b5849bb JAVA-11489 Renamed time taking and unused integration tests to *ManualTests 2022-05-17 22:28:39 +05:30
Dhawal Kapil
851c7d933e JAVA-11489 Removed a test that was designed to run for 50 seconds to a
new Manual Test class
2022-05-17 22:04:30 +05:30
Dhawal Kapil
e1c046fcab JAVA-11489 Disabled sharing of Restx logs to Restx stats collector which is not working as of now 2022-05-17 21:53:59 +05:30
Graham Cox
177f912393 Source code for Lightrun articles 2022-05-17 16:07:21 +01:00
Loredana Crusoveanu
c253eb6bd8 Merge pull request from Asjad-J/master
Updated README.md files
2022-05-17 11:06:46 +03:00
Asjad J
bb7edc30e4 Updated README.md
added link back to the article: https://www.baeldung.com/java-reverse-number
2022-05-17 09:58:36 +05:00
Asjad J
d848af386a Updated README.md
added link back to the article: https://www.baeldung.com/java-httpclient-post
2022-05-17 09:44:35 +05:00
Ulisses Lima
16bb4772ec moved code to spring-boot-persistence-mongodb-2 2022-05-16 23:24:46 -03:00
Ulisses Lima
18237d2097 removing from the old module 2022-05-16 23:23:26 -03:00
Ulisses Lima
5c299c2e54 Merge branch 'eugenp:master' into master 2022-05-16 21:23:05 -03:00
davidmartinezbarua
72d16848d6 Merge pull request from thibaultfaure/article/BAEL-5383-use-delimiters
BAEL-5383 code for the use delimiters article
2022-05-16 17:45:52 -03:00
sampadawagde
2065e6b624 JAVA-11790: Fix references to parents 2022-05-16 22:25:29 +05:30
Alireza Ghasemi
365f029e3a Add tutorial files for ResultSet2JSON Article ()
* Add tutorial files

* Move script to new folder

* Use Maven/H2 instead of JBang/DuckDB

* Use Java 8

* Usen an older versio of JOOQ

* Format according to Beldung Intellij guide

* Remove dangling commit

* Use 2-space indentation

* Apply formatting from Eclipse

* Add unit test

* Add assertion

* Change test names

* Change method names

Co-authored-by: root <root@localhost.localdomain>
Co-authored-by: Alireza Ghasemi <alireza.ghasemi1@swisscom.com>
2022-05-16 21:04:55 +05:30
Loredana Crusoveanu
b3a7e039f1 Merge pull request from eugenp/BAEL-5342-v2
BAEL-5342 fix live test
2022-05-16 15:16:18 +03:00
Loredana Crusoveanu
f5f6459f56 BAEL-5342 fix live test 2022-05-16 15:04:10 +03:00
Loredana Crusoveanu
afad91fae4 Merge pull request from azhwani/BAEL-5342
[BAEL-5342] Update RESTEasy Client Article
2022-05-16 14:06:12 +03:00
Loredana Crusoveanu
43a6d1e3fd Merge pull request from azhwani/BAEL-5448
BAEL-5448: Improvement: Scan Multiple Paths using the @ComponentScan Annotation
2022-05-16 14:02:14 +03:00
kwoyke
d36893b382 Merge pull request from hkhan/JAVA-8150-webclient-request-params
[JAVA-8150] Update webclient to use retrieve() method instead of depr…
2022-05-16 09:44:23 +02:00
Thibault Faure
8fc971657a BAEL-5383 code for the use delimiters article 2022-05-15 22:11:18 +02:00
Azhwani
0e501405a4 init commit 2022-05-15 19:26:22 +02:00
Loredana Crusoveanu
ab255dbc0a Merge pull request from arvind-kumar-avinash/patch-1
Update UserController.java
2022-05-15 20:08:16 +03:00
panagiotiskakos
386707c24f [JAVA-10577] workaround for circular dependencies 2022-05-15 18:28:33 +03:00
etrandafir93
93b3264964 BAEL-5547: added code for specifications join ()
* BAEL-5547: added code for specifications join

* BAEL-5547: renamed test class and formatted the code
2022-05-15 07:35:01 -07:00
kwoyke
8e7dc50c0e Java 11788 ()
* JAVA-11788: Cleanup pom properties in core-java-modules

* JAVA-11788: Cleanup pom properties
2022-05-15 12:23:05 +05:30
ACHRAF TAITAI
be944bc301 Upgrade JCache article () 2022-05-15 07:12:48 +02:00
Haroon Khan
f16942b0c1 [JAVA-8150] Update webclient to use retrieve() method instead of deprecated API 2022-05-15 00:19:25 +01:00
Luis Javier Peris Morillo
8eadd92046 refactor: split spring security module ()
Refs #BAEL-5339
2022-05-14 18:33:51 +02:00
Eric Martin
4f8d67b7c1 BAEL-5577: Moving code to core-java-collections-4 ()
Co-authored-by: martine <martine@OLA-3NBL1N2.mshome.net>
2022-05-14 11:17:48 -05:00
chrisjaimes
538c116302 BAEL-5521 Convert boolean to int in Java ()
* added class for Article examples, created unit tests and modified pom in order to call Apache Commons outside test

* changed parameter to prevent NPE

Co-authored-by: Christian Jaimes <christian.jaimes@oracle>
2022-05-14 11:29:19 +02:00
freelansam
557dba376b JAVA-11765: Dissolve spring-boot-rest-2 and distribute its articles ()
* JAVA-11765: Dissolve spring-boot-rest-2 and distribute its articles
spring-boot-modules

* JAVA-11765: removed module from main pom
2022-05-13 16:14:49 +05:30
kwoyke
232d5776cf Merge pull request from panos-kakos/JAVA-8688
[JAVA-8688] Added tomcat dependecy
2022-05-13 08:16:51 +02:00
kwoyke
9387729829 Merge pull request from hkhan/JAVA-11979-rename-integration-test
[JAVA-11979] Rename Keycloak server Integration test to Live test
2022-05-13 08:09:01 +02:00
kwoyke
d88a04388c Merge pull request from hkhan/JAVA-11876-split-spring-boot-mongodb
[JAVA-11876] Split spring-boot-mongodb module
2022-05-13 08:05:24 +02:00