You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Jeffery Painter <je...@jivecast.com> on 2018/02/15 16:39:40 UTC

turbine core 4.0.1 release schedule

Hello everyone,

I am pretty deep into building out a detailed tutorial on getting 
started with Turbine 4.0 in Eclipse using the Maven archetype (I am 
quite sure it is a book now instead of a simple tutorial).  I was 
wondering when we can expect final releases of Turbine core and the new 
turbine-webapp archetype?

Once Thomas releases intake 1.2.3, is there anything else preventing 
releasing turbine 4.0.1 and subsequently turbine-webapp-4.0 version 1.0.2?

Let me know if there is anything I can do to help :-)  I am working from 
snapshots at the moment, and it isn't reasonable for me to enlist others 
to test out my walk through until these are released. I would also love 
to share it with you guys for feedback if/when you have time.

Thanks,
Jeff



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org


Re: Re: Antwort: Re: turbine core 4.0.1 release schedule

Posted by Georg Kallidis <ge...@cedis.fu-berlin.de>.
Hi Jeff,

you should read this

- https://www.apache.org/dev/release-signing.html

And this page is still more in extenso (4a,b seem only optional or 
redundant for release signing):

- 
https://cwiki.apache.org/confluence/display/FALCON/How+to+generate+keys+for+signing+the+release

You may then add your credentails to maven settings.xml either your 
mvn-secured password or in another way, cft. 

https://cwiki.apache.org/confluence/display/TUSCANYxDOCx2x/Setting+up+ssh

<server>
      <id>apache.releases.https</id>
      <username><uid></username>
      <password>{XXXXXXXXXXXXXXXXXXXXXXXX}</password> 
      <!-- master-password encrypted password -->
</server>

Same for apache.snapshots.https .. 

We may discuss off-list more details, if the archetype RC is ready  ..

Bon voyage! 

Best regards, Georg



Von:    Jeffery Painter <je...@jivecast.com>
An:     dev@turbine.apache.org
Datum:  21.02.2018 13:25
Betreff:        Re: Antwort: Re: turbine core 4.0.1 release schedule



Thanks Georg,

I also found the release notes from Apache commons which are well 
documented.  https://commons.apache.org/releases/prepare.html
Sorry I didn't have time to work on this. I am leaving for Singapore 
next week and trying to get everything ready before we leave.

It looks like the first step is that I need to generate a GPG key and 
add it to https://dist.apache.org/repos/dist/release/turbine/KEYS

Is there any thing I need to do before adding my keys? Maybe I can help 
with the turbine-webapp archetype release as a learning process.

Thanks,
Jeff



On 02/21/2018 03:06 AM, Georg Kallidis wrote:
> Hi Jeff,
>
> some "advice" .. currently the "cheatsheet" I use for a release is 
checked
> in here:
> https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/README.txt - 
which
> is also the Apache Fulcrum starting page on GitHub
> https://github.com/apache/turbine-fulcrum (until we provide a 
readme.md).
> The document should work for Windows and for *nix systems, with some
> hints, if no GPG agent is running or not (Windows). Commands may run
> without explicit gpg flags.
>
> For site publication in general check
> https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/README -
> this should be moved elsewhere and
> find more hints especially for Turbine site building (lower part with
> references) here:
> https://svn.apache.org/repos/asf/turbine/core/trunk/README.txt (
> https://github.com/apache/turbine-core).
>
> You may find there most of what is needed.
>
> - Georg
>
>
>
> Von:    Jeffery Painter <je...@jivecast.com>
> An:     dev@turbine.apache.org
> Datum:  16.02.2018 13:19
> Betreff:        Re: turbine core 4.0.1 release schedule
>
>
>
> Hi Georg,
>
> I would like to learn more about the release process.  I will do some
> homework this weekend to see what is involved. I have never done it
> before, so I may need some advice and guidance along the way.  I think
> the next big step would be Java 8 as you mention, and I would be up for
> helping make that transition happen.
>
> --
> Jeff
>
> On 02/16/2018 03:40 AM, Georg Kallidis wrote:
>> Hi Jeff,
>>
>> that´s great! We have to talk through this really ..
>>
>> Following is, what IMO taking place in the next two, three weeks, based
> on
>> what could be expected from current state:
>>
>> Thomas is in the process of preparing Intake, after this I would remove
>> the two SNAPSHOTS (one of them already now resolved) in turbine core 
and
>> prepare the release. Building the site may take some more time, but 
this
>> could postponed or prepared all along. And yes, then we are able to
>> release the archetype lastly! Do you want to volunteer for the release
>> process? No other issues ASAIK!
>>
>> After this is done the race is opened for the Turbine (Java) 8 IMO! We
>> might declare this just plain text - details following .. as reading 
our
>> mailing list we agree on this matter. I have added some comments/hints
> in
>> pom dependencies, what might be done (+ release of Torque 4.1, which
>> requires Java 8). More disrupting changes, which would mean e.g. an
> entire
>> new configuration building, are probably tasks requiring some more
>> (combined) effort. I think Thomas already made some efforts to migrate
> to
>> velocity 2. But you might have some more insightful thoughts you would
>> like to share! We should not forget about changing/adding more 
structure
>> ton the repo (writeable GIT, another branch?).
>>
>> Best regards, Georg
>>
>>
>>
>>
>> Von:    Jeffery Painter <je...@jivecast.com>
>> An:     Turbine Developers List <de...@turbine.apache.org>
>> Datum:  15.02.2018 17:39
>> Betreff:        turbine core 4.0.1 release schedule
>>
>>
>>
>>
>> Hello everyone,
>>
>> I am pretty deep into building out a detailed tutorial on getting
>> started with Turbine 4.0 in Eclipse using the Maven archetype (I am
>> quite sure it is a book now instead of a simple tutorial).  I was
>> wondering when we can expect final releases of Turbine core and the new
>> turbine-webapp archetype?
>>
>> Once Thomas releases intake 1.2.3, is there anything else preventing
>> releasing turbine 4.0.1 and subsequently turbine-webapp-4.0 version
> 1.0.2?
>> Let me know if there is anything I can do to help :-)  I am working 
from
>> snapshots at the moment, and it isn't reasonable for me to enlist 
others
>> to test out my walk through until these are released. I would also love
>> to share it with you guys for feedback if/when you have time.
>>
>> Thanks,
>> Jeff
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
>> For additional commands, e-mail: dev-help@turbine.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
> For additional commands, e-mail: dev-help@turbine.apache.org
>
>

-- 
Jeff Painter

CEO and Founder of JiveCast
Software and analytics, made together
http://jivecast.com

301 Fayetteville St. Unit 2301, Raleigh, NC 27601
(919) 533-9024


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org



Re: Antwort: Re: turbine core 4.0.1 release schedule

Posted by Jeffery Painter <je...@jivecast.com>.
Thanks Georg,

I also found the release notes from Apache commons which are well 
documented.  https://commons.apache.org/releases/prepare.html
Sorry I didn't have time to work on this. I am leaving for Singapore 
next week and trying to get everything ready before we leave.

It looks like the first step is that I need to generate a GPG key and 
add it to https://dist.apache.org/repos/dist/release/turbine/KEYS

Is there any thing I need to do before adding my keys? Maybe I can help 
with the turbine-webapp archetype release as a learning process.

Thanks,
Jeff



On 02/21/2018 03:06 AM, Georg Kallidis wrote:
> Hi Jeff,
>
> some "advice" .. currently the "cheatsheet" I use for a release is checked
> in here:
> https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/README.txt - which
> is also the Apache Fulcrum starting page on GitHub
> https://github.com/apache/turbine-fulcrum (until we provide a readme.md).
> The document should work for Windows and for *nix systems, with some
> hints, if no GPG agent is running or not (Windows). Commands may run
> without explicit gpg flags.
>
> For site publication in general check
> https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/README -
> this should be moved elsewhere and
> find more hints especially for Turbine site building (lower part with
> references) here:
> https://svn.apache.org/repos/asf/turbine/core/trunk/README.txt (
> https://github.com/apache/turbine-core).
>
> You may find there most of what is needed.
>
> - Georg
>
>
>
> Von:    Jeffery Painter <je...@jivecast.com>
> An:     dev@turbine.apache.org
> Datum:  16.02.2018 13:19
> Betreff:        Re: turbine core 4.0.1 release schedule
>
>
>
> Hi Georg,
>
> I would like to learn more about the release process.  I will do some
> homework this weekend to see what is involved. I have never done it
> before, so I may need some advice and guidance along the way.  I think
> the next big step would be Java 8 as you mention, and I would be up for
> helping make that transition happen.
>
> --
> Jeff
>
> On 02/16/2018 03:40 AM, Georg Kallidis wrote:
>> Hi Jeff,
>>
>> that´s great! We have to talk through this really ..
>>
>> Following is, what IMO taking place in the next two, three weeks, based
> on
>> what could be expected from current state:
>>
>> Thomas is in the process of preparing Intake, after this I would remove
>> the two SNAPSHOTS (one of them already now resolved) in turbine core and
>> prepare the release. Building the site may take some more time, but this
>> could postponed or prepared all along. And yes, then we are able to
>> release the archetype lastly! Do you want to volunteer for the release
>> process? No other issues ASAIK!
>>
>> After this is done the race is opened for the Turbine (Java) 8 IMO! We
>> might declare this just plain text - details following .. as reading our
>> mailing list we agree on this matter. I have added some comments/hints
> in
>> pom dependencies, what might be done (+ release of Torque 4.1, which
>> requires Java 8). More disrupting changes, which would mean e.g. an
> entire
>> new configuration building, are probably tasks requiring some more
>> (combined) effort. I think Thomas already made some efforts to migrate
> to
>> velocity 2. But you might have some more insightful thoughts you would
>> like to share! We should not forget about changing/adding more structure
>> ton the repo (writeable GIT, another branch?).
>>
>> Best regards, Georg
>>
>>
>>
>>
>> Von:    Jeffery Painter <je...@jivecast.com>
>> An:     Turbine Developers List <de...@turbine.apache.org>
>> Datum:  15.02.2018 17:39
>> Betreff:        turbine core 4.0.1 release schedule
>>
>>
>>
>>
>> Hello everyone,
>>
>> I am pretty deep into building out a detailed tutorial on getting
>> started with Turbine 4.0 in Eclipse using the Maven archetype (I am
>> quite sure it is a book now instead of a simple tutorial).  I was
>> wondering when we can expect final releases of Turbine core and the new
>> turbine-webapp archetype?
>>
>> Once Thomas releases intake 1.2.3, is there anything else preventing
>> releasing turbine 4.0.1 and subsequently turbine-webapp-4.0 version
> 1.0.2?
>> Let me know if there is anything I can do to help :-)  I am working from
>> snapshots at the moment, and it isn't reasonable for me to enlist others
>> to test out my walk through until these are released. I would also love
>> to share it with you guys for feedback if/when you have time.
>>
>> Thanks,
>> Jeff
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
>> For additional commands, e-mail: dev-help@turbine.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
> For additional commands, e-mail: dev-help@turbine.apache.org
>
>

-- 
Jeff Painter

CEO and Founder of JiveCast
Software and analytics, made together
http://jivecast.com

301 Fayetteville St. Unit 2301, Raleigh, NC 27601
(919) 533-9024


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org


RE: Re: Antwort: Re: turbine core 4.0.1 release schedule

Posted by Georg Kallidis <ge...@cedis.fu-berlin.de>.
Hi Jeffery, 

the yaafi-crypto pom seemed completely outdated, I cleaned it up, try 
again! 

- the RC should be 1.0.8. 
- Could you double check the generated target/*.asc files ? (gpg --verify 
x.asc x shows correct signature).

Best regards, Georg




Von:    Jeffery Painter <je...@jivecast.com>
An:     Turbine Developers List <de...@turbine.apache.org>
Datum:  06.11.2018 20:12
Betreff:        Re: Antwort: Re: turbine core 4.0.1 release schedule



Hi Georg,

Following the steps from:
https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/README.txt

For yaafi-crypto and I get an error on the last step.  Maybe you can
help me figure out if I did something wrong.

I ran the following commands:

1. mvn clean site install -Papache-release
2. mvn release:clean
3. mvn release:prepare -P apache-release
4. mvn release:perform

on step 4, I get an error that basically says I am not authorized... any
ideas?



[INFO]                   
[INFO] Uploading to apache.releases.https:
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/fulcrum/fulcrum-yaafi-crypto/1.0.7/fulcrum-yaafi-crypto-1.0.7.pom

[INFO] Progress (1): 2.0/3.5 kB
[INFO] Progress (1): 3.5 kB   
[INFO]                    
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO] Total time: 9.583 s
[INFO] [INFO] Finished at: 2018-11-06T14:07:54-05:00
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
(default-deploy) on project fulcrum-yaafi-crypto: Failed to deploy
artifacts: Could not transfer artifact
org.apache.fulcrum:fulcrum-yaafi-crypto:jar:1.0.7 from/to
apache.releases.https
(https://repository.apache.org/service/local/staging/deploy/maven2):
Failed to transfer file:
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/fulcrum/fulcrum-yaafi-crypto/1.0.7/fulcrum-yaafi-crypto-1.0.7.jar
.
Return code is: 401, ReasonPhrase: Unauthorized. -> [Help 1]
[INFO] [ERROR]
[INFO] [ERROR] To see the full stack trace of the errors, re-run Maven
with the -e switch.
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug
logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible
solutions, please read the following articles:
[INFO] [ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException





-
Jeff




On 2/21/18 3:06 AM, Georg Kallidis wrote:
> Hi Jeff, 
>
> some "advice" .. currently the "cheatsheet" I use for a release is 
checked 
> in here:
> https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/README.txt - 
which 
> is also the Apache Fulcrum starting page on GitHub
> https://github.com/apache/turbine-fulcrum (until we provide a 
readme.md).
> The document should work for Windows and for *nix systems, with some 
> hints, if no GPG agent is running or not (Windows). Commands may run 
> without explicit gpg flags.
>
> For site publication in general check 
> https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/README - 

> this should be moved elsewhere and
> find more hints especially for Turbine site building (lower part with 
> references) here:
> https://svn.apache.org/repos/asf/turbine/core/trunk/README.txt (
> https://github.com/apache/turbine-core).
>
> You may find there most of what is needed.
>
> - Georg
>
>
>
> Von:    Jeffery Painter <je...@jivecast.com>
> An:     dev@turbine.apache.org
> Datum:  16.02.2018 13:19
> Betreff:        Re: turbine core 4.0.1 release schedule
>
>
>
> Hi Georg,
>
> I would like to learn more about the release process.  I will do some 
> homework this weekend to see what is involved. I have never done it 
> before, so I may need some advice and guidance along the way.  I think 
> the next big step would be Java 8 as you mention, and I would be up for 
> helping make that transition happen.
>
> --
> Jeff
>
> On 02/16/2018 03:40 AM, Georg Kallidis wrote:
>> Hi Jeff,
>>
>> that´s great! We have to talk through this really ..
>>
>> Following is, what IMO taking place in the next two, three weeks, based 

> on
>> what could be expected from current state:
>>
>> Thomas is in the process of preparing Intake, after this I would remove
>> the two SNAPSHOTS (one of them already now resolved) in turbine core 
and
>> prepare the release. Building the site may take some more time, but 
this
>> could postponed or prepared all along. And yes, then we are able to
>> release the archetype lastly! Do you want to volunteer for the release
>> process? No other issues ASAIK!
>>
>> After this is done the race is opened for the Turbine (Java) 8 IMO! We
>> might declare this just plain text - details following .. as reading 
our
>> mailing list we agree on this matter. I have added some comments/hints 
> in
>> pom dependencies, what might be done (+ release of Torque 4.1, which
>> requires Java 8). More disrupting changes, which would mean e.g. an 
> entire
>> new configuration building, are probably tasks requiring some more
>> (combined) effort. I think Thomas already made some efforts to migrate 
> to
>> velocity 2. But you might have some more insightful thoughts you would
>> like to share! We should not forget about changing/adding more 
structure
>> ton the repo (writeable GIT, another branch?).
>>
>> Best regards, Georg
>>
>>
>>
>>
>> Von:    Jeffery Painter <je...@jivecast.com>
>> An:     Turbine Developers List <de...@turbine.apache.org>
>> Datum:  15.02.2018 17:39
>> Betreff:        turbine core 4.0.1 release schedule
>>
>>
>>
>>
>> Hello everyone,
>>
>> I am pretty deep into building out a detailed tutorial on getting
>> started with Turbine 4.0 in Eclipse using the Maven archetype (I am
>> quite sure it is a book now instead of a simple tutorial).  I was
>> wondering when we can expect final releases of Turbine core and the new
>> turbine-webapp archetype?
>>
>> Once Thomas releases intake 1.2.3, is there anything else preventing
>> releasing turbine 4.0.1 and subsequently turbine-webapp-4.0 version 
> 1.0.2?
>> Let me know if there is anything I can do to help :-)  I am working 
from
>> snapshots at the moment, and it isn't reasonable for me to enlist 
others
>> to test out my walk through until these are released. I would also love
>> to share it with you guys for feedback if/when you have time.
>>
>> Thanks,
>> Jeff
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
>> For additional commands, e-mail: dev-help@turbine.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
> For additional commands, e-mail: dev-help@turbine.apache.org
>
>


[Anhang "signature.asc" gelöscht von Georg Kallidis/CeDiS/FU-Berlin/DE] 


Re: Antwort: Re: turbine core 4.0.1 release schedule

Posted by Jeffery Painter <je...@jivecast.com>.
Thank you Thomas!

I will read in depth before trying again :-)

On 11/8/18 10:52 AM, Thomas Vandahl wrote:
> Hi Jeff,
>
> On 06.11.18 20:11, Jeffery Painter wrote:
>> on step 4, I get an error that basically says I am not authorized... any
>> ideas?
> See http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env
> The error message suggests that you have no credentials in your
> settings.xml.
>
> (The rest of the linked document is worth reading, too)
>
> Bye, Thomas
>
>

-- 
Jeff Painter



Re: Antwort: Re: turbine core 4.0.1 release schedule

Posted by Thomas Vandahl <tv...@apache.org>.
Hi Jeff,

On 06.11.18 20:11, Jeffery Painter wrote:
> on step 4, I get an error that basically says I am not authorized... any
> ideas?

See http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env
The error message suggests that you have no credentials in your
settings.xml.

(The rest of the linked document is worth reading, too)

Bye, Thomas



Re: Antwort: Re: turbine core 4.0.1 release schedule

Posted by Jeffery Painter <je...@jivecast.com>.
Hi Georg,

Following the steps from:
https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/README.txt

For yaafi-crypto and I get an error on the last step.  Maybe you can
help me figure out if I did something wrong.

I ran the following commands:

1. mvn clean site install -Papache-release
2. mvn release:clean
3. mvn release:prepare -P apache-release
4. mvn release:perform

on step 4, I get an error that basically says I am not authorized... any
ideas?



[INFO]                   
[INFO] Uploading to apache.releases.https:
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/fulcrum/fulcrum-yaafi-crypto/1.0.7/fulcrum-yaafi-crypto-1.0.7.pom
[INFO] Progress (1): 2.0/3.5 kB
[INFO] Progress (1): 3.5 kB   
[INFO]                    
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO] Total time: 9.583 s
[INFO] [INFO] Finished at: 2018-11-06T14:07:54-05:00
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
(default-deploy) on project fulcrum-yaafi-crypto: Failed to deploy
artifacts: Could not transfer artifact
org.apache.fulcrum:fulcrum-yaafi-crypto:jar:1.0.7 from/to
apache.releases.https
(https://repository.apache.org/service/local/staging/deploy/maven2):
Failed to transfer file:
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/fulcrum/fulcrum-yaafi-crypto/1.0.7/fulcrum-yaafi-crypto-1.0.7.jar.
Return code is: 401, ReasonPhrase: Unauthorized. -> [Help 1]
[INFO] [ERROR]
[INFO] [ERROR] To see the full stack trace of the errors, re-run Maven
with the -e switch.
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug
logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible
solutions, please read the following articles:
[INFO] [ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException





-
Jeff




On 2/21/18 3:06 AM, Georg Kallidis wrote:
> Hi Jeff, 
>
> some "advice" .. currently the "cheatsheet" I use for a release is checked 
> in here:
> https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/README.txt - which 
> is also the Apache Fulcrum starting page on GitHub
> https://github.com/apache/turbine-fulcrum (until we provide a readme.md).
> The document should work for Windows and for *nix systems, with some 
> hints, if no GPG agent is running or not (Windows). Commands may run 
> without explicit gpg flags.
>
> For site publication in general check 
> https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/README - 
> this should be moved elsewhere and
> find more hints especially for Turbine site building (lower part with 
> references) here:
> https://svn.apache.org/repos/asf/turbine/core/trunk/README.txt (
> https://github.com/apache/turbine-core).
>
> You may find there most of what is needed.
>
> - Georg
>
>
>
> Von:    Jeffery Painter <je...@jivecast.com>
> An:     dev@turbine.apache.org
> Datum:  16.02.2018 13:19
> Betreff:        Re: turbine core 4.0.1 release schedule
>
>
>
> Hi Georg,
>
> I would like to learn more about the release process.  I will do some 
> homework this weekend to see what is involved. I have never done it 
> before, so I may need some advice and guidance along the way.  I think 
> the next big step would be Java 8 as you mention, and I would be up for 
> helping make that transition happen.
>
> --
> Jeff
>
> On 02/16/2018 03:40 AM, Georg Kallidis wrote:
>> Hi Jeff,
>>
>> that´s great! We have to talk through this really ..
>>
>> Following is, what IMO taking place in the next two, three weeks, based 
> on
>> what could be expected from current state:
>>
>> Thomas is in the process of preparing Intake, after this I would remove
>> the two SNAPSHOTS (one of them already now resolved) in turbine core and
>> prepare the release. Building the site may take some more time, but this
>> could postponed or prepared all along. And yes, then we are able to
>> release the archetype lastly! Do you want to volunteer for the release
>> process? No other issues ASAIK!
>>
>> After this is done the race is opened for the Turbine (Java) 8 IMO! We
>> might declare this just plain text - details following .. as reading our
>> mailing list we agree on this matter. I have added some comments/hints 
> in
>> pom dependencies, what might be done (+ release of Torque 4.1, which
>> requires Java 8). More disrupting changes, which would mean e.g. an 
> entire
>> new configuration building, are probably tasks requiring some more
>> (combined) effort. I think Thomas already made some efforts to migrate 
> to
>> velocity 2. But you might have some more insightful thoughts you would
>> like to share! We should not forget about changing/adding more structure
>> ton the repo (writeable GIT, another branch?).
>>
>> Best regards, Georg
>>
>>
>>
>>
>> Von:    Jeffery Painter <je...@jivecast.com>
>> An:     Turbine Developers List <de...@turbine.apache.org>
>> Datum:  15.02.2018 17:39
>> Betreff:        turbine core 4.0.1 release schedule
>>
>>
>>
>>
>> Hello everyone,
>>
>> I am pretty deep into building out a detailed tutorial on getting
>> started with Turbine 4.0 in Eclipse using the Maven archetype (I am
>> quite sure it is a book now instead of a simple tutorial).  I was
>> wondering when we can expect final releases of Turbine core and the new
>> turbine-webapp archetype?
>>
>> Once Thomas releases intake 1.2.3, is there anything else preventing
>> releasing turbine 4.0.1 and subsequently turbine-webapp-4.0 version 
> 1.0.2?
>> Let me know if there is anything I can do to help :-)  I am working from
>> snapshots at the moment, and it isn't reasonable for me to enlist others
>> to test out my walk through until these are released. I would also love
>> to share it with you guys for feedback if/when you have time.
>>
>> Thanks,
>> Jeff
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
>> For additional commands, e-mail: dev-help@turbine.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
> For additional commands, e-mail: dev-help@turbine.apache.org
>
>



Antwort: Re: turbine core 4.0.1 release schedule

Posted by Georg Kallidis <ge...@cedis.fu-berlin.de>.
Hi Jeff, 

some "advice" .. currently the "cheatsheet" I use for a release is checked 
in here:
https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/README.txt - which 
is also the Apache Fulcrum starting page on GitHub
https://github.com/apache/turbine-fulcrum (until we provide a readme.md).
The document should work for Windows and for *nix systems, with some 
hints, if no GPG agent is running or not (Windows). Commands may run 
without explicit gpg flags.

For site publication in general check 
https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/README - 
this should be moved elsewhere and
find more hints especially for Turbine site building (lower part with 
references) here:
https://svn.apache.org/repos/asf/turbine/core/trunk/README.txt (
https://github.com/apache/turbine-core).

You may find there most of what is needed.

- Georg



Von:    Jeffery Painter <je...@jivecast.com>
An:     dev@turbine.apache.org
Datum:  16.02.2018 13:19
Betreff:        Re: turbine core 4.0.1 release schedule



Hi Georg,

I would like to learn more about the release process.  I will do some 
homework this weekend to see what is involved. I have never done it 
before, so I may need some advice and guidance along the way.  I think 
the next big step would be Java 8 as you mention, and I would be up for 
helping make that transition happen.

--
Jeff

On 02/16/2018 03:40 AM, Georg Kallidis wrote:
> Hi Jeff,
>
> that´s great! We have to talk through this really ..
>
> Following is, what IMO taking place in the next two, three weeks, based 
on
> what could be expected from current state:
>
> Thomas is in the process of preparing Intake, after this I would remove
> the two SNAPSHOTS (one of them already now resolved) in turbine core and
> prepare the release. Building the site may take some more time, but this
> could postponed or prepared all along. And yes, then we are able to
> release the archetype lastly! Do you want to volunteer for the release
> process? No other issues ASAIK!
>
> After this is done the race is opened for the Turbine (Java) 8 IMO! We
> might declare this just plain text - details following .. as reading our
> mailing list we agree on this matter. I have added some comments/hints 
in
> pom dependencies, what might be done (+ release of Torque 4.1, which
> requires Java 8). More disrupting changes, which would mean e.g. an 
entire
> new configuration building, are probably tasks requiring some more
> (combined) effort. I think Thomas already made some efforts to migrate 
to
> velocity 2. But you might have some more insightful thoughts you would
> like to share! We should not forget about changing/adding more structure
> ton the repo (writeable GIT, another branch?).
>
> Best regards, Georg
>
>
>
>
> Von:    Jeffery Painter <je...@jivecast.com>
> An:     Turbine Developers List <de...@turbine.apache.org>
> Datum:  15.02.2018 17:39
> Betreff:        turbine core 4.0.1 release schedule
>
>
>
>
> Hello everyone,
>
> I am pretty deep into building out a detailed tutorial on getting
> started with Turbine 4.0 in Eclipse using the Maven archetype (I am
> quite sure it is a book now instead of a simple tutorial).  I was
> wondering when we can expect final releases of Turbine core and the new
> turbine-webapp archetype?
>
> Once Thomas releases intake 1.2.3, is there anything else preventing
> releasing turbine 4.0.1 and subsequently turbine-webapp-4.0 version 
1.0.2?
>
> Let me know if there is anything I can do to help :-)  I am working from
> snapshots at the moment, and it isn't reasonable for me to enlist others
> to test out my walk through until these are released. I would also love
> to share it with you guys for feedback if/when you have time.
>
> Thanks,
> Jeff
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
> For additional commands, e-mail: dev-help@turbine.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org



Re: turbine core 4.0.1 release schedule

Posted by Jeffery Painter <je...@jivecast.com>.
Hi Georg,

I would like to learn more about the release process.  I will do some 
homework this weekend to see what is involved. I have never done it 
before, so I may need some advice and guidance along the way.  I think 
the next big step would be Java 8 as you mention, and I would be up for 
helping make that transition happen.

--
Jeff

On 02/16/2018 03:40 AM, Georg Kallidis wrote:
> Hi Jeff,
>
> that´s great! We have to talk through this really ..
>
> Following is, what IMO taking place in the next two, three weeks, based on
> what could be expected from current state:
>
> Thomas is in the process of preparing Intake, after this I would remove
> the two SNAPSHOTS (one of them already now resolved) in turbine core and
> prepare the release. Building the site may take some more time, but this
> could postponed or prepared all along. And yes, then we are able to
> release the archetype lastly! Do you want to volunteer for the release
> process? No other issues ASAIK!
>
> After this is done the race is opened for the Turbine (Java) 8 IMO! We
> might declare this just plain text - details following .. as reading our
> mailing list we agree on this matter. I have added some comments/hints in
> pom dependencies, what might be done (+ release of Torque 4.1, which
> requires Java 8). More disrupting changes, which would mean e.g. an entire
> new configuration building, are probably tasks requiring some more
> (combined) effort. I think Thomas already made some efforts to migrate to
> velocity 2. But you might have some more insightful thoughts you would
> like to share! We should not forget about changing/adding more structure
> ton the repo (writeable GIT, another branch?).
>
> Best regards, Georg
>
>
>
>
> Von:    Jeffery Painter <je...@jivecast.com>
> An:     Turbine Developers List <de...@turbine.apache.org>
> Datum:  15.02.2018 17:39
> Betreff:        turbine core 4.0.1 release schedule
>
>
>
>
> Hello everyone,
>
> I am pretty deep into building out a detailed tutorial on getting
> started with Turbine 4.0 in Eclipse using the Maven archetype (I am
> quite sure it is a book now instead of a simple tutorial).  I was
> wondering when we can expect final releases of Turbine core and the new
> turbine-webapp archetype?
>
> Once Thomas releases intake 1.2.3, is there anything else preventing
> releasing turbine 4.0.1 and subsequently turbine-webapp-4.0 version 1.0.2?
>
> Let me know if there is anything I can do to help :-)  I am working from
> snapshots at the moment, and it isn't reasonable for me to enlist others
> to test out my walk through until these are released. I would also love
> to share it with you guys for feedback if/when you have time.
>
> Thanks,
> Jeff
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
> For additional commands, e-mail: dev-help@turbine.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org


Re: turbine core 4.0.1 release schedule

Posted by Georg Kallidis <ge...@cedis.fu-berlin.de>.
Hi Jeff,

that´s great! We have to talk through this really .. 

Following is, what IMO taking place in the next two, three weeks, based on 
what could be expected from current state:

Thomas is in the process of preparing Intake, after this I would remove 
the two SNAPSHOTS (one of them already now resolved) in turbine core and 
prepare the release. Building the site may take some more time, but this 
could postponed or prepared all along. And yes, then we are able to 
release the archetype lastly! Do you want to volunteer for the release 
process? No other issues ASAIK!

After this is done the race is opened for the Turbine (Java) 8 IMO! We 
might declare this just plain text - details following .. as reading our 
mailing list we agree on this matter. I have added some comments/hints in 
pom dependencies, what might be done (+ release of Torque 4.1, which 
requires Java 8). More disrupting changes, which would mean e.g. an entire 
new configuration building, are probably tasks requiring some more 
(combined) effort. I think Thomas already made some efforts to migrate to 
velocity 2. But you might have some more insightful thoughts you would 
like to share! We should not forget about changing/adding more structure 
ton the repo (writeable GIT, another branch?). 

Best regards, Georg




Von:    Jeffery Painter <je...@jivecast.com>
An:     Turbine Developers List <de...@turbine.apache.org>
Datum:  15.02.2018 17:39
Betreff:        turbine core 4.0.1 release schedule




Hello everyone,

I am pretty deep into building out a detailed tutorial on getting 
started with Turbine 4.0 in Eclipse using the Maven archetype (I am 
quite sure it is a book now instead of a simple tutorial).  I was 
wondering when we can expect final releases of Turbine core and the new 
turbine-webapp archetype?

Once Thomas releases intake 1.2.3, is there anything else preventing 
releasing turbine 4.0.1 and subsequently turbine-webapp-4.0 version 1.0.2?

Let me know if there is anything I can do to help :-)  I am working from 
snapshots at the moment, and it isn't reasonable for me to enlist others 
to test out my walk through until these are released. I would also love 
to share it with you guys for feedback if/when you have time.

Thanks,
Jeff



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org