Commit Graph

6919 Commits

Author SHA1 Message Date
kwoyke 5247181211 JAVA-6657: Use mulesoft repo instead of the bedatadriven (#11086) 2021-07-29 21:13:29 +05:30
kwoyke 3ff0ae10d0 JAVA-6298: Enable spring-mybatis module (#11074)
* JAVA-6298: Enable spring-mybatis module

* JAVA-6298: Rename to unit tests
2021-07-29 21:09:38 +05:30
Mladen Savic ef23c27c9e EntityNotFoundException in Hibernate (#11085)
* JPA Entities and the Serializable Interface

* JPA Entities and the Serializable Interface - edit after review

* JPA Entities and the Serializable Interface - formatting

* JPA Entities and the Serializable Interface - indentation

* EntityNotFoundException in Hibernate
2021-07-29 08:15:46 -07:00
Loredana Crusoveanu 1409769a18 Merge pull request #11081 from johnA1331/master
BAEL-38754 - add links to github-baeldung articles
2021-07-29 10:03:18 +03:00
johnA1331 e3f1437b32 Update README.md 2021-07-29 03:41:52 +08:00
johnA1331 8ebcfd7eb9 Update README.md 2021-07-29 03:40:30 +08:00
johnA1331 0478ae7113 Update README.md 2021-07-29 03:38:54 +08:00
johnA1331 c05d6f2272 Create README.md 2021-07-29 03:36:25 +08:00
freelansam 232cef9d35 JAVA-3297: Cleanup un-committed or un-ignored artifacts (#11068) 2021-07-29 00:10:18 +05:30
Loredana Crusoveanu e21a90c6d8 Merge pull request #11078 from anuragkumawat/master
JAVA-2802 - Copied the separate draft code for Mongo DB Reactive Arti…
2021-07-28 18:09:51 +03:00
freelansam 5470ccfb97 JAVA-6474/JAVA-6324: Align module names, folder names and artifact id (#11071)
* JAVA-6474/JAVA-6324: Align module names, folder names and artifact id
(template)

* JAVA-6474/JAVA-6324: revert changes for guest modules
2021-07-28 20:10:03 +05:30
anuragkumawat dfe07885eb JAVA-2802 - Copied the separate draft code for Mongo DB Reactive Articles and configured it with persistence modules. 2021-07-28 04:01:58 +05:30
mdabrowski-eu 54f85ac6cd BAEL-4814 Bitmasking in Java with Bitwise Operators (#11069) 2021-07-26 10:58:35 +02:00
Usman Mohyuddin dd50f5e80b Create GreetingsController.java (#11057)
* Create GreetingsController.java

add controller to test the content type being set properly or not

* add unit tests for greetings controller

* update to avoid PMD violation

* correct the file type

* Update GreetingsControllerUnitTest.java

fix some imports & correct the names

* Update GreetingsControllerUnitTest.java

update the unit case to avoid internal server error for junit
2021-07-25 10:02:16 -07:00
kwoyke ec02aed456 JAVA-6253: Review the time of the build (#11067)
* JAVA-6253: Move image-processing to the heavy profile

* JAVA-6253: Do not start blade app automatically by a plugin

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-07-25 12:04:25 +05:30
doodoroma eef71ba53c Merge pull request #11034 from KarthickSridhar/article_java_check_ip_is_in_given_range
[BAEL-4478] IP address is in given range or not using java
2021-07-25 07:44:32 +02:00
Loredana Crusoveanu 8546382c7a Merge pull request #11070 from raviavhad/master
BAEL-4957-Spring validation in the service layer
2021-07-24 15:07:38 +03:00
Ravi Avhad 6b3e8de50f Moving method addUserAccount out of conditional block which checks for contraint violations 2021-07-24 14:25:40 +05:30
Ravi Avhad d63ff1db32 syncing with master 2021-07-24 14:21:40 +05:30
Ravi Avhad 5955e7bb41 moving spring service layer validation code 2021-07-24 14:17:29 +05:30
Ravi Avhad a9f9b29ef5 Adding code for BAEL-4957 - Spring validation in the service layer 2021-07-24 14:17:29 +05:30
raviavhad ed01815caf Update UserAccountService.java
Reverting changes
2021-07-24 14:15:50 +05:30
raviavhad d5399a7677 Update UserAccountService.java
Moving the call to addUserAccount method out of condition to check if violations exist.
2021-07-24 13:45:21 +05:30
Ravi Avhad 66360a6b31 Merge branch 'master' of https://github.com/raviavhad/tutorials 2021-07-24 13:32:22 +05:30
Ravi Avhad d1b2f3af21 moving spring service layer validation code 2021-07-24 13:19:51 +05:30
Ravi Avhad 5a37927a90 Adding code for BAEL-4957 - Spring validation in the service layer 2021-07-24 13:19:51 +05:30
anmoldeep0123 dd34c377da BAEL-4456 | Trusting a Self-Signed Cert in OkHTTP (#11065)
* BAEL-4220 | A Guide to IllegalAccessError and when it happens

* BAEL-4220 | A Guide to IllegalAccessError and when it happens | fix tests

* BAEL-4220 | A Guide to IllegalAccessError and when it happens | fix tests

* BAEL-4220 | A Guide to IllegalAccessError and when it happens | BDD test names

* BAEL-4494 | .toArray(new MyClass[0]) or .toArray(new MyClass[myList.size()])?

* BAEL-4494 | .toArray(new MyClass[0]) or .toArray(new MyClass[myList.size()])?

* BAEL-4933 | Differences between static classes and the singleton pattern in Java

* BAEL-4456 | Trusting a Self-Signed Cert in OkHTTP

Co-authored-by: root <anmoldeep0123@gmail.com>
2021-07-24 00:16:22 +02:00
Arash Ariani 0ed3f46015 Bael 4464 (#11062)
* BAEL-4464 : how to implement LRU-Cache in java codes added

* BAEL-4464 : how to implement LRU-Cache in java codes added - package named fixed

* BAEL-4464 : how to implement LRU-Cache in java codes added - package named changed

* BAEL-4464 : how to implement LRU-Cache in java codes added - unitTest fixed

* BAEL-4464 : issues 4,5 fixed.

* fixed some issues in BAEL-4464

* BAEL-4464 : some tips on unitTest fixed
2021-07-23 14:48:28 +02:00
makapszenna b39c550ff6 BAEL-4977 CQL Data Types (#11017)
Co-authored-by: Adrianna Zychewicz <adrianna.zychewicz@decerto.pl>
2021-07-23 12:13:16 +02:00
Karthick Sridhar dd4902e8da [BAEL-4478] IP address is in given range or not using java 2021-07-22 22:36:11 +05:30
Loredana Crusoveanu 8601038950 Merge pull request #11061 from johnA1331/master
BAEL-38308 - add links to github-baeldung articles
2021-07-22 09:19:42 +03:00
johnA1331 9fb3c09fd8 Update README.md 2021-07-22 01:35:37 +08:00
johnA1331 16571f28c0 Update README.md 2021-07-22 01:32:41 +08:00
johnA1331 ddb8d5202c Update README.md 2021-07-22 01:30:44 +08:00
johnA1331 9709c690e2 Update README.md 2021-07-22 01:28:15 +08:00
johnA1331 b32513fdb4 Create README.md 2021-07-22 01:26:08 +08:00
johnA1331 a038d87182 Create README.md 2021-07-22 01:22:46 +08:00
johnA1331 a28a32fdc9 Update README.md 2021-07-22 01:19:36 +08:00
johnA1331 d85e3aff2d Update README.md 2021-07-22 01:16:53 +08:00
davidmartinezbarua ceae1da0b5 Merge pull request #10896 from akhil90s/Deployment-Vs-StatefulSet
Deployment Vs StatefulSet
2021-07-21 10:07:45 -03:00
Kai Yuan b848bfead3 add Phaser implementations (#11051) 2021-07-20 22:17:19 -05:00
davidmartinezbarua c2bfff5698 Merge pull request #11028 from LiamGve/feature/BAEL-4908
BAEL-4908 added code for pubsub vs message queues tutorial
2021-07-20 17:30:37 -03:00
Arash Ariani 66b40ed662 Bael 4464 (#11041)
* BAEL-4464 : how to implement LRU-Cache in java codes added

* BAEL-4464 : how to implement LRU-Cache in java codes added - package named fixed

* BAEL-4464 : how to implement LRU-Cache in java codes added - package named changed

* BAEL-4464 : how to implement LRU-Cache in java codes added - unitTest fixed

* BAEL-4464 : issues 4,5 fixed.

* fixed some issues in BAEL-4464
2021-07-20 07:21:36 +02:00
psevestre b9571f02f5 [BAEL-5014] Kubernetes Admission Controller (#11055)
* [BAEL-4849] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Remove extra comments
2021-07-19 19:41:58 -07:00
Ahwin Oghenerukevwe 4524fbf9e3 BAEL-4143: sample usages of @SuppressWarnings warning names (#11021)
Co-authored-by: oahwin <oahwin@getcarbon.co>
2021-07-19 07:31:25 +02:00
Ali Dehghani 81fddd7bc3 BAEL-4233: Why doesn't a missing annotation cause a ClassNotFoundException at runtime? (#11024) 2021-07-18 10:43:45 -05:00
psevestre d2035e86af [BAEL-5014] Kubernetes Admission Controller (#11044)
* [BAEL-4849] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code
2021-07-18 08:19:13 -07:00
doodoroma 3f18d3ae53 Merge pull request #10996 from jason-m-s/BAEL-3759-guava-listenable-future
BAEL-3759 Guava Listenable Future
2021-07-18 12:27:35 +02:00
Remy Ohajinwa d387500d53 BAEL-5013 Convert String to Camel Case (#10947)
* BAEL-5004 Fixed overflow issues for Large numbers

* BAEL-5013 Test cases

* BAEL-5013 Convert to String solutions

* BAEL-5013 convert to camel case using regex

* BAEL-5004 Fixed overflow issues for Large numbers

* BAEL-5013 Convert to Camel Case using Regex

* BAEL-5013 Review changes

* BAEL5013 cleanup

* BAEL5013 review changes

* BAEL5013 continuation index to 2 spaces

* BAEL-5013 fixed test failure

* BAEL-5013 Review changes

Co-authored-by: Remy Ohajinwa <remy.ohajinwa@interswitchgroup.com>
2021-07-18 10:41:05 +01:00
Arash Ariani 17814a1468 BAEL-4464 : how to implement LRU-Cache in java codes added (#11036)
* BAEL-4464 : how to implement LRU-Cache in java codes added

* BAEL-4464 : how to implement LRU-Cache in java codes added - package named fixed

* BAEL-4464 : how to implement LRU-Cache in java codes added - package named changed

* BAEL-4464 : how to implement LRU-Cache in java codes added - unitTest fixed
2021-07-17 11:41:26 +02:00