File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ All notable changes to this project will be documented in this file.
2626- opa: Add log processing script to opa for decision logging ([ #695 ] , [ #704 ] ).
2727- stackable-base: Add [ config-utils] ( https://github.com/stackabletech/config-utils ) ([ #706 ] ).
2828- omid: Include Apache Omid Examples to simplify testing ([ #721 ] ).
29- - nifi: Add support for 1.26 .0 and 2.0.0-M4 ([ #744 ] ).
29+ - nifi: Add support for 1.27 .0 and 2.0.0-M4 ([ #744 ] , [ # 767 ] ).
3030- kafka: Add versions ` 3.6.2 ` and ` 3.7.1 ` ([ #745 ] ).
3131- trino & trino-cli: Add version 451 ([ #XXX] ).
3232
@@ -117,6 +117,7 @@ All notable changes to this project will be documented in this file.
117117[ #743 ] : https://github.com/stackabletech/docker-images/pull/743
118118[ #744 ] : https://github.com/stackabletech/docker-images/pull/744
119119[ #745 ] : https://github.com/stackabletech/docker-images/pull/745
120+ [ #767 ] : https://github.com/stackabletech/docker-images/pull/767
120121
121122## [ 24.3.0] - 2024-03-20
122123
Original file line number Diff line number Diff line change 11diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml
2- index 8778f3dc53..045c0daa64 100644
2+ index 08f89da15c..5b95d94c74 100644
33--- a/nifi-assembly/pom.xml
44+++ b/nifi-assembly/pom.xml
55@@ -66,7 +66,6 @@ language governing permissions and limitations under the License. -->
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
2626<+>UTF-8
2727===================================================================
2828diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/HostHeaderHandler.java b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/HostHeaderHandler.java
29- index 051e2f19d6..6baac7fda7 100644
29+ index dd4bbf54c0..ea1b5b2da1 100644
3030--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/HostHeaderHandler.java
3131+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/HostHeaderHandler.java
3232@@ -47,6 +47,7 @@ public class HostHeaderHandler extends ScopedHandler {
Original file line number Diff line number Diff line change 1010 "java-devel" : "11" , # There is an error when trying to use java-devel 21 (for nifi 1.25.0):
1111 },
1212 {
13- "product" : "1.26 .0" ,
13+ "product" : "1.27 .0" ,
1414 "java-base" : "11" ,
15- "java-devel" : "11" , # There is an error when trying to use java-devel 21 (for nifi 1.26 .0):
15+ "java-devel" : "11" , # There is an error when trying to use java-devel 21 (for nifi 1.27 .0):
1616 },
1717 {
1818 "product" : "2.0.0-M4" ,
You can’t perform that action at this time.
0 commit comments