You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Andreas Schaefer <sc...@me.com.INVALID> on 2020/10/20 22:29:15 UTC

Release Apache Sling Kickstart Project 0.1.0

Hi,

We solved 1 issue in this release:
https://issues.apache.org/jira/projects/SLING/versions/12348806

There are still some outstanding issues:
https://issues.apache.org/jira/browse/SLING/component/...

This is working release to provide the ability to set Sling Run
Modes when starting Sling with the Kickstart project. But this fix
is not limited to Run Modes as setting Run Modes is just a simple
Java property (-D) and this fix will hand over all properties to
the Feature Launcher that starts up Sling.
In addition the project was updated to the latest Sling feature models.

Staging repository:
https://repository.apache.org/content/repositories/orgapachesling-2360/

You can use this UNIX script to download the release and verify the signatures:
https://gitbox.apache.org/repos/asf?p=sling-tooling-release.git;a=blob;f=check_staged_release.sh;hb=HEAD

Usage:
sh check_staged_release.sh 2360 /tmp/sling-staging

Please vote to approve this release:

  [ ] +1 Approve the release
  [ ]  0 Don't care
  [ ] -1 Don't release, because ...

This majority vote is open for at least 72 hours.

- Andy

[CANCELLED][VOTE] Release Apache Sling Kickstart Project 0.1.0

Posted by Andreas Schaefer <sc...@me.com.INVALID>.
I cancel the vote for Sling Kickstart Project 0.0.10 due to an issue with the build.
I will redo the release with a fix.

- Andy

> On Oct 20, 2020, at 3:29 PM, Andreas Schaefer <sc...@me.com.INVALID> wrote:
> 
> Hi,
> 
> We solved 1 issue in this release:
> https://issues.apache.org/jira/projects/SLING/versions/12348806
> 
> There are still some outstanding issues:
> https://issues.apache.org/jira/browse/SLING/component/...
> 
> This is working release to provide the ability to set Sling Run
> Modes when starting Sling with the Kickstart project. But this fix
> is not limited to Run Modes as setting Run Modes is just a simple
> Java property (-D) and this fix will hand over all properties to
> the Feature Launcher that starts up Sling.
> In addition the project was updated to the latest Sling feature models.
> 
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachesling-2360/
> 
> You can use this UNIX script to download the release and verify the signatures:
> https://gitbox.apache.org/repos/asf?p=sling-tooling-release.git;a=blob;f=check_staged_release.sh;hb=HEAD
> 
> Usage:
> sh check_staged_release.sh 2360 /tmp/sling-staging
> 
> Please vote to approve this release:
> 
>  [ ] +1 Approve the release
>  [ ]  0 Don't care
>  [ ] -1 Don't release, because ...
> 
> This majority vote is open for at least 72 hours.
> 
> - Andy


Re: Release Apache Sling Kickstart Project 0.1.0

Posted by Andreas Schaefer <sc...@me.com.INVALID>.
Hi Robert

I did not release Kickstart Maven Plugin because there are no changes that said in the last release for
0.0.8 the plugin would use the Kickstart Project 0.0.6 which was not released and I missed to update it.

I guess I will scrub that release and release both together to fix that issue.

- Andy

> On Oct 21, 2020, at 11:47 PM, Robert Munteanu <ro...@apache.org> wrote:
> 
> Hi Andy,
> 
> On Tue, 2020-10-20 at 15:29 -0700, Andreas Schaefer wrote:
>> Staging repository:
>> 
>> https://repository.apache.org/content/repositories/orgapachesling-2360/
> 
> The source files from that repository do not build for me, and the same
> happens on Jenkins [1]:
> 
> 
> [ERROR] Failed to execute goal org.apache.sling:sling-kickstart-maven-
> plugin:0.0.8:start (start-container-before-IT) on project
> org.apache.sling.kickstart: Unable to get artifact for Dependency
> {groupId=org.apache.sling, artifactId=org.apache.sling.kickstart,
> version=0.0.6, type=jar}: Could not find artifact
> org.apache.sling:org.apache.sling.kickstart:jar:0.0.6 in central (
> https://repo.maven.apache.org/maven2)
> 
> Do they build for you?
> 
> Thanks,
> Robert
> 
> [1]: 
> https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-kickstart/job/master/27/console
> 


Re: [VOTE] Release Apache Sling Kickstart Project 0.1.0

Posted by Daniel Klco <dk...@apache.org>.
-1

The build problem is indicating that the previous version of Kickstart is
referenced here:

[ERROR] Failed to execute goal
org.apache.sling:sling-kickstart-maven-plugin:0.0.8:start
(start-container-before-IT) on project org.apache.sling.kickstart:
Unable to get artifact for Dependency {groupId=org.apache.sling,
artifactId=org.apache.sling.kickstart, version=0.0.6, type=jar}: Could
not find artifact
org.apache.sling:org.apache.sling.kickstart:jar:0.0.6 in central
(https://repo.maven.apache.org/maven2)[ERROR] [ERROR] Try downloading
the file manually from the project website.[ERROR] [ERROR] Then,
install it using the command: [ERROR]     mvn install:install-file
-DgroupId=org.apache.sling -DartifactId=org.apache.sling.kickstart
-Dversion=0.0.6 -Dpackaging=jar -Dfile=/path/to/file



It looks like this is done with the default kickstart in the StartMojo:
https://github.com/apache/sling-kickstart-maven-plugin/blob/0e5fb35343ab25fa16caf4dea1b5b696314392fa/src/main/java/org/apache/sling/maven/kickstart/run/StartMojo.java#L69

This to me feels like an anti-pattern as this version a) shouldn't be in
code b) should be synced to a valid/latest release

On Thu, Oct 22, 2020 at 2:48 AM Robert Munteanu <ro...@apache.org> wrote:

> Also adding VOTE tag.
>
> On Thu, 2020-10-22 at 08:47 +0200, Robert Munteanu wrote:
> > Hi Andy,
> >
> > On Tue, 2020-10-20 at 15:29 -0700, Andreas Schaefer wrote:
> > > Staging repository:
> > >
> > >
> https://repository.apache.org/content/repositories/orgapachesling-2360/
> >
> > The source files from that repository do not build for me, and the
> > same
> > happens on Jenkins [1]:
> >
> >
> > [ERROR] Failed to execute goal org.apache.sling:sling-kickstart-
> > maven-
> > plugin:0.0.8:start (start-container-before-IT) on project
> > org.apache.sling.kickstart: Unable to get artifact for Dependency
> > {groupId=org.apache.sling, artifactId=org.apache.sling.kickstart,
> > version=0.0.6, type=jar}: Could not find artifact
> > org.apache.sling:org.apache.sling.kickstart:jar:0.0.6 in central (
> > https://repo.maven.apache.org/maven2)
> >
> > Do they build for you?
> >
> > Thanks,
> > Robert
> >
> > [1]:
> >
> https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-kickstart/job/master/27/console
> >
>
>

Re: [VOTE] Release Apache Sling Kickstart Project 0.1.0

Posted by Robert Munteanu <ro...@apache.org>.
Also adding VOTE tag.

On Thu, 2020-10-22 at 08:47 +0200, Robert Munteanu wrote:
> Hi Andy,
> 
> On Tue, 2020-10-20 at 15:29 -0700, Andreas Schaefer wrote:
> > Staging repository:
> > 
> > https://repository.apache.org/content/repositories/orgapachesling-2360/
> 
> The source files from that repository do not build for me, and the
> same
> happens on Jenkins [1]:
> 
> 
> [ERROR] Failed to execute goal org.apache.sling:sling-kickstart-
> maven-
> plugin:0.0.8:start (start-container-before-IT) on project
> org.apache.sling.kickstart: Unable to get artifact for Dependency
> {groupId=org.apache.sling, artifactId=org.apache.sling.kickstart,
> version=0.0.6, type=jar}: Could not find artifact
> org.apache.sling:org.apache.sling.kickstart:jar:0.0.6 in central (
> https://repo.maven.apache.org/maven2)
> 
> Do they build for you?
> 
> Thanks,
> Robert
> 
> [1]: 
> https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-kickstart/job/master/27/console
> 


Re: Release Apache Sling Kickstart Project 0.1.0

Posted by Robert Munteanu <ro...@apache.org>.
Hi Andy,

On Tue, 2020-10-20 at 15:29 -0700, Andreas Schaefer wrote:
> Staging repository:
> 
> https://repository.apache.org/content/repositories/orgapachesling-2360/

The source files from that repository do not build for me, and the same
happens on Jenkins [1]:


[ERROR] Failed to execute goal org.apache.sling:sling-kickstart-maven-
plugin:0.0.8:start (start-container-before-IT) on project
org.apache.sling.kickstart: Unable to get artifact for Dependency
{groupId=org.apache.sling, artifactId=org.apache.sling.kickstart,
version=0.0.6, type=jar}: Could not find artifact
org.apache.sling:org.apache.sling.kickstart:jar:0.0.6 in central (
https://repo.maven.apache.org/maven2)

Do they build for you?

Thanks,
Robert

[1]: 
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-kickstart/job/master/27/console