Skip to content

Commit 1ae6da5

Browse files
authored
Merge pull request #8 from CDOT-CV/release_2025-q1
Release 2025 q1
2 parents 6f45623 + 9200ca1 commit 1ae6da5

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

docs/Release_notes.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
JPO-UTILS Release Notes
1+
## JPO-UTILS Release Notes
2+
3+
## Version 2.0.0
4+
5+
### **Summary**
6+
The first release of the jpo-utils package. This package is focused on hosting utility applications that other parts of the Conflict Monitor depend on. Many of these components are provided by 3rd party groups such as Kafka and MongoDB. This first official release formalizes the migration of multiple components from other repositories to the jpo-utils repository. The migrated components are as follows
7+
- MongoDB - Transferred from the jpo-conflictmonitor
8+
- Kafka - Transferred from the jpo-ode
9+
- Deduplicator - Transferred from the jpo-conflictmonitor
10+
- Kafka Connect - Transferred from the jpo-conflictmonitor repository
11+
12+
This release also makes additional changes to the submodule components as follows
13+
- Refactored docker-compose files to use compose profiles for modular component approach
14+
- Adds in Jikkou for managing Kafka topic creation and Kafka connect behaviors
15+
- Updates mongoDB indexes and collection list to support new collections
16+
- Updated jpo-deduplicator for compatibility with jpo-ode version 4.0.0

jpo-deduplicator/jpo-deduplicator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>usdot.jpo.ode</groupId>
1313
<artifactId>jpo-deduplicator</artifactId>
14-
<version>1.3.1</version>
14+
<version>2.0.0</version>
1515
<packaging>jar</packaging>
1616
<name>jpo-deduplicator</name>
1717
<url>http://maven.apache.org</url>

0 commit comments

Comments
 (0)