exceptionfactory opened a new pull request, #6093:
URL: https://github.com/apache/nifi/pull/6093

   # Summary
   
   [NIFI-9804](https://issues.apache.org/jira/browse/NIFI-9804) Adds support 
for HTTP/2 to the NiFi Jetty Application Server using a new property named 
`nifi.web.https.application.protocols` in the `nifi.properties` configuration.
   
   The standard configuration uses `http/1.1` as the default value, which 
maintains current behavior. As described in the updated Administrator's Guide, 
the configuration property can be set to `h2 http/1.1` to enable Application 
Layer Protocol Negotiation to support either HTTP/2 or HTTP/1.1 based on client 
capabilities.
   
   The implementation builds on the `nifi-jetty-configuration` module and 
introduces a new `FrameworkServerConnectorFactory` class that configures the 
connector capabilities based on the `nifi.properties` configuration. This 
approach moves the majority of the connector configuration out of the 
`JettyServer` class, allowing for more focused unit testing of the connector 
configuration.
   
   # Tracking
   
   Please complete the following tracking steps prior to pull request creation.
   
   ### Issue Tracking
   
   - [X] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue 
created
   
   ### Pull Request Tracking
   
   - [X] Pull Request title starts with Apache NiFi Jira issue number, such as 
`NIFI-00000`
   - [X] Pull Request commit message starts with Apache NiFi Jira issue number, 
as such `NIFI-00000`
   
   ### Pull Request Formatting
   
   - [X] Pull Request based on current revision of the `main` branch
   - [X] Pull Request refers to a feature branch with one commit containing 
changes
   
   # Verification
   
   Please indicate the verification steps performed prior to pull request 
creation.
   
   ### Build
   
   - [X] Build completed using `mvn clean install -P contrib-check`
     - [X] JDK 8
     - [X] JDK 11
     - [X] JDK 17
   
   ### Licensing
   
   - [ ] New dependencies are compatible with the [Apache License 
2.0](https://apache.org/licenses/LICENSE-2.0) according to the [License 
Policy](https://www.apache.org/legal/resolved.html)
   - [ ] New dependencies are documented in applicable `LICENSE` and `NOTICE` 
files
   
   ### Documentation
   
   - [X] Documentation formatting appears as expected in rendered files
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to