[jira] [Created] (INCUBATOR-213) The release of OpenWhisk 0.9.0-incubating

2018-06-20 Thread Vincent Hou (JIRA)
Vincent Hou created INCUBATOR-213:
-

 Summary: The release of OpenWhisk 0.9.0-incubating
 Key: INCUBATOR-213
 URL: https://issues.apache.org/jira/browse/INCUBATOR-213
 Project: Incubator
  Issue Type: Task
Reporter: Vincent Hou


OpenWhisk community is working on its first release 0.9.0-incubating under 
Apache. An email for VOTE will be sent to the dev mail list of OpenWhisk 
momentarily, with the title [VOTE] Release Apache OpenWhisk 0.9.0-incubating.

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache ServiceComb Saga (incubating) version 0.2.0

2018-06-20 Thread Mick Semb Wever


> [ ] +1 Release this package as 0.2.0  
> [ ] +0 No Opinion  
> [ ] -1 Do not release this package because  


+1 binding

note, LoadBalancedClusterMessageSenderTest hangs when building. 
While using just`mvn install -DskipTests` works.

Mick

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache ServiceComb Java-Chassis (Incubating) version 1.0.0-m2

2018-06-20 Thread mck


> [ ] +1 Release this package as 1.0.0-m2  
> [ ] +0 No Opinion  
> [ ] -1 Do not release this package because  


+1 binding

note,  attempts at building the git tag failed on "Java 
Chassis::Foundations::Vertx" unit tests.  
doing `mvn install -DskipTests` was ok.

Mick

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache ServiceComb Service-Center (incubating) version 1.0.0-m2

2018-06-20 Thread mck


> Voting will start now(Tuesday, 12th June, 2018) and will remain open for 
> next 72 hours, Request all IPMC members to give their vote.  
>   
> [ ] +1 Release this package as 1.0.0-m2  
> [ ] +0 No Opinion  
> [ ] -1 Do not release this package because...  


+1 binding

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache Amaterasu (incubating) 0.2.0 (rc3)

2018-06-20 Thread Justin Mclean
Hi,

> 1. The gradle-wrapper.jar is a part of the standard Gradle project
> structure, and a quick search showed me that that other projects, such as
> Apache Beam do include it in their source releases. Do we need to do
> something specific to have an approval for gradle-wrapper.jar?

You can’t include compiled code in a source release, if you do it doesn’t meet 
the definition of open source. There been some discussion on this list on how 
to handle gradle wrapper in the past, it’s not nessacy to include the gradle 
jar. IMO Apache Bean shouldn't be including jars in their source release, but 
that’s for them to sort out. There is an unresolved legal JIRA about this. [4] 
I'd go with Marks suggestion in that thread unless it gets resolved in another 
way.

> 2. we use both PySpark and py4j in our integration tests (which we plan to
> remove in one of our next releases), which account for the majority of the
> files you have specified. Do we need to include a license for every
> sub-component of those, or a general one is enough?

If something is bundled you need to include it’s license and a general license 
may not be enough. [1]

For instance if you include bootstrap, you also need to include a license for 
normalise.css and the fonts that come along with it. A worked example may help. 
[2] [3]

Thanks,
Justin

1. http://www.apache.org/dev/licensing-howto.html#guiding-principle
2. https://github.com/justinmclean/ApacheWombat
3. https://vimeo.com/171210141
4. https://issues.apache.org/jira/browse/LEGAL-288
-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache Amaterasu (incubating) 0.2.0 (rc3)

2018-06-20 Thread Yaniv Rodenski
Hi Justin,

While some of the issues are fixed in the correct branch (as we,
unfortunately, packaged the wrong code with the release) I'm fixing some of
the license issues you have found and have a couple of questions:

1. The gradle-wrapper.jar is a part of the standard Gradle project
structure, and a quick search showed me that that other projects, such as
Apache Beam do include it in their source releases. Do we need to do
something specific to have an approval for gradle-wrapper.jar?
2. we use both PySpark and py4j in our integration tests (which we plan to
remove in one of our next releases), which account for the majority of the
files you have specified. Do we need to include a license for every
sub-component of those, or a general one is enough? If so, PySpark is an
Apache project so I believe no additional license is needed, is that
correct?

Thanks in advance,
Yaniv

On Wed, Jun 20, 2018 at 1:28 PM, Justin Mclean 
wrote:

> Hi,
>
> Sorry but it’s -1 binding as there compiled code in the source release and
> some software is of an unknown license
>
> I checked:
> - incubating name
> - signatures and hashes correct
> - DISCLAIMER exists
> - LICENSE is missing a number of things
> - NOTICE has incorrect year
> - a number of source files are missing ASF headers
> - there is an unexpected binary files in the source release [1]
> - can compile from source
>
> LICENSE is missing license for these bundled files:
> - Python license files [2][4]
> - BSD license files [3][7][8]
> - these files of unknown license [5][6]
>
> The MIT licensed file mentioned in LICENSE seems to be missing.
>
> Thanks,
> Justin
>
> 1. incubator-amaterasu-version-0.2.0-incubating-rc3/gradle/
> wrapper/gradle-wrapper.jar
> 2. executor/src/test/resources/py4j-0.10.4-src.zip/py4j/backport.py
> 3. executor/src/main/resources/codegen.py
> 4. executor/src/test/resources/pyspark.tar.gz/pyspark.tar/
> pyspark/heapq3.py
> 5. executor/src/test/resources/py4j-0.10.4-src.zip/py4j/
> tests/memory_leak_test.py
> 6  executor/src/test/resources/py4j.tar.gz/py4j.tar/py4j/protocol.py
> 7. executor/src/test/resources/pyspark.tar.gz/pyspark.tar/
> pyspark/cloudpickle.py
> 8 executor/src/test/resources/pyspark.tar.gz/pyspark.tar/pyspark/join.py
>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


-- 
Yaniv Rodenski

+61 477 778 405
ya...@shinto.io