Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
- Upgrade mongo connect dep from 2.0.1 to 2.1.0
- Fix: HeaderRouter now correctly falls back to the sink-configured datamodel when the fiware-datamodel header is missing or empty (#38)
- Upgrade kafka connect api and transport dependencies form 3.6.1 to 4.2.0
- Upgrade http connector version for version0.9.0_basic to version0.9.0_basicv2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ RUN mkdir -p ${CONNECT_PLUGIN_PATH}/mongodb && \
RUN cd /tmp && \
git clone https://github.com/telefonicaid/http-connector-for-apache-kafka-graphql.git && \
cd http-connector-for-apache-kafka-graphql && \
git checkout version0.9.0_basic || true && \
git checkout version0.9.0_basicv2 || true && \
./gradlew clean distTar && \
mkdir -p ${CONNECT_PLUGIN_PATH}/http-connector && \
tar xfv build/distributions/http-connector-for-apache-kafka-0.9.0.tar -C ${CONNECT_PLUGIN_PATH}/http-connector --strip-components=1 && \
Expand Down
Loading