20 Commits

Author SHA1 Message Date
Pierre Villard
237fdabefe
NIFI-14192 Updated version to 2.3.0-SNAPSHOT 2025-01-27 21:23:08 +01:00
Pierre Villard
1b812eed46
NIFI-14192 Merged NIFI-14192-RC1 2025-01-27 21:21:14 +01:00
dan-s1
583c4ec718
NIFI-14178 Applied PMD EmptyCatchBlock and corrected violations (#9665)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2025-01-24 16:57:03 -06:00
Pierre Villard
b33ffac8aa
NIFI-14192 Updated version to 2.2.0 2025-01-24 16:15:52 +01:00
dan-s1
4ae0a47901
NIFI-14153 Applied PMD SimplifiableTestAssertion and Fixed Violations (#9641)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2025-01-17 12:54:29 -06:00
dan-s1
f4b2f04102
NIFI-14140 Applied PMD UnusedLocalVariable Rule and Fixed Violations (#9630)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2025-01-16 07:50:30 -06:00
dan-s1
32bc68a40c
NIFI-14131 Expanded PMD coverage to include tests and fixed violations (#9610)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2025-01-07 15:33:49 -06:00
exceptionfactory
bbc05cd34e NIFI-14116 Added PMD Rule UnnecessaryVarargsArrayCreation
This closes #9599

- Removed unnecessary array creation from remaining classes
- Suppressed warnings on CapturingLogger based on interface definition

Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-12-27 09:33:36 -07:00
dan-s1
b6bc6bfd9a
NIFI-14084 Replaced anonymous classes with lambdas part 2 (#9592)
Signed-off-by: Lucas Ottersbach <ottersbach@apache.org>
2024-12-25 10:13:53 +01:00
exceptionfactory
7051aca832
NIFI-14097 Updated version to 2.2.0-SNAPSHOT 2024-12-23 17:04:56 -06:00
exceptionfactory
f3af2394f9
NIFI-14097 Updated version to 2.1.0 2024-12-20 12:37:52 -06:00
exceptionfactory
43faa73b4e
NIFI-14073 Added PMD Plugin to contrib-check Profile
- Added standard PMD rules scoped to current project conventions
- Updated multiple classes to meet UseDiamondOperator rule requirements
- Applied selected SuppressWarnings to selected classes
- Streamlined ci-workflow build to avoid unnecessary exclusions
- Refactored assembly module phases to align with standard lifecycle behavior

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #9581.
2024-12-15 15:02:24 +01:00
exceptionfactory
4adc2be12b
NIFI-13915 Updated version to 2.1.0-SNAPSHOT 2024-11-01 22:56:08 -05:00
exceptionfactory
2f13b609bd
NIFI-13915 Updated version to 2.0.0 2024-10-29 20:25:32 -05:00
exceptionfactory
275890a226
NIFI-13444 Removed unused test logging configuration
This closes #9004

Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-06-25 20:03:15 -07:00
dan-s1
b3fac8c80b
NIFI-13403 Removed unnecessary toString in logging statements
This closes #8984

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-06-25 20:13:08 -05:00
Matt Gilman
5c335cbbec
NIFI-13364 Removed autorefresh and banner UI properties
This closes #8932

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-06-06 08:34:17 -05:00
dan-s1
86d36d2327
NIFI-13265 Removed instantiation of Object arrays for log arguments
This closes #8896

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-05-30 17:17:33 -05:00
Pierre Villard
ee179f4acf
NIFI-13238 Added Checkstyle rules for whitespace
This closes #8832

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-05-15 06:41:19 -05:00
Joseph Witt
42a4385c82
NIFI-12998 Restructured framework and extension modules
Simplified dependency management into Bill of Material dependencies as parents that align to classloader structures.

- Moved nifi-framework-bundle to root level
- Moved nifi-nar-bundle modules to root nifi-extension-bundles
- Added nifi-extension-bom for internal and external extensions
- Added nifi-framework-nar-bom and nifi-server-nar-bom for managing framework dependencies
- Renamed nifi-jetty-bundle to nifi-jetty-nar

This closes #8677

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-04-26 12:12:48 -05:00