Skip to content

Commit 85aeb8f

Browse files
Merge pull request #417 from boozallen/415-upgrade-data-access-java17
#415 Ensure data access is compatible with JDK17
2 parents e3d113b + 52c9545 commit 85aeb8f

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

DRAFT_RELEASE_NOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ the `jackson-mapper-asl` dependency artifact in the root pom.xml file to enable
8585

8686
## Conditional Steps
8787

88+
### Data Access Dependency Update
89+
Data Access no longer needs to explicitly set the `kafka-clients` dependency. It can be removed along with its
90+
exclusion from the `quarkus-smallrye-reactive-messaging-kafka` dependency.
91+
8892
### For projects that have customized the Spark Operator Service Account permissions
8993
The service account for the pipeline invocation service is now separated from spark operator and configured solely for the service.
9094
If you added any custom configurations to the `sparkoperator` service account pertaining to the pipeline invocation service, you will need to migrate the related changes to the new `pipeline-invocation-service-sa`. Refer to Pipeline Invocation Helm Chart [README](https://github.com/boozallen/aissemble/blob/dev/extensions/extensions-helm/extensions-helm-pipeline-invocation/aissemble-pipeline-invocation-app-chart/README.md) for detail.
@@ -98,4 +102,4 @@ If you added any custom configurations to the `sparkoperator` service account pe
98102

99103
# What's Changed
100104
- `pyproject.toml` files updated to allow for Python version `>=3.8`.
101-
- All SageMaker modules and corresponding references were removed in commit bdcbb409.
105+
- All SageMaker modules and corresponding references were removed in commit bdcbb409.

foundation/foundation-mda/src/main/resources/templates/data-access/data.access.pom.xml.vm

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@
7676
<dependency>
7777
<groupId>io.quarkus</groupId>
7878
<artifactId>quarkus-smallrye-reactive-messaging-kafka</artifactId>
79-
<exclusions>
80-
<exclusion>
81-
<groupId>org.apache.kafka</groupId>
82-
<artifactId>kafka-clients</artifactId>
83-
</exclusion>
84-
</exclusions>
8579
</dependency>
8680
<dependency>
8781
<groupId>io.quarkus</groupId>
@@ -92,12 +86,6 @@
9286
<artifactId>stax</artifactId>
9387
<version>1.2.0</version>
9488
</dependency>
95-
<!-- vertx-kafka-client currently bound to 2.x versions -->
96-
<dependency>
97-
<groupId>org.apache.kafka</groupId>
98-
<artifactId>kafka-clients</artifactId>
99-
<version>2.8.1</version>
100-
</dependency>
10189

10290
<!-- test dependencies -->
10391
<dependency>

0 commit comments

Comments
 (0)