You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dl...@apache.org on 2016/10/22 16:40:54 UTC

[1/3] incubator-edgent git commit: Edgent-280 Add RELEASE_NOTES

Repository: incubator-edgent
Updated Branches:
  refs/heads/master b7ade1384 -> 79ba9f768


Edgent-280 Add RELEASE_NOTES



Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/3f05e78b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/3f05e78b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/3f05e78b

Branch: refs/heads/master
Commit: 3f05e78b38fc36bc360fab96588f6597f9af83c4
Parents: 49c9989
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Sat Oct 22 12:06:59 2016 -0400
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Sat Oct 22 12:06:59 2016 -0400

----------------------------------------------------------------------
 RELEASE_NOTES | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 95 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/3f05e78b/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
new file mode 100644
index 0000000..0f73e9f
--- /dev/null
+++ b/RELEASE_NOTES
@@ -0,0 +1,95 @@
+Apache Edgent (incubating) 1.0.0
+==================
+The first official Apache Edgent release
+
+New Features
+____________
+EDGENT-8    Restart topology on uncaught exception
+EDGENT-21   Create test application using GPS/OBD sensors
+EDGENT-22   Add functionality to sample the tuples in a stream
+EDGENT-91   Support joining a stream against another stream/window
+EDGENT-96   Add an HTTP POST utility method
+EDGENT-114  Have IotProvider start applications using ApplicationService
+EDGENT-128  update to Watson IoT Platform release
+EDGENT-166  Add Gate plumbing
+EDGENT-173  Add load balanced parallel()
+EDGENT-178  console: stream hover should report "alias" in addition to tags
+EDGENT-198  Accessibility enhancements to Javadoc
+EDGENT-200  Console: stream hovers in oplet kind layout lack tuple counts
+EDGENT-214  testFileWriter needs to support compressed rolling log generation
+EDGENT-215  Job control gets unregistered from ControlService after job gets closed (BUG)
+EDGENT-217  promote IoT device heart beat to a connector utility
+EDGENT-218  Add multivariable JsonAnalytics
+EDGENT-220  add things to help with csv strings
+EDGENT-226  Add connector for "command / OS process"
+EDGENT-304  Always build edgent.android.{hardware,topology}.jar
+
+Incompatible changes
+--------------------
+EDGENT-232  Rename Quarks to Edgent
+    Rename packages from quarks.* to org.apache.edgent.*
+    Rename jars from quarks.jar to edgent.*.jar
+EDGENT-236  Rename Iotf connector to Iotp
+    Rename package to org.apache.edgent.connectors.iotp
+    Rename jar to edgent.connectors.iotp.jar
+EDGENT-139  Rename ./ext/slf4j-1.7.12/slf4j-jdk14-1.7.12.jar
+    This jar was available to Edgent applications to provide them and the
+    Edgent runtime with an SLF4J logging implementation.
+    The name is now ./ext/slf4j-jdk14-1.7.12.jar
+
+Miscellaneous changes
+---------------------    
+EDGENT-139  Replace Ant build with Gradle tooling
+EDGENT-261  Remove all third party jars from the Edgent repository
+EDGENT-263  Add source tgz generation
+EDGENT-281  Change release bundle names
+    the bundles are now org.apache.edgent-<version>-{src,bin}.tgz
+EDGENT-281  Change the name of the directory that a binary release bundle extracts to
+    An official release bundle extracts to "edgent-<version>"
+    A snapshot release bundle extracts to "edgent-<version>-SNAPSHOT-<date>-<time>"
+EDGENT-281  Change names and/or versions of some external dependency jars in the binary release bundle
+    Mentioned for completeness but those jars are intended
+    to be private the Edgent runtime components.
+        
+Known Issues
+--------
+None yet
+
+Bug Fixes
+---------
+EDGENT-6    Change in JOB MXBean ObjectName causing console not to getch jobs
+EDGENT-83   Getting Started documentation page should tell how to build Quarks or explain releases are not Apache
+EDGENT-97   Document HTTPStreams.getJson
+EDGENT-120  bad graph generation with certain API / oplet sequence
+EDGENT-130  Application hands when trying to read commands from iotf
+EDGENT-137  Tuple count: Source oplet flows into Peek.  Source tuple count is less than Peek's count.
+EDGENT-152  "Quarks SPI" javadoc group declared but not generated
+EDGENT-164  Navigation menu works the wrong way
+EDGENT-167  width of FanOut output streams is wrong
+EDGENT-168  Console Splitter properties hover output tags wrong
+EDGENT-169  Console: hover on stream between Filter and Peek doesn't report tuple count
+EDGENT-171  Remove JobMXBean,State or Job.State
+EDGENT-172  Add stateChange() to JobMXBean
+EDGENT-177  Job name not set correctly for control service
+EDGENT-179  console: oplet coloring gradients "too close"
+EDGENT-180  Calling stateChange(CLOSE) on JobMXBean does not change its state fully
+EDGENT-187  Console: TopologyTesstBasic doesn't render after QUARKS-22 changes
+EDGENT-188  Console metric propagation shouldn't traverse non-injected metric ops
+EDGENT-189  Undesirable metric op injection
+EDGENT-201  Make the quarks console keyboard navigible
+EDGENT-207  Iotf connect does not receive commands when only subscribing to to commands
+EDGENT-208  Improve TWindow aggregate() javadoc
+EDGENT-209  No need to insert PlumbingStreams.isolate after JobEvents.source
+EDGENT-210  Submit an app, closing an app and the attempting to resubmit an app "kills" the parent app
+EDGENT-213  testFileWriter is naming rolling log files with day-in-year not day-in-month
+EDGENT-247  "ant release" with ANDROID_SDK_PLATFORM set fails
+EDGENT-255  StreamScope.setEnabled(true) resets buffer if already enabled
+EDGENT-257  samples.scenarios.iotp no longer functional
+
+Apache Quarks (incubating) 0.4.0
+==================
+0.4.0 was an unofficial release
+
+Apache Quarks (incubating) 0.3.0
+==================
+0.3.0 was an unofficial release


[3/3] incubator-edgent git commit: Merge pull request #225

Posted by dl...@apache.org.
Merge pull request #225

This closes #225


Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/79ba9f76
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/79ba9f76
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/79ba9f76

Branch: refs/heads/master
Commit: 79ba9f7689797f1dfbe2c0b91ac5cdbc89817fc3
Parents: b7ade13 72ab79a
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Sat Oct 22 12:40:47 2016 -0400
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Sat Oct 22 12:40:47 2016 -0400

----------------------------------------------------------------------
 RELEASE_NOTES | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 build.gradle  |  2 ++
 2 files changed, 97 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/79ba9f76/build.gradle
----------------------------------------------------------------------


[2/3] incubator-edgent git commit: Add RELEASE_NOTES to release bundles

Posted by dl...@apache.org.
Add RELEASE_NOTES to release bundles

Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/72ab79a4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/72ab79a4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/72ab79a4

Branch: refs/heads/master
Commit: 72ab79a464b0aec12088c378e4c1130fe29c4e63
Parents: 3f05e78
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Sat Oct 22 12:14:35 2016 -0400
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Sat Oct 22 12:14:35 2016 -0400

----------------------------------------------------------------------
 build.gradle | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/72ab79a4/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 72653a6..f6b7875 100644
--- a/build.gradle
+++ b/build.gradle
@@ -715,6 +715,7 @@ task releaseTarGz(type: Tar) {
     rename { 'README' }
     from rootProject.file('legal/binary-release-readme')
   }
+  from 'RELEASE_NOTES'
   from "$target_dir/version.txt"
   from target_dir
   exclude '**/test/svt/'
@@ -736,6 +737,7 @@ task srcReleaseTarGz(type: Tar) {
   // make some things first in the tgz
   from 'LICENSE', 'NOTICE'
   from 'DISCLAIMER', 'JAVA_SUPPORT.md'
+  from 'RELEASE_NOTES'
   with copySpec {
     rename { 'README' }
     from rootProject.file('legal/source-release-readme')