Commit Graph

8789 Commits

Author SHA1 Message Date
Dhawal Kapil fe96f9747f Update pom.xml (#12196) 2022-05-10 22:50:02 +05:30
panos-kakos 40214dbc4d [JAVA-10581] Changed PII data to placeholders (#12174)
* [JAVA-10581] Changed PII data to placeholders

* [JAVA-10581] More intuitive properties

* [JAVA-10581] More intuitive properties

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-05-10 20:14:57 +05:30
Dhawal Kapil 32f4f7d81d Update README.md (#12194) 2022-05-10 20:13:31 +05:30
Loredana Crusoveanu e6896b1684 Merge pull request #12192 from Asjad-J/master
Updated README.md files
2022-05-10 12:09:05 +03:00
Loredana Crusoveanu 4e440d7a61 Merge pull request #12193 from eugenp/fix-dependency
remove unnecesary dependency
2022-05-10 12:01:02 +03:00
Loredana Crusoveanu 8e3fcaaa39 remove unnecesary dependency 2022-05-10 11:57:13 +03:00
Asjad J f1008e4fe5 Updated README.md
added link back to the article: https://www.baeldung.com/spring-boot-docker-start-with-profile
2022-05-10 07:01:26 +05:00
Asjad J 35ba3dcd90 Updated README.md
added link back to the article: https://www.baeldung.com/java-iterator-vs-iterable
2022-05-10 06:57:31 +05:00
Asjad J d33c2ea16f Updated README.md
added link back to the article: https://www.baeldung.com/java-httpclient-ssl
2022-05-10 06:53:47 +05:00
Asjad J b05960761d Updated README.md
added link back to the article: https://www.baeldung.com/jpql-hql-criteria-query
2022-05-10 06:49:43 +05:00
Asjad J 3ba1e439cf Updated README.md
added link back to the article: https://www.baeldung.com/jpql-hql-criteria-query
2022-05-10 06:49:34 +05:00
Asjad J 4a8826ae78 Updated README.md
added link back to the article: https://www.baeldung.com/java-atomic-set-vs-lazyset
2022-05-10 06:40:56 +05:00
Asjad J 1e2b926b8e Updated README.md
added link back to the article: https://www.baeldung.com/postman-add-headers-pre-request
2022-05-10 06:36:05 +05:00
Asjad J fd42698279 Created/Updated README.md
added link back to the article: https://www.baeldung.com/spring-security-authorization-opa
2022-05-10 06:27:02 +05:00
Asjad J 0fce3b833a Updated README.md
added link back to the article: https://www.baeldung.com/java-swap-two-variables
2022-05-10 06:19:26 +05:00
Asjad J 05772eb519 Updated README.md
added a link back to the article: https://www.baeldung.com/java-equals-method-operator-difference
2022-05-10 06:12:49 +05:00
Asjad J e4271c648b Updated README.md
added link back to the article: https://www.baeldung.com/ops/docker-push-image-to-private-repository
2022-05-10 06:00:05 +05:00
Asjad J 17106eb651 Updated README.md
added link back to the article: https://www.baeldung.com/spark-dataframes
2022-05-10 05:54:15 +05:00
Asjad J 6de9954c28 Updated README.md
added link back to the article: https://www.baeldung.com/spring-injecting-all-annotated-beans
2022-05-10 05:47:26 +05:00
Mayank Aggarwal 81b9558342 BAEL-5558: Sorting By Date in Java (#12132)
* [BAEL-5438] Added Criteria Queries for Employee

* [BAEL-5558] Sorting By Date in Java

* BAEL-5558: Added and refactored tests name

* [BAEL-5558] Refactored the code.

* [BAEL-5558] Resolved PMD violation.

Co-authored-by: Mayank Agarwal <mayankaggarwal@zeta.tech>
2022-05-09 12:04:56 -07:00
kwoyke b3375a1c8a Merge pull request #12178 from panos-kakos/JAVA-11770
[JAVA-11770] Added build step to copy native libraries into a specific folder
2022-05-09 13:38:14 +02:00
panagiotiskakos 1cc8a0a4d1 [JAVA-11770] Using properties for maven plugin 2022-05-09 12:26:15 +03:00
kwoyke 7c2845bc79 Merge pull request #12185 from freelansam/JAVA-11792
JAVA-11792: Fix formatting of POMs
2022-05-09 11:04:26 +02:00
kwoyke 695e9b1b0d Merge pull request #12149 from anuragkumawat/JAVA-11776
JAVA-11776 Remove usage of deprecated JUnitPlatform.class in junit5 module
2022-05-09 10:55:14 +02:00
sampadawagde aed8f9100b JAVA-11792: Fix formatting of POMs 2022-05-08 16:36:25 +05:30
apeterlic fa47170025 Difference between Iterable and Iterator (#12079)
* Difference between Iterable and Iterator

Add examples of the Iterable and the Iterator usage.

* Minor changes

Add UnitTests for Iterable examples

* Fix iterable example

Add Custom collection for the Iterable implementation example.

* Fix iterable example

Change the example for the Iterable interface implementation

* Revert "Fix iterable example"

This reverts commit 4015cbc038b1b657c54fa666193c0c7019a474ad.

* Minor changes
2022-05-08 12:08:49 +05:30
ACHRAF TAITAI 0ffd9d81b0 BAEL-5432: Update spring-statemachine-core version 1.2.3.RELEASE to 3.1.0 (#12154)
* BAEL-5432: Update spring-statemachine-core version 1.2.3.RELEASE to 3.1.0

* BAEL-5432: Update spring-statemachine-core version 1.2.3.RELEASE to 3.2.0
2022-05-08 08:35:16 +02:00
Abhinav Pandey d8b4f64525 BAEL-5483 - Java HttpClient with SSL (#12144)
* BAEL-5483 - Java HttpClient with SSL

* BAEL-5483 - Java HttpClient with SSL

* BAEL-5483 - Java HttpClient with SSL - changing test case url

* BAEL-5483 - Two space indentation for line continuation

Co-authored-by: Abhinav Pandey <Abhinav2.Pandey@airtel.com>
2022-05-08 10:41:49 +05:30
Mayank Aggarwal 1ce8895891 Bael 5438 (#12176)
* [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

* BAEL-5438 Indented with 4 spaces

Co-authored-by: Mayank Agarwal <mayankaggarwal@zeta.tech>
2022-05-07 14:22:36 +02:00
Loredana Crusoveanu 66cca46069 Merge pull request #12171 from eugenp/lor6-patch-1
Create GraphQL collection.postman_collection.json
2022-05-07 11:12:13 +03:00
panagiotiskakos c9b2e65561 [JAVA-11770] Added build step to copy native libraries into a specific folder 2022-05-07 10:40:06 +03:00
Loredana Crusoveanu cd49cc0640 Merge pull request #12175 from johnA1331/master
BAEL-53616 - Main - github-related test fixes - 03.05.2022
2022-05-07 10:03:18 +03:00
kpentaris 44bb031933 Add AtomicInteger.set() and .lazySet() usage example (#12099) 2022-05-07 08:57:31 +05:30
kwoyke f62a3ee5ca Merge pull request #12159 from anuragkumawat/JAVA-8271
JAVA-8271 Lets try different jaxb2-maven-plugin version
2022-05-06 13:59:16 +02:00
kwoyke 072e09eee8 Merge pull request #12150 from anuragkumawat/JAVA-11777
JAVA-11777 Remove usage of deprecated JUnitPlatform.class in junit5-migration module
2022-05-06 13:44:58 +02:00
johnA1331 7ac41c7736 Create README.md 2022-05-06 14:09:49 +08:00
dholde fdacc2cf6c BAEL-5479 Pushing a Docker Image to a Private Repository (#12108)
* Add sample application

* Add Dockerfile

* Format

* Add README.md
2022-05-06 00:53:59 +02:00
Loredana Crusoveanu 67db9161fa Create GraphQL collection.postman_collection.json 2022-05-05 23:06:57 +03:00
panos-kakos 078f635c45 [JAVA-10384] Amendment to cover all cases + Added Unit tests (#12169)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-05-05 21:29:28 +05:30
johnA1331 10c1ce6cd2 Delete README.md 2022-05-05 23:03:28 +08:00
johnA1331 56f41f1485 Update README.md 2022-05-05 22:59:48 +08:00
johnA1331 de2964e2bd Update README.md 2022-05-05 22:00:02 +08:00
johnA1331 72b8e53e59 Update README.md 2022-05-05 21:59:31 +08:00
johnA1331 cf74afc395 Update README.md 2022-05-05 20:55:35 +08:00
johnA1331 be54650992 Update README.md 2022-05-05 20:52:49 +08:00
johnA1331 d953a9f517 Update README.md 2022-05-05 20:49:20 +08:00
johnA1331 6c0561e0e3 Update README.md 2022-05-05 20:22:08 +08:00
kwoyke 2318e416a6 Merge pull request #12163 from panos-kakos/java-9576
JAVA-9576
2022-05-05 14:01:18 +02:00
johnA1331 8dbffdcd8b Update README.md 2022-05-05 18:51:06 +08:00
johnA1331 bfbcabada0 Update README.md 2022-05-05 18:49:26 +08:00