Commit Graph

353 Commits

Author SHA1 Message Date
Mark Payne 61e743ff1d Merge branch 'develop' into annotations 2015-01-26 08:30:53 -05:00
Matt Gilman 33cee9d765 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-01-23 14:02:35 -05:00
Mark Payne c4dffe2ab6 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-01-23 13:59:56 -05:00
Matt Gilman 2fb30c774c NIFI-301:
- Ensuring when 'no value' is selected, a value of null is used which will unset the corresponding property.
2015-01-23 13:56:12 -05:00
Mark Payne f9cfbae643 NIFI-290: applying patch from Ricky Saltzer 2015-01-23 13:46:11 -05:00
Mark Payne 8a9960e4e7 NIFI-272: Changed package to be based on group id and base artifact name 2015-01-23 13:23:32 -05:00
Jenn Barnabee 8ee6762126 "NIFI-285 Committing changes to Admin Guide" 2015-01-23 13:17:05 -05:00
Mark Payne cd3094d54f NIFI-272: Updated pom.xml to be more consistent by removing 'name' tag and not including the default 'properties' tag 2015-01-23 12:12:30 -05:00
Mark Payne c8ecdd9ddf NIFI-300, NIFI-298: Fixed bugs causing failures when sending to non-https addresses and sending as flowfile 2015-01-23 12:00:21 -05:00
Mark Payne 8b3f3c75cd Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-01-23 11:13:31 -05:00
Mark Payne d0e15f1eef NIFI-4: Changed @OnEnabled to @OnScheduled for the configuration of services 2015-01-23 10:46:31 -05:00
Mark Payne a4e4af7cba NIFI-4: Fixed issue with lifecycle of Controller Services 2015-01-23 10:35:41 -05:00
joewitt 43e646e68e NIFI 270 fixed organization and excluded DEPENDENCIES from rat check 2015-01-23 01:26:58 -05:00
joewitt f85b8714a1 NIFI 270 fixed organization and excluded DEPENDENCIES from rat check 2015-01-23 01:25:59 -05:00
bbende 5f3653b342 Merge remote-tracking branch 'upstream/develop' into develop 2015-01-22 21:12:18 -05:00
bbende 27f6918445 Addressing the issue of controlling the name of the top-level directory by allowing artifactId to be something like "nifi-XXX-bundle" and artifactBaseName to be "XXX". Also refactored the archetype to allow the package to be specified, which updates the appropriate files and directories. 2015-01-22 21:09:30 -05:00
Matt Gilman 2f4727db5d NIFI-294:
- Ensuring the sensitive flag is always respected.
2015-01-22 15:41:26 -05:00
Mark Payne 413a0b22a7 NIFI-251: Updated Lifecycle annotations from @OnConfigured to @OnEnabled 2015-01-22 12:03:24 -05:00
Mark Payne 5161b234a5 NIFI-251: Added CapabilityDescription and Tags annotations to reporting tasks and controller services 2015-01-22 11:59:53 -05:00
Mark Payne 716e03b502 NIFI-6: Rebase from develop to include renaming of directory structure 2015-01-22 10:59:36 -05:00
Mark Payne a0b70fa9c6 NIFI-272: minor tweaks to archetype to be more consistent with existing poms and java code style 2015-01-22 10:18:55 -05:00
Mark Payne b942daa65a NIFI-4: Updated documentation for annotations 2015-01-22 09:07:51 -05:00
bbende db2072ed8a Creating the nifi-maven-archetypes module and adding the nifi-processor-bundle-archetype. 2015-01-22 08:53:23 -05:00
joewitt cff8b0de40 NIFI-270 fixing versions in test file 2015-01-21 02:12:20 -05:00
joewitt f6d9354bfb NIFI-270 Made all changes identified by adam, mark, joey to prep for a cleaner build 2015-01-21 01:47:48 -05:00
Mark Payne 1a402d468a NIFI-4: Use @OnEnabled instead of @OnConfigured in ssl context service 2015-01-20 13:03:21 -05:00
Mark Payne 1b1f45faac NIFI-268: Updated unit tests 2015-01-20 13:02:59 -05:00
Mark Payne bd290018ad NIFI-4: Updated docs for OnEnabled 2015-01-20 13:00:44 -05:00
Mark Payne b5956709b7 NIFI-4: Added better support for reporting task and controller service lifecycle via annotations 2015-01-20 12:59:59 -05:00
Mark Payne 53328a4a02 NIFI-268: Added controller service lifecycle support to mock framework 2015-01-20 12:59:13 -05:00
joewitt 52e9c4a5a9 NIFI-270 reset nar-maven to 0.0.1 and made the more logical for nifi 2015-01-19 09:38:24 -05:00
Mark Payne 850396cc97 NIFI-4: Updates to provide proper lifecycle support via annotations for controller services and reporting tasks 2015-01-18 20:25:32 -05:00
joewitt bc448e59a0 NIFI-270 removed mvngit.id because we're not using mavangiata right now and fixed attach/false 2015-01-18 14:23:05 -05:00
joewitt f21b502ae3 NIFI-270 fixed a couple pom issues. Have done a full release to staging of nifi now. The src.tar.gz didn't get built apparently but all else looked good 2015-01-17 16:54:46 -05:00
joewitt bc94f716c6 NIFI-270 sent an e-mail to dev explaining all the moving parts 2015-01-17 03:18:50 -05:00
Mark Payne d8e1f570a6 NIFI-4: Added lifecycle annotation support 2015-01-16 15:52:47 -05:00
Mark Payne d734220d1e NIFI-277: Added verifyCanXX methods 2015-01-16 15:51:34 -05:00
Mark Payne 7bcfc93d6e NIFI-4: Added OnEnabled and OnDisabled annotations to the lifecycle package 2015-01-16 13:41:53 -05:00
Mark Payne 68707ce3c4 NIFI-4: Fixed documentation of OnScheduled and OnUnscheduled. Updated StandardProcessScheduler to invoke OnScheduled, OnUnscheduled, OnStopped methods appropriately. 2015-01-16 13:35:17 -05:00
joewitt 6f189266b4 NIFI-270prepare for next development iteration 2015-01-16 13:02:48 -05:00
joewitt dea2f0d71f NIFI-270prepare release nar-maven-plugin-0.0.1-incubating 2015-01-16 13:02:38 -05:00
Mark Payne 6b5d1a86be NIFI-6: Deprecated @OnConfigured annotation in favor of those in the org.apache.nifi.annotation.lifecycle package 2015-01-16 12:58:37 -05:00
joewitt ad1b768fc2 Merge branch 'nifi-270-release-setup' into develop 2015-01-16 12:33:33 -05:00
joewitt c91d875f36 NIFI-270 nar maven plugin now on proper version scheme for incubator 2015-01-16 12:32:07 -05:00
joewitt 9c8c1c4f48 NIFI-270 staging build for nar plugin good. Now to try for full build 2015-01-16 12:20:20 -05:00
Mark Payne 0f310325a3 NIFI-6: Rebased from develop and moved new artifacts as appropriate 2015-01-16 12:12:27 -05:00
Mark Payne 29b3ad89a4 NIFI-268: Fail any unit test that uses a Processor that uses deprecated annotations 2015-01-16 12:05:32 -05:00
Mark Payne 1c0eb6c66e NIFI-6: Added annotations with new package names to be more explicit; deprecated all old annotations; updated framework to use new annotations and old 2015-01-16 12:05:23 -05:00
joewitt b1be36e622 [maven-release-plugin] prepare for next development iteration 2015-01-16 12:01:27 -05:00
joewitt eb3d59920a [maven-release-plugin] prepare release nar-maven-plugin-0.0.3-test-incubating 2015-01-16 12:01:17 -05:00