Commit Graph

26447 Commits

Author SHA1 Message Date
Uhrin Attila
bd572fb976 Add Flyway out of order migration scripts 2023-01-05 09:03:10 +01:00
lucaCambi77
3bf39c6416 [ BAEL-5987 ] - Difference Between JPA and Spring Data JPA (#13209)
* feat: add jpa - spring data difference examples

* fix: remove _ from package name
2023-01-04 21:34:13 -06:00
Dhawal Kapil
5b840252a0 JAVA-14987 Added missing code and split the code in packages (#13238)
- Split the code in respective packages
- Added missing codes
2023-01-04 23:10:33 +05:30
panos-kakos
424d93ebb7 [JAVA-16834] Added test case (#13192)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2023-01-04 20:59:16 +05:30
Loredana Crusoveanu
3f4a478c69 Merge pull request #13188 from TomVerkon/master-JAVA-16688
Update Logback Article
2023-01-04 16:07:15 +02:00
Daniel Strmecki
a4ccc5524a Feature/bael 5756 choose api (#13227)
* BAEL-5756: Rest controller

* BAEL-5756: GraphQL controller (without tests)

* BAEL-5756: Fix GraphQL test

* BAEL-5756: Fix GraphQL test 2

* BAEL-5756: GRPC working

* BAEL-5756: GRPC with Spring Boot

* BAEL-5756: Books proto service

* BAEL-5756: Fix grpc integration test

* BAEL-5756: Refactor

* BAEL-5756: Revert some changes

* BAEL-5756: Fix integration tests port issue between gRPC and GraphQL

* BAEL-5756: Fix pom merge issue

* BAEL-5756: Fix typo
2023-01-03 13:52:58 +00:00
neha298
f675bb0863 Multiple repositories in Gradle (#13226)
* Creating a deep vs shallow copy of an object

* WIP: Initial commit

* Publish package to GitHub registry

* Import library from package registry

* Evaluation code removal

Co-authored-by: neha <neha.puraswani@smartsensesolutions.com>
2023-01-03 18:02:13 +05:30
cesarevalenti90
d81cbee692 BAEL-6057 - Implementing Retry In Kafka Consumer (#13229)
* Added test class for a simple shallow copy and deep copy

* Added test class for a simple shallow copy and deep copy

* refactor naming of test method

* formatted

* refactor test whenIsAShallowCopyDoneByCopyConstructor_thenImmutableObjectWillNotChange

* Renamed package and added md file

* refactor README.md

* first push

* refactor

* Revert "refactor README.md"

This reverts commit eae77c453b.

* Revert "Renamed package and added md file"

This reverts commit 42c6f97cbd.

* Revert "refactor test whenIsAShallowCopyDoneByCopyConstructor_thenImmutableObjectWillNotChange"

This reverts commit 44fb57fe2b.

* Revert "formatted"

This reverts commit 44be87ef25.

* Revert "refactor naming of test method"

This reverts commit 6133c31057.

* Revert "Added test class for a simple shallow copy and deep copy"

This reverts commit 2cae083578.

* Revert "Added test class for a simple shallow copy and deep copy"

This reverts commit f43312e2c1.

* Merge prohect java-supplier-callable to project core-java-lambdas

* adjusted package name

* removed AbstractAgeCalculator.java

* added test for supplier-callable

* first push for article "Implementing Retry In Kafka Consumer"

Co-authored-by: Cesare <cesare.valenti@hotmail.com>
2023-01-02 12:08:01 -08:00
Kapil Khandelwal
3ad125d7ea Fixing the No such DSL method Error in Jenkins Pipeline (#13223) 2023-01-02 12:01:12 -08:00
Dhawal Kapil
b5e37e8666 Revert "Java 16013 Add suffix legacy to spring-cloud-bootstrap module (#13218)" (#13231)
This reverts commit d1bac7cce3.
2023-01-03 00:02:26 +05:30
anuragkumawat
d1bac7cce3 Java 16013 Add suffix legacy to spring-cloud-bootstrap module (#13218)
* JAVA-16013 Add suffix legacy spring-cloud-bootstrap to module

* JAVA-16013 Revert local change done to run test
2023-01-02 23:40:25 +05:30
anuragkumawat
950e68946d JAVA-16722 Upgrade and Fix unit tests of jersey module (#13193) 2023-01-02 21:22:06 +05:30
h_sharifi
509a3e8142 #BAEL-2862: add request wrapper & filter 2023-01-02 14:13:48 +03:30
h_sharifi
0009f9aedb #BAEL-2862: remove unused class 2023-01-02 14:13:11 +03:30
h_sharifi
9255f7ddf1 #BAEL-2862: remove extra space 2023-01-02 14:12:57 +03:30
h_sharifi
c0f32e1f78 #BAEL-2862: remove Spring related class 2023-01-02 14:12:36 +03:30
h_sharifi
383bfefe05 #BAEL-2862: update test case 2023-01-02 14:12:00 +03:30
h_sharifi
f140e5278a #BAEL-2862: remove interceptor 2023-01-02 14:11:40 +03:30
h_sharifi
4736e0ec99 #BAEL-2862: add log level for CommonsRequestLoggingFilter 2023-01-02 14:10:57 +03:30
h_sharifi
a057d6b225 #BAEL-2862: remove SecurityAutoConfiguration class and extra annotation 2023-01-02 13:33:43 +03:30
Kilian Schneider
e8c83880e5 BAEL-6055 NonUniqueResultException in Spring Data JPA (#13173)
* BAEL-6055 NonUniqueResultException in Spring Data JPA

* update using AssertJ Exception

* Update persistence-modules/spring-data-jpa-query-3/src/test/java/com/baeldung/spring/data/jpa/query/nonuniqueresultexception/NonUniqueResultExceptionIntegrationTest.java

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

* Update persistence-modules/spring-data-jpa-query-3/src/test/java/com/baeldung/spring/data/jpa/query/nonuniqueresultexception/NonUniqueResultExceptionIntegrationTest.java

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

Co-authored-by: KevinGilmore <kpg102@gmail.com>
2022-12-30 11:03:21 -07:00
Graham Cox
bb73d0e86a BAEL-6036: Enable caching on the TasksService for Lightrun Article (#13221) 2022-12-30 12:13:44 +01:00
Brandon Ward
f67760085f Move rate limiting examples 2022-12-28 20:32:13 -07:00
Ralf Ueberfuhr
3ae92ff46c BAEL-5867: Micrometer Observability API with Spring Boot 3 (#13180)
* BAEL-5867: Create project and create first usage main method

* BAEL-5867: Use Observation API in Boot

* BAEL-5867: Refactoring and testing

* BAEL-5867: Add tracing

* BAEL-5867: Remove notes and add project as a module to the aggregator

* BAEL-5867: Fix pmd rules violation
2022-12-28 21:47:49 +01:00
edizor
23ec75abb8 Update README.md
[skip ci]
2022-12-28 17:45:03 +08:00
edizor
1dadf5df47 Create README.md
[skip ci]
2022-12-28 17:39:20 +08:00
edizor
0d851e8636 Update README.md
[skip ci]
2022-12-28 15:57:21 +08:00
Shaun Phillips
d322d3e531 BAEL-4487 Add Crypto Exceptions (#13183) 2022-12-28 08:52:02 +01:00
panos-kakos
99dc334d68 Java 16960 (#13201)
* [JAVA-16960]

* [JAVA-16960]

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-12-28 00:28:30 +05:30
Dhawal Kapil
bcea8970e9 Task/java 16779 (#13211)
* JAVA-16779 Removed kubernetes-spring from the kubernetes-modules

- Removed kubernete-spring from the parent pom of kubernetes-modules
since it is a JDK11 module

* JAVA-16779 Converted KinesisApplicationIntegrationTest to ManualTest

- Converted KinesisApplicationIntegrationTest to ManualTest since it
needs working AWS credentials to work
- Added missing properties
2022-12-28 00:27:48 +05:30
Dhawal Kapil
28b684c7de JAVA-16779 Removed kubernetes-spring from the kubernetes-modules (#13210)
- Removed kubernete-spring from the parent pom of kubernetes-modules
since it is a JDK11 module
2022-12-28 00:01:41 +05:30
panos-kakos
580112ebbe [JAVA-16856] (#13200)
* [JAVA-16856]

* [JAVA-16856] Reverted change

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-12-27 22:20:12 +05:30
Loredana Crusoveanu
ccd27f0c3d Merge pull request #13204 from eugenp/BAEL-71323
BAEL-71323 re-org modules
2022-12-25 17:14:15 +02:00
Loredana Crusoveanu
e406a82962 BAEL-71323 remove old module from pom 2022-12-25 15:13:43 +02:00
Loredana Crusoveanu
208cb330e5 BAEL-71323 re-org modules 2022-12-25 15:08:05 +02:00
Loredana Crusoveanu
bb6e50c16a Merge pull request #13198 from collaboratewithakash/master
few backlinks added
2022-12-25 14:02:02 +02:00
collaboratewithakash
74f75c51a5 backlink fixed 2022-12-24 17:12:50 +05:30
collaboratewithakash
f0813c15a2 backlink added 2022-12-24 13:22:01 +05:30
collaboratewithakash
75b88b84f3 backlink removed 2022-12-24 13:17:29 +05:30
TomVerkon
e692fe26d9 updated logback libraries;
Added logback-core version 1.3.5 to pom
Added slf4j version 2.0.4 to pom
Updated javax.mail version to 1.6.2. Namespace changed to com.sun.mail
Updated javax.activation to version 1.6.2
All changes had to be compatible with jdk 1.8
2022-12-23 20:52:59 -05:00
TomVerkon
5e1c54310f Updated versions to jakarta namespace 2022-12-23 15:46:05 -05:00
Michael Olayemi
5a64f9cda4 BAEL-5943 Using Watermarks with iText in Java (#13178)
* BAEL-5943 Using Watermarks with iText in Java

* BAEL-5943 Update

* BAEL-5943 Update

* BAEL-5943 Update
2022-12-23 12:05:04 -08:00
Loredana Crusoveanu
7bc50aa083 Merge pull request #13184 from edizor/master
Update README
2022-12-23 16:39:32 +02:00
Grzegorz Piwowarek
1d6a07ad3c Fix givenOneThreadIsWriting_whenAnotherThreadWritesAtSameKey_thenWaitAndGetCorrectValue (#13186) 2022-12-22 23:18:30 +01:00
pedrolopes
8130b01886 BAEL-5946: Fix unit tests (#13187)
* consistent read unit test

* unit test to show  consistency in writing to the same key of map

* testing writes at different map key

* fix to bugs on test 1 and 2

* removing repeated tests
2022-12-22 23:18:05 +01:00
PJ Fanning
21ba7a20df need to handle trailing tokens
see https://github.com/FasterXML/jackson/discussions/143#discussioncomment-4479800
2022-12-22 23:13:57 +01:00
Kai Yuan
d0baf14c33 [BAEL-6051_intListToStrList] convert List<Integer> to List<String> (#13169) 2022-12-22 15:23:29 -06:00
TomVerkon
7d74d6e9f9 Update Logback Article
Added logbak-core-1.3.5 to pom
Updated logback.version to 1.3.5
Added slf4j - 2.0.4 to pom
Updated javax.mail from 1.4.7 to javax.mail-api 1.6.2
Updated javax.activation to javax.activation-api 1.2.0
Ran both mvn clean verify and
mvn exec:java -Dexec.mainClass="com.baeldung.logback.Example" without
errors
2022-12-22 15:28:28 -05:00
freelansam
683d0f7053 JAVA-15822: Which sub-modules aren't being built (#13153)
* JAVA-15822: Which sub-modules aren't being built

* JAVA-15822: build error

* JAVA-15822: build error

* modified comment for gcp-firebase
2022-12-23 00:33:54 +05:30
edizor
feaaea9a2a Update README.md
[skip ci]
2022-12-22 22:40:03 +08:00