Re: Realease a first beta of version 2.5

2015-07-17 Thread Greg Huber
ah, working now but was getting

[WARNING] The POM for org.apache.struts:struts2-core:jar:2.5-SNAPSHOT is
missing, no dependency information available

##

Compiling,  I get some missing classes on an interceptor for messages
(Think I don't use this any more), checking the source, have these been
depreciated/removed?

[ERROR] COMPILATION ERROR :
[INFO] -
 cannot find symbol
  symbol:   class ServletActionRedirectResult
  location: package org.apache.struts2.dispatcher
 cannot find symbol
  symbol:   class ServletRedirectResult
  location: package org.apache.struts2.dispatcher
 cannot find symbol
  symbol:   class ValidationAware
  location: package com.opensymphony.xwork2


Cheers Greg


On 17 July 2015 at 09:22, Lukasz Lenart lukaszlen...@apache.org wrote:

 2015-07-17 10:19 GMT+02:00 Greg Huber gregh3...@gmail.com:
  Ok, #2 should have checked.
 
  .do I have to specify a build date to get the latest?
 
  org.apache.struts.version2.5-SNAPSHOT/org.apache.struts.version
 
 org.apache.struts.versionstruts2-core-2.5-20150717.074551-37/org.apache.struts.version

 No, just version, Maven will always pick the last one


 Regard
 --
 Łukasz
 + 48 606 323 122 http://www.lenart.org.pl/

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




Re: Realease a first beta of version 2.5

2015-07-17 Thread Lukasz Lenart
 if I look at

 https://repository.apache.org/content/groups/snapshots/org/apache/struts/struts-core/
 Index of /groups/snapshots/org/apache/struts/struts-core

Struts 2 ;-)
https://repository.apache.org/content/groups/snapshots/org/apache/struts/struts2-core/


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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



Re: Realease a first beta of version 2.5

2015-07-17 Thread Lukasz Lenart
2015-07-17 10:36 GMT+02:00 Greg Huber gregh3...@gmail.com:
 ah, working now but was getting

 [WARNING] The POM for org.apache.struts:struts2-core:jar:2.5-SNAPSHOT is
 missing, no dependency information available

 ##

 Compiling,  I get some missing classes on an interceptor for messages
 (Think I don't use this any more), checking the source, have these been
 depreciated/removed?

 [ERROR] COMPILATION ERROR :
 [INFO] -
  cannot find symbol
   symbol:   class ServletActionRedirectResult
   location: package org.apache.struts2.dispatcher
  cannot find symbol
   symbol:   class ServletRedirectResult
   location: package org.apache.struts2.dispatcher
  cannot find symbol
   symbol:   class ValidationAware
   location: package com.opensymphony.xwork2

There was a problem with a proxy server few minutes ago, even Jenkins
had some issues with uploading new artifcats

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-deploy-plugin:2.6:deploy
(default-deploy) on project struts2-core: Failed to deploy artifacts:
Could not transfer artifact
org.apache.struts:struts2-core:jar:2.5-20150717.073311-37 from/to
apache.snapshots.https
(https://repository.apache.org/content/repositories/snapshots): Failed
to transfer file:
https://repository.apache.org/content/repositories/snapshots/org/apache/struts/struts2-core/2.5-SNAPSHOT/struts2-core-2.5-20150717.073311-37.jar.
Return code is: 502, ReasonPhrase: Proxy Error. - [Help 1]


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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



Re: Realease a first beta of version 2.5

2015-07-17 Thread Lukasz Lenart
2015-07-17 9:17 GMT+02:00 Greg Huber gregh3...@gmail.com:
 Are there any maven staging builds for 2.5 ?

On each build Jenkins publishes snapshot version here

repositories
repository
idapache-snapshots/id

urlhttps://repository.apache.org/content/groups/snapshots//url
layoutdefault/layout
snapshots
enabledtrue/enabled
/snapshots
/repository
/repositories


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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



Re: Realease a first beta of version 2.5

2015-07-17 Thread Greg Huber
if I look at

https://repository.apache.org/content/groups/snapshots/org/apache/struts/struts-core/
Index of /groups/snapshots/org/apache/struts/struts-core

all I see is:

1.3.11-SNAPSHOT/
https://repository.apache.org/content/groups/snapshots/org/apache/struts/struts-core/1.3.11-SNAPSHOT/


So I guess not yet?


Cheers Greg


On 17 July 2015 at 08:27, Lukasz Lenart lukaszlen...@apache.org wrote:

 2015-07-17 9:17 GMT+02:00 Greg Huber gregh3...@gmail.com:
  Are there any maven staging builds for 2.5 ?

 On each build Jenkins publishes snapshot version here

 repositories
 repository
 idapache-snapshots/id

 urlhttps://repository.apache.org/content/groups/snapshots//url
 layoutdefault/layout
 snapshots
 enabledtrue/enabled
 /snapshots
 /repository
 /repositories


 Regards
 --
 Łukasz
 + 48 606 323 122 http://www.lenart.org.pl/

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




Re: Realease a first beta of version 2.5

2015-07-17 Thread Lukasz Lenart
2015-07-17 10:19 GMT+02:00 Greg Huber gregh3...@gmail.com:
 Ok, #2 should have checked.

 .do I have to specify a build date to get the latest?

 org.apache.struts.version2.5-SNAPSHOT/org.apache.struts.version
 org.apache.struts.versionstruts2-core-2.5-20150717.074551-37/org.apache.struts.version

No, just version, Maven will always pick the last one


Regard
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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



Re: Realease a first beta of version 2.5

2015-07-17 Thread Lukasz Lenart
2015-07-17 10:45 GMT+02:00 Greg Huber gregh3...@gmail.com:
 Any ideas on this one?


 Compiling,  I get some missing classes on an interceptor for messages
 (think I don't use this any more), checking the source, have these been
 depreciated/removed? on  2.3 they are not marked as depreciated.

 [ERROR] COMPILATION ERROR :
 [INFO] -
  cannot find symbol
   symbol:   class ServletActionRedirectResult
   location: package org.apache.struts2.dispatcher
  cannot find symbol
   symbol:   class ServletRedirectResult
   location: package org.apache.struts2.dispatcher
  cannot find symbol
   symbol:   class ValidationAware
   location: package com.opensymphony.xwork2

Those classes were moved to new packages
https://github.com/apache/struts/commit/6bc99ab9399591b0caac113d95601acda2ca8b69

-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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



Re: Realease a first beta of version 2.5

2015-07-17 Thread Greg Huber
Are there any maven staging builds for 2.5 ?

Cheers Greg.

On 16 July 2015 at 21:50, Johannes Geppert jo...@apache.org wrote:

 +1 :-)

 #
 web: http://www.jgeppert.com
 twitter: http://twitter.com/jogep


 2015-07-13 13:49 GMT+02:00 Lukasz Lenart lukaszlen...@apache.org:

  Ok, I will prepare Struts-2.5-BETA1
 
  2015-07-03 8:46 GMT+02:00 Johannes Geppert jo...@apache.org:
   This sounds valid I forgot this point. ;-)
   But on the other side we could also release multiple beta releases.
  
   Johannes
  
   #
   web: http://www.jgeppert.com
   twitter: http://twitter.com/jogep
  
  
   2015-07-03 8:37 GMT+02:00 Christoph Nenning 
  christoph.nenn...@lex-com.net:
  
   According to master plan [1] there is one point missing:
   Switch to strict DMI by default
  
   I would wait until that is finished before doing the beta release.
  
  
  
   Regards,
   Christoph
  
  
  
   [1]
  
  
 
 https://cwiki.apache.org/confluence/display/WW/Struts+Next#StrutsNext-M1%28akaStruts2.5%29
  
  
  
  
  
  
  
From: Johannes Geppert jo...@apache.org
To: Struts Developers List dev@struts.apache.org,
Date: 03.07.2015 08:18
Subject: Realease a first beta of version 2.5
   
Hi all,
   
just want to ask what you all think about releasing a first 2.5 beta
version?
   
There are already a lot of changes and refactoring.
May it is time to give the user a chance to test the new release and
  to
   get
some feedback for it.
   
   
Johannes
   
   
#
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep
  
   This Email was scanned by Sophos Anti Virus
  
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
  For additional commands, e-mail: dev-h...@struts.apache.org
 
 



Re: Realease a first beta of version 2.5

2015-07-17 Thread Greg Huber
Any ideas on this one?


Compiling,  I get some missing classes on an interceptor for messages
(think I don't use this any more), checking the source, have these been
depreciated/removed? on  2.3 they are not marked as depreciated.

[ERROR] COMPILATION ERROR :
[INFO] -
 cannot find symbol
  symbol:   class ServletActionRedirectResult
  location: package org.apache.struts2.dispatcher
 cannot find symbol
  symbol:   class ServletRedirectResult
  location: package org.apache.struts2.dispatcher
 cannot find symbol
  symbol:   class ValidationAware
  location: package com.opensymphony.xwork2


Cheers Greg

On 17 July 2015 at 09:40, Lukasz Lenart lukaszlen...@apache.org wrote:

 2015-07-17 10:36 GMT+02:00 Greg Huber gregh3...@gmail.com:
  ah, working now but was getting
 
  [WARNING] The POM for org.apache.struts:struts2-core:jar:2.5-SNAPSHOT is
  missing, no dependency information available
 
  ##
 
  Compiling,  I get some missing classes on an interceptor for messages
  (Think I don't use this any more), checking the source, have these been
  depreciated/removed?
 
  [ERROR] COMPILATION ERROR :
  [INFO] -
   cannot find symbol
symbol:   class ServletActionRedirectResult
location: package org.apache.struts2.dispatcher
   cannot find symbol
symbol:   class ServletRedirectResult
location: package org.apache.struts2.dispatcher
   cannot find symbol
symbol:   class ValidationAware
location: package com.opensymphony.xwork2

 There was a problem with a proxy server few minutes ago, even Jenkins
 had some issues with uploading new artifcats

 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-deploy-plugin:2.6:deploy
 (default-deploy) on project struts2-core: Failed to deploy artifacts:
 Could not transfer artifact
 org.apache.struts:struts2-core:jar:2.5-20150717.073311-37 from/to
 apache.snapshots.https
 (https://repository.apache.org/content/repositories/snapshots): Failed
 to transfer file:

 https://repository.apache.org/content/repositories/snapshots/org/apache/struts/struts2-core/2.5-SNAPSHOT/struts2-core-2.5-20150717.073311-37.jar
 .
 Return code is: 502, ReasonPhrase: Proxy Error. - [Help 1]


 Regards
 --
 Łukasz
 + 48 606 323 122 http://www.lenart.org.pl/

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




Re: Realease a first beta of version 2.5

2015-07-16 Thread Johannes Geppert
+1 :-)

#
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep


2015-07-13 13:49 GMT+02:00 Lukasz Lenart lukaszlen...@apache.org:

 Ok, I will prepare Struts-2.5-BETA1

 2015-07-03 8:46 GMT+02:00 Johannes Geppert jo...@apache.org:
  This sounds valid I forgot this point. ;-)
  But on the other side we could also release multiple beta releases.
 
  Johannes
 
  #
  web: http://www.jgeppert.com
  twitter: http://twitter.com/jogep
 
 
  2015-07-03 8:37 GMT+02:00 Christoph Nenning 
 christoph.nenn...@lex-com.net:
 
  According to master plan [1] there is one point missing:
  Switch to strict DMI by default
 
  I would wait until that is finished before doing the beta release.
 
 
 
  Regards,
  Christoph
 
 
 
  [1]
 
 
 https://cwiki.apache.org/confluence/display/WW/Struts+Next#StrutsNext-M1%28akaStruts2.5%29
 
 
 
 
 
 
 
   From: Johannes Geppert jo...@apache.org
   To: Struts Developers List dev@struts.apache.org,
   Date: 03.07.2015 08:18
   Subject: Realease a first beta of version 2.5
  
   Hi all,
  
   just want to ask what you all think about releasing a first 2.5 beta
   version?
  
   There are already a lot of changes and refactoring.
   May it is time to give the user a chance to test the new release and
 to
  get
   some feedback for it.
  
  
   Johannes
  
  
   #
   web: http://www.jgeppert.com
   twitter: http://twitter.com/jogep
 
  This Email was scanned by Sophos Anti Virus
 

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




Re: Realease a first beta of version 2.5

2015-07-13 Thread Lukasz Lenart
Ok, I will prepare Struts-2.5-BETA1

2015-07-03 8:46 GMT+02:00 Johannes Geppert jo...@apache.org:
 This sounds valid I forgot this point. ;-)
 But on the other side we could also release multiple beta releases.

 Johannes

 #
 web: http://www.jgeppert.com
 twitter: http://twitter.com/jogep


 2015-07-03 8:37 GMT+02:00 Christoph Nenning christoph.nenn...@lex-com.net:

 According to master plan [1] there is one point missing:
 Switch to strict DMI by default

 I would wait until that is finished before doing the beta release.



 Regards,
 Christoph



 [1]

 https://cwiki.apache.org/confluence/display/WW/Struts+Next#StrutsNext-M1%28akaStruts2.5%29







  From: Johannes Geppert jo...@apache.org
  To: Struts Developers List dev@struts.apache.org,
  Date: 03.07.2015 08:18
  Subject: Realease a first beta of version 2.5
 
  Hi all,
 
  just want to ask what you all think about releasing a first 2.5 beta
  version?
 
  There are already a lot of changes and refactoring.
  May it is time to give the user a chance to test the new release and to
 get
  some feedback for it.
 
 
  Johannes
 
 
  #
  web: http://www.jgeppert.com
  twitter: http://twitter.com/jogep

 This Email was scanned by Sophos Anti Virus


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



Realease a first beta of version 2.5

2015-07-03 Thread Johannes Geppert
Hi all,

just want to ask what you all think about releasing a first 2.5 beta
version?

There are already a lot of changes and refactoring.
May it is time to give the user a chance to test the new release and to get
some feedback for it.


Johannes


#
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep


Re: Realease a first beta of version 2.5

2015-07-03 Thread Christoph Nenning
According to master plan [1] there is one point missing:
Switch to strict DMI by default 

I would wait until that is finished before doing the beta release.



Regards,
Christoph



[1] 
https://cwiki.apache.org/confluence/display/WW/Struts+Next#StrutsNext-M1%28akaStruts2.5%29







 From: Johannes Geppert jo...@apache.org
 To: Struts Developers List dev@struts.apache.org, 
 Date: 03.07.2015 08:18
 Subject: Realease a first beta of version 2.5
 
 Hi all,
 
 just want to ask what you all think about releasing a first 2.5 beta
 version?
 
 There are already a lot of changes and refactoring.
 May it is time to give the user a chance to test the new release and to 
get
 some feedback for it.
 
 
 Johannes
 
 
 #
 web: http://www.jgeppert.com
 twitter: http://twitter.com/jogep

This Email was scanned by Sophos Anti Virus


Re: Realease a first beta of version 2.5

2015-07-03 Thread Johannes Geppert
This sounds valid I forgot this point. ;-)
But on the other side we could also release multiple beta releases.

Johannes

#
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep


2015-07-03 8:37 GMT+02:00 Christoph Nenning christoph.nenn...@lex-com.net:

 According to master plan [1] there is one point missing:
 Switch to strict DMI by default

 I would wait until that is finished before doing the beta release.



 Regards,
 Christoph



 [1]

 https://cwiki.apache.org/confluence/display/WW/Struts+Next#StrutsNext-M1%28akaStruts2.5%29







  From: Johannes Geppert jo...@apache.org
  To: Struts Developers List dev@struts.apache.org,
  Date: 03.07.2015 08:18
  Subject: Realease a first beta of version 2.5
 
  Hi all,
 
  just want to ask what you all think about releasing a first 2.5 beta
  version?
 
  There are already a lot of changes and refactoring.
  May it is time to give the user a chance to test the new release and to
 get
  some feedback for it.
 
 
  Johannes
 
 
  #
  web: http://www.jgeppert.com
  twitter: http://twitter.com/jogep

 This Email was scanned by Sophos Anti Virus