You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "exceptionfactory (via GitHub)" <gi...@apache.org> on 2023/11/30 05:20:21 UTC

[PR] NIFI-12434 Upgrade Registry to Spring Framework 6.1.1 [nifi]

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

   # Summary
   
   [NIFI-12434](https://issues.apache.org/jira/browse/NIFI-12434) Upgrades NiFi Registry from Spring Framework 6.0.13 to 6.1.1 along with the following related dependencies:
   
   - Upgraded Spring Boot from 3.1.5 to 3.2.0
   - Upgraded Spring Security from 6.1.5 to 6.2.0
   - Upgraded Jetty from 11.0.18 to 12.0.3
   - Upgraded Servlet API from 5.0.0 to 6.0.0
   
   Spring Boot 3.2.0 supports Jetty 12, which depends on Servlet API 6. Jetty 12 moved Servlet API packages to new modules, and Spring Boot 3.2.0 defaults to the latest Jakarta EE 10 modules. This upgrade required several minor adjustments to package names for classes referencing Jetty components in Registry.
   
   Additional changes include streamlining several Registry integration tests to reduce the need for filtered component scanning related to Data Source configuration.
   
   Following on from the upgrade to Spring Framework 6, which included Flyway 9, additional updates include removing integration test configurations for MariaDB 10.0 and 10.2, which Flyway 9 no longer supports.
   
   # 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 21
   
   ### 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
   
   - [ ] 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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] NIFI-12434 Upgrade Registry to Spring Framework 6.1.1 [nifi]

Posted by "asfgit (via GitHub)" <gi...@apache.org>.
asfgit closed pull request #8087: NIFI-12434 Upgrade Registry to Spring Framework 6.1.1
URL: https://github.com/apache/nifi/pull/8087


-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org