HI,
In PlainTextResult had a bit dead code.
Attached is a small patch which fixes that. It working now, but it
could be more optimal: no need to create inputstreams if the
getResourceAsStream returns null. But this should be the exception
anyway.
Cheers,
Christian
### Eclipse Workspace Patch 1.0
> wrote:
>> Hi Christian,
>> could you file an issue on JIRA with the attached patch?
>> After that I'm pretty sure that someone will take care of applying
>> your patch (there doesn't seem to be any reason to object)
>>
>> On 27 April 2011
Hello all,
it might be of interest for you that OGNL has recently joined the
incubator and will - after successful incubation - join the commons
project.
If you want to follow the projects development you'll probably have an
interest to join the commons dev list.
The page has not synced yet, but
> With the recent closure of the OpenSymphony site, does anyone happen to know
> where the full OGNL documentation is kept now?
OGNL is in the incubator. Website is not ready yet, but the links are
ll listed here:
http://incubator.apache.org/projects/ognl
You probably can get something out from s
>> > OGNL is in the incubator. Website is not ready yet, but the
>> links are
>> > ll listed here:
>> > http://incubator.apache.org/projects/ognl
>>
>> When did that happen?
>
> Doh! From the site:
>
> News
> .2011-04-26 OGNL entered incubation.
I have even posted the news to the struts-dev mailin
> Is this still relevant ?
>
> https://issues.apache.org/jira/browse/WW-3545
Sorry to ask, what is this issue proposing? To accept comments in json strings?
I checked specs at http://www.json.org/, but they do not mention
comments at all.
-
>> Sorry to ask, what is this issue proposing? To accept comments in json
>> strings?
>>
>> I checked specs at http://www.json.org/, but they do not mention
>> comments at all.
>
> To remove comments ;-)
ah yes got it
Yes they should be removed - I don't know a single json de/en-coder by
min
Dale,
you gave me a very interesting lecture at this evening, thank you very
much for the links.
I have learned 2 things:
- don't use javascript arrays to return as a json string
- don't use GET as your method
You mentioned to put everything into a js comment. This breaks the
protocol definition
>> - don't use javascript arrays to return as a json string
>
> It really doesn't matter if it's an array or object, if it's valid json that
> the browser will attempt to execute it's vulnerable.
http://haacked.com/archive/2009/06/25/json-hijacking.aspx
"The fact that this is a JSON array is impor
>> Maybe there are other exploits, but only know what you sent as links.
>> And those are saying you need a JSON array because JSON objects are
>> not valid js statements.
>
...
> "Yesterday, I blogged about how to steal data from JSON by overriding the
> Array constructor. Today, we break into Obj
> Thanks for all the comments and links, now I've got better overview
> what's the real issue here. My idea was the same, to add some flag to
> enable / disable comments in the output with default to true.
I could not find the place but as this is not standard json the
content type of the response
want to mention to my suggestion below you should not use:
"application/struts-json"
but:
"text/struts-json" or what I use: "text/ext-json"
If you use application/* your action does not return anything.
Hope you like the post.
Cheers,
Christian
On Tue, Jul
Rene,
with your post you spoke from my heart - +1 & thanks.
> So let's say we would provide prominent notice on application startup, level
> INFO or even WARN. In case of uncommented JSON activated, say "WARNING: be
> sure to have read http://.../General+JSON+Security+Considerations. Maybe you
>> On 7/13/11 5:06 AM, Christian Grobmeier wrote:
>>>
>>> In addition to that I would like to see another content type in the
>>> response then "application/json" if it is in commented mode, like
>>> "text/ext-json".
>>
>>
2011/7/13 Łukasz Lenart :
> 2011/7/13 Dave Newton :
>> On Wed, Jul 13, 2011 at 9:08 AM, Christian Grobmeier wrote:
>>> For the default value I would just avoid "application" before the
>>> slash, because I have experienced that the file is downloaded then.
>
Hi,
attached is a patch for StrutsJUnit4TestCase. It is a testcase for the
improved testcase implementation ;-)
I will add it to jira now.
Just two note:
#1: i have made two todos - for some reason the action does return
INPUT instead of SUCCESS. This is for an elder testcase too. Not sure
were
Hello,
I have a weird problem with the junit plugin in my app. In addition I
can reproduce a similar problem with the trunks version of the junit
plugin.
Using the turnk version and "mvn test" everything turns out well.
Using eclipse "run as junit test" leads to tons of errors for me in
StrutsTes
stion I can give you is to run in a clean eclipse
> installation.
> Sorry I can't help you more.
>
> Maurizio Cucchiara
>
>
>
> On 14 August 2011 13:56, Christian Grobmeier wrote:
>> Hello,
>>
>> I have a weird problem with the junit plugin in my ap
Here is the issue: https://issues.apache.org/jira/browse/WW-3671
On Sun, Aug 14, 2011 at 7:52 PM, Christian Grobmeier
wrote:
> Hello Maurizio,
>
> thanks for your feedback, even when you don't use Eclipse.
>
> I have tracked down the problem. It is actually b
yes, I am bit late on this e-mail.
Every project has different opinions on Code Conventions and
tabs/spaces. I would like to recommend to push this information to the
struts website somewhere. I could not easily find it online, but I
think it would help new developers to find their way.
Maybe ther
ile even you could go ahead and start
> the page :)
No problem, will gladly take care on this
Cheers
Christian
>
> - René
>
> Sent from my iPad
>
> On 25.08.2011, at 14:47, Christian Grobmeier wrote:
>
>> yes, I am bit late on this e-mail.
>> Every proje
.
>
> And since sources say your CLA is on file even you could go ahead and start
> the page :)
>
> - René
>
> Sent from my iPad
>
> On 25.08.2011, at 14:47, Christian Grobmeier wrote:
>
>> yes, I am bit late on this e-mail.
>> Every project has different opin
Hello guys,
are there already plans for a Struts 3?
I have several features I would love to see. The good user I am, I
share it with you :-)
* JSR-330
Currently Struts uses Spring as DI provider. But there is now a
standard. Should't it be used? Reference implementation is available
with Google
t;>>
>>>
>>> * It would make a lot more sense to adopt slf4j than log4j. This allows
>>> developers to plug-in any logging framework they want. This has been
>>> discussed, but I don't remember what was decided.
>>>
>>> * I think you
>> That's correct too, many of the S2 user prefer the XML approach
>> (myself included), since allows to do stuff like hot reload in
>> devMode, automated documentation, etc.
>
> In fairness, we could create identical documentation with the
> annotations/convention, too, we just don't :)
Oh yes p
>> I have several features I would love to see. The good user I am, I
>> share it with you :-)
>>
>> * JSR-330
>> Currently Struts uses Spring as DI provider. But there is now a
>> standard. Should't it be used? Reference implementation is available
>> with Google Juice. Spring could be optional on
On Mon, Oct 10, 2011 at 5:52 AM, Frans Thamura wrote:
> so any idea to make generator HTML based on Struts2, but save to file,
> not to browser
Probably sending a header, like "application/octet-stream"?
>
> F
>
>
>
> On Mon, Oct 10, 2011 at 7:06 AM, Dave Newton wrote:
>> Don't most web apps ge
Guys,
its getting complicated. But I digged out a nasty thing in Junit
testing. I know whats wrong but looking for advise to fix the correct
place in Struts.
Imagine:
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = {"classpath*:applicationContext.xml"})
public class MyCl
, Christian Grobmeier
wrote:
> Guys,
> its getting complicated. But I digged out a nasty thing in Junit
> testing. I know whats wrong but looking for advise to fix the correct
> place in Struts.
>
> Imagine:
>
> @RunWith(SpringJUnit4ClassRunner.class)
> @ContextConfigurat
Forget the latest comment:
On Fri, Oct 14, 2011 at 6:17 PM, Christian Grobmeier
wrote:
> Another thing, even when I do that below, I only get the Result of the
> first Action. In my case i return json in each of the two actions. But
> I always get the first response. Probably somet
On Fri, Oct 14, 2011 at 6:29 PM, Maurizio Cucchiara
wrote:
> Christian,
> I'm not sure I understand, Did you solve your issue?
No. Just the second message is crap. The first one still applies.
This is still true:
>>> On Fri, Oct 14, 2011 at 5:54 PM, Christian Grobmeier
&
2011/10/18 Łukasz Lenart :
> Bye Bye Maurizio Committer, Welcome Maurizio PMC Member :-)
Congrats Maurizio!
I actually had the impression you were already on the Struts PMC - you
deserved it :-)
Cheers
Christian
>
>
> Kind regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> Warsz
2011/11/16 Łukasz Lenart :
> I can help as well bur after Devoxx, just wait few days and mark which
> issues to solve before releasing a new version
+1
i use a snapshot version, this is a but painful :-)
>
> /Lukasz
>
> W dniu 2011-11-16 13:08 użytkownik "Maurizio Cucchiara" <
> maurizio.cucch
Hey folks,
I have contributed a little to the efford of Simone Tripodi to create
a maven skin called fluido.
It is based on the great bootstrap css framework.
Here is an example:
http://people.apache.org/~simonetripodi/
Simone has proposed to move this skin now to maven proper (currently
in sand
ra
>> G+ :https://plus.google.com/107903711540963855921
>> Linkedin :http://www.linkedin.com/in/mauriziocucchiara
>>
>> Maurizio Cucchiara
>>
>>
>>
>> On 16 November 2011 16:50, Christian Grobmeier wrote:
>>> Hey folks,
&
Folks,
I use the property files for localization. But well, property files
are pretty limited as they can only do iso. I need UTF-8 urgently now,
because I have chinese characters at hand. What are my options?
I have that:
struts.i18n.encoding=UTF-8
but it doesn't help. I need to use \u fo
ith your IDE, it
> works very well in IntelliJ IDEA, go to Settings -> File Encodings ->
> select Transparent native-2-ascii conversion
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> Warszawa JUG conference - Confitura http://confitu
Hello,
this one looks interesting (I am not a Struts committer, just to
mention). I will look into it as of interest, because I probably can
use it.
Anyway the usual way to get patches in is to create an issue here:
https://issues.apache.org/jira/browse/WW
and to attach the file to that issue.
P
sn't provide the links to S1, S2 on top bar).
>>
>> Twitter :http://www.twitter.com/m_cucchiara
>> G+ :https://plus.google.com/107903711540963855921
>> Linkedin :http://www.linkedin.com/in/mauriziocucchiara
>>
>> Maurizio Cucchiara
>>
>>
Hello Martin,
On Sun, Nov 27, 2011 at 3:57 AM, Martin Cooper wrote:
> On Sat, Nov 26, 2011 at 2:51 PM, Christian Grobmeier
>> I have added a hero section.
> A what?
This is the first huge section, showing what the page is about.
Like here: http://incubator.apache.org/
Hello Martin (and others),
I have made an update based on your comments (and mine):
http://code.grobmeier.de/struts-draft-v2/
Looks better for you now?
Cheers
On Sun, Nov 27, 2011 at 3:04 PM, Christian Grobmeier
wrote:
> Hello Martin,
>
> On Sun, Nov 27, 2011 at 3:57 AM, Martin Coop
Johannes,
thanks. I have removed the black top bar here:
http://code.grobmeier.de/struts-draft-v2
Can you check with this browser if you like that version better?
Cheers
Christian
On Sun, Nov 27, 2011 at 8:16 PM, Johannes Geppert wrote:
> Hello Christian,
>
> thank you for the preview, the new
te a patch.
After the patch we can discuss the other items, if you like.
Cheers
Christian
On Tue, Nov 29, 2011 at 6:04 AM, Martin Cooper wrote:
> On Sun, Nov 27, 2011 at 6:04 AM, Christian Grobmeier
> wrote:
> > Hello Martin,
> >
> > On Sun, Nov 27, 2011 at 3:57 AM, Martin
r.com/m_cucchiara
> G+ :https://plus.google.com/107903711540963855921
> Linkedin :http://www.linkedin.com/in/mauriziocucchiara
>
> Maurizio Cucchiara
>
>
> On 29 November 2011 10:32, Christian Grobmeier wrote:
>
>> * Next links on the bottom: i think they a
Hello,
On Wed, Nov 30, 2011 at 10:32 AM, Maurizio Cucchiara
wrote:
> 1. the new site looks very good
> 2. as Martin already said and according with the stats [1], struts website
> attracts every day many users, so we cannot ignore accessibility.
this was actually not my intention and I agree of
2011/11/30 Łukasz Lenart :
>> * Lukasz mentioned the content is fixed size. This is now fixed (fluid)
>> :-). We run again into the doxia problems, but i have worked around them.
>
> Is it possible to have a top limit ? eg. 1024px ? ;-)
Oh dear - your ideas :-)
But actually there is a chance
2011/11/30 Łukasz Lenart :
> 2011/11/30 Christian Grobmeier :
>>>> * Release notes cannot be found easily. Martin said it is in the first
>>>> section, but I actually mean this page:
>>>> http://struts.apache.org/downloads.html I could not find the rele
As a newcomer, the release docs look great at first glance. Not sure
how it was before, but I like them as they are now.
Cheers
Christian
2011/12/7 Maurizio Cucchiara :
> Done
> https://cwiki.apache.org/confluence/display/WW/Creating+and+Signing+a+Struts+2.3.x+Distribution
>
> Twitter :http:/
2011/12/9 Łukasz Lenart :
> [ ] Leave at test build[ ] Alpha[ ] Beta
[X] General Availability (GA)
(non-binding)
I have tested it against a Snapshot version for a long time. Today I
have used the 2.3.1 version and runned my tests against it (in
addition to monkey testing on my app). All well.
C
Folks,
the Spring dependency is upgrade to 3.0.x with 2.3.1:
https://issues.apache.org/jira/browse/WW-3646
This means, the applicationContext of upgrading users will change to a
new DTD - hooray!
The new one should look like that:
http://www.springframework.org/schema/beans";
xmlns:xsi="h
Hello folks,
finally I would like to commit a patch for the site to use fluido 1.1.
Currently it looks like:
http://code.grobmeier.de/struts-draft-v4
There is some stuff left to do, but now, since I am able to commit
myself, I would like to add this new layout now and modify it step by
step. If
Hello,
I find it pretty complex to get an overview of plugins on the current
struts site.
There are many listed, but its state is sometimes unclear.
For example:
http://struts.apache.org/2.3.1.2/struts2-plugins/struts2-javatemplates-plugin/apidocs/index.html
leads to 404.
I tried the DWR plugin
Last mail for today :-)
Today there is a discussion on going, Tapestry vs Struts (on
tapestry-users list). Of course people are convinced of Tapestry, and
actually it is a great framework with huge benefits. And it is pretty
modern. People now say (and not only there) Struts is a dinosaur.
Well,
Hey all,
I agree, Maurizios branching suggestion is very good. I never mind SVN
branches after I had lost a whole night of merging with 4 collegs (and
one computer :-)). I will create and commit it to there then.
2012/1/27 Łukasz Lenart :
> 2012/1/26 Rene Gielen :
>> BTW, I'm still unsure whether
Hello folks,
thanks for all your insights and sharing the "old stories". It was not
my intention to make S2 to some kind of Wicket-Clone. Now, after I
have thought a bit more about what I wanted to gain, I think the
"components" I speak of are more or less components like we already
have with S2 t
e jQuery tags do.
>
> Dave
>
> On Fri, Jan 27, 2012 at 1:06 PM, Christian Grobmeier
> wrote:
>
>> Hello folks,
>>
>> thanks for all your insights and sharing the "old stories". It was not
>> my intention to make S2 to some kind of Wicket-Clone. No
)
Maybe my ideas can be easily covered with this:
http://www.vitarara.org/cms/struts_2_cookbook/creating_a_ui_component
I will think about it.
>
> On Fri, Jan 27, 2012 at 1:15 PM, Christian Grobmeier
> wrote:
>
>> you mean the tags listed here?
>> http://struts.apache.
Great examples. I will look into it.
May I ask you why you didn't develop this at the struts repos? With
dojo tags going away struts2-jQuery is a very strong replacement.
Would be cool to see this somewhere more prominent on the struts page.
I must say, I have either missed it or left it out becau
On Wed, Mar 21, 2012 at 9:42 AM, Maurizio Cucchiara
wrote:
> I'm also for standardizing, but this time I'm not sure how this fits with
> the whole architecture.
> XWork is able to work without Struts, and Struts depends on XWork. So make
> XW aware of S2 is a kind of circular dependency.
> I'd rat
2012/4/9 Łukasz Lenart :
> W dniu 9 kwietnia 2012 11:42 użytkownik Łukasz Lenart
> napisał:
>> Working on that already :-)
>
> First draft
> https://cwiki.apache.org/confluence/download/attachments/13859/s2-architecture.svg
+1
thats a great image!
>
> Regards
> --
> Łukasz http://www.lenart.org
Hello,
for DE I would write something like that:
DE:
struts..messages.upload.error.SizeLimitExceededException=Der Request
übertraf die maximal erlaubte Größe und wurde daher abgelehnt. Die
maximal zulässige Größe ist {0}, die Größe der Anfrage betrug aber
{1}!
Cheers,
Christian
On Fri, Aug 31,
1.6 is fine if you increase the major number of the version (it might
break some things). Not sure if 2.4 is enough or if it needs to be 3.0
That said, for me personally 1.6 is fine and I do not miss 1.5 support
Cheers
On Tue, Nov 20, 2012 at 3:18 PM, Lukasz Lenart wrote:
> Hi,
>
> Support for J
Hi,
while fixing a comment in org.apache.struts2.components.Set, I came
across a TODO:
TODO: set required=true when 'id' is dropped after 2.1
ContextBean does provide setId, but delegate to setVar with the TODO
"remove after 2.1".
Well, 2.1 is history :-)
Does anybody mind if I would remove se
didate for 2.5 or 3.0, since it would be a
> breaking change.
> (*Chris*)
>
>
> On Wed, Nov 21, 2012 at 10:11 AM, Christian Grobmeier
> wrote:
>
>> Hi,
>>
>> while fixing a comment in org.apache.struts2.components.Set, I came
>> across a TODO:
>>
tian
> - René
>
>
>
> Christian Grobmeier schrieb:
>
>>Oh dear... can anybody advise?
>>I really just updated the javadoc of a class. Not sure why GxPInstance
>>is failing
>>
>>
>>
>>On Wed, Nov 21, 2012 at 8:07 PM, Apache Jenkins Serv
+1
Reads very cool!
On Thu, Nov 22, 2012 at 9:11 AM, Lukasz Lenart wrote:
> Hi,
>
> I've prepared a simple plan to start working on Struts 3 which is
> available here [1]
>
> Request Git repo from INFRA
> Import project
> Remove deprecated plugins
> Remove deprecated APIs
> Switch to Java 1.6
>
On Thu, Nov 22, 2012 at 10:36 AM, Lukasz Lenart wrote:
> 2012/11/22 Lukasz Lenart :
>> Rename Struts 2 packages to org.apache.struts ?
>
> I have only one concern - how to name packages :\
>
> Right now there is org.apache.struts2, org.apache.struts is used by
> Struts 1 - so the right direction w
Hi,
oh i almost forgot about that.
I have it on my disk, currently pointing to:
https://svn.apache.org/repos/asf/struts/site
it has not been updated with the recent developments. I am willing to help.
In order to do so, would it be better to make a new site-branch? i
could then try to merge my s
On Thu, Nov 22, 2012 at 12:58 PM, Lukasz Lenart wrote:
> 2012/11/22 Christian Grobmeier :
>> I have it on my disk, currently pointing to:
>> https://svn.apache.org/repos/asf/struts/site
>>
>> it has not been updated with the recent developments. I am willing to help.
On Thu, Nov 22, 2012 at 1:06 PM, Christian Grobmeier
wrote:
> On Thu, Nov 22, 2012 at 12:58 PM, Lukasz Lenart
> wrote:
>> 2012/11/22 Christian Grobmeier :
>>> I have it on my disk, currently pointing to:
>>> https://svn.apache.org/repos/asf/struts/site
>>&g
On Thu, Nov 22, 2012 at 1:26 PM, Lukasz Lenart wrote:
> 2012/11/22 Christian Grobmeier :
>> eh couldnt wait and have started.. but one question. The folders
>> "legacy" and "forms", are they part of the site and need to be moved
>> to trunk or can they rem
On Wed, Nov 28, 2012 at 8:36 PM, Lukasz Lenart wrote:
> 2012/11/28 Rene Gielen :
>> Moving development to the Git infrastructure ASF / Infra now provides is
>> *not* a no-brainer, and it requires a little bit more than just a few +1s :)
>>
>> Let's step back, hold breath, and dive into serious dis
On Wed, Nov 28, 2012 at 4:39 PM, Dave Newton wrote:
> IMO I'd rather see the internal mechanism be able to evolve and make use of
> vetted improvements instead of remaining in the land of Guice of 5+ years
> ago. Newer Guice has more capabilities.
I would like to mention the new incubator project
On Wed, Nov 28, 2012 at 8:57 PM, Lukasz Lenart wrote:
> Do we have a place where we can deploy a pre-release version of site
> to test it ? Maybe just to struts.a.o/next ?
I think a people.a.o user directory would do the trick.
Cheers
Christian
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 htt
On Thu, Nov 29, 2012 at 11:14 AM, Lukasz Lenart wrote:
> Hi,
>
> I found that [1], what do think about the proposed proposals ?
>
> [1] https://cwiki.apache.org/confluence/display/S2WIKI/Proposals
Definitely the OSGi thing would draw some attraction. I like this
proposal. If users are not *forced
On Fri, Nov 30, 2012 at 7:03 PM, Lukasz Lenart wrote:
> 2012/11/28 Christian Grobmeier :
>> I think a people.a.o user directory would do the trick.
>
> You mean to deploy it to my home directory at people.a.o ?
Yes. I mean, its just for testing
>
> Regards
> --
> Łuk
On Mon, Dec 3, 2012 at 12:41 AM, Martin Cooper wrote:
>> We have an "official" Twitter account - @TheApacheStruts - which we use
>> to spread news about Struts and to interact with our community. Just
>> like @TheASF, @TheApacheTomcat or @ApacheJames.
>>
>> On Facebook, there is as well a page vol
On Thu, Dec 6, 2012 at 11:13 AM, Lukasz Lenart wrote:
> 2012/11/28 Dave Newton :
>> On Wed, Nov 28, 2012 at 4:42 PM, Christian Grobmeier wrote:
>>> http://nvie.com/posts/a-successful-git-branching-model/
>>
>> https://github.com/nvie/gitflow
>>
>> Yeah,
On Thu, Dec 6, 2012 at 11:44 AM, Lukasz Lenart wrote:
> 2012/12/6 Christian Grobmeier :
>> Would be glad to look at your repos on github.
>>
>> One question: are we going to fix issues in Struts 2.x on SVN or are
>> we going to have everything on GIT then?
>> In t
gt; https://cwiki.apache.org/CLOUDSTACK/git.html
> https://cwiki.apache.org/CLOUDSTACK/working-with-cloudstack-code.html
>
> - René
>
>
> Am 06.12.12 11:53, schrieb Christian Grobmeier:
> > On Thu, Dec 6, 2012 at 11:44 AM, Lukasz Lenart
> wrote:
> >> 2012/12/6 Christian
Folks,
we are listed as project using an page publishing system which will stop
working in 3 weeks. I never saw a cms discussion here... did i miss it? we
need to act pretty quickly. I am far from an expert in that area but have
helped with logging migration and might be able to add a few cents if
On Mon, Dec 10, 2012 at 9:45 AM, Lukasz Lenart wrote:
> 2012/12/10 Christian Grobmeier :
> > we are listed as project using an page publishing system which will stop
> > working in 3 weeks. I never saw a cms discussion here... did i miss it?
> we
> > need to act pretty q
On Mon, Dec 10, 2012 at 10:14 AM, Maurizio Cucchiara
wrote:
>
> I might be also interesting to know if, on January 1st:
> * it will not be possible to update the site (we could wait for the next
> release)
> * or the current website will be no more visible.
>
I don't know. But it does not sound l
On Mon, Dec 10, 2012 at 11:38 AM, Lukasz Lenart wrote:
>> Do we vote on the website if we release a new version?
>
> It's always connected with a vote for release.
Ok, I just found this too:
http://struts.apache.org/downloads.html#PriorReleases
So we keep old versions of the site.
>> - request
ed, Dec 12, 2012 at 8:39 AM, Lukasz Lenart wrote:
> 2012/12/10 Christian Grobmeier :
>> Looking at our main site, I would say there is an option to use the
>> CMS for it. With your (Lukasz) CMS snippet it should be easy to update
>> it. But at the moment we were working on fl
On Sun, Dec 16, 2012 at 12:41 PM, Rene Gielen wrote:
>> Do we vote on the website if we release a new version?
>>
> We do not vote in general about our website changes. For changes induced
> by project releases, the release manager usually takes the plunge to
> update the site. We trust our commit
So far so good, no problems detected.
On Mon, Dec 17, 2012 at 12:26 PM, Lukasz Lenart wrote:
> Hi,
>
> Please take a time and test the bits - any help is appreciated. The
> main goal of this release is to improve an overall performance of the
> framework. Please report back any problems. I'll ca
+1 GA (non-binding)
Thanks Lukasz!
On Wed, Dec 19, 2012 at 4:14 PM, Lukasz Lenart wrote:
> The Struts 2.3.8 test build is now available. The main goal of the
> release is to improve the overall performance which was impacted by
> FileManager refactoring in version 2.3.7. Current version should b
On Wed, Dec 19, 2012 at 10:44 PM, Lukasz Lenart wrote:
> What do you think, should we release the new website ? I would like to
> merge Christian changes back to trunk and release it.
I am fine with it - "release often and early", some wise man once said.
Surely will could work on the website for
On Sat, Dec 22, 2012 at 5:00 PM, Lukasz Lenart wrote:
> 2012/12/21 Lukasz Lenart :
>> Almost forget about that, but I think we have silent consensus here,
>> so I'm going to finish releasing 2.3.8 and then I'll merge and release
>> the new website :-)
>
> New website is out - kudos to Christian!
tp://flickr.com/photos/mraible/8296526787/
>
> On Dec 22, 2012, at 11:19, Christian Grobmeier wrote:
>
>> On Sat, Dec 22, 2012 at 5:00 PM, Lukasz Lenart
>> wrote:
>>> 2012/12/21 Lukasz Lenart :
>>>> Almost forget about that, but I think we have silent cons
Thanks,
Lukasz already asked our infra structure team about that error
Christian
On Sat, Dec 22, 2012 at 5:38 PM, Umesh Awasthi wrote:
> while trying to click on download button i am getting page with error
>
> Problem running mirror.cgi, contact if it
> persists.
>
>
>
> here is the image URL
;t look great on mobile. Is Bootstrap's
>> > responsive CSS included in the theme? Screenshot at:
>> >
>> > http://flickr.com/photos/mraible/8296526787/
>> >
>> > On Dec 22, 2012, at 11:19, Christian Grobmeier wrote:
>> >
>> >>
5 +0100
>> >> Subject: Re: Using fluido once available
>> >> To: dev@struts.apache.org
>> >>
>> >> It doesnt look like it (looked into the css code)
>> >> I will patch it after xmas
>> >>
>> >> Thanks!
>> &g
Hi Lukasz,
On Wed, Jan 2, 2013 at 8:39 AM, Łukasz Lenart wrote:
> I've started work on new version of Struts 2.3.x [1] - the main goal
> is to finish refactoring of validators [2]
>
> [1] https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.3.9
> - restricted access
Why is it restricte
Hi,
actually it looks to me as "expected".
I think we can now configure Maven to run with the mainsite, while the
rest needs to be committed manually (using extpath)
Here is some sample configuration of maven:
http://apache.org/dev/cmsadoption.html
Unfortunately I will not find time the next we
On Sat, Jan 19, 2013 at 5:00 PM, Rene Gielen wrote:
> Great job! :)
+1!
Thanks!
> Am 19.01.13 14:24, schrieb Lukasz Lenart:
>> Success!
>> http://struts.staging.apache.org/
>>
>> Subsites left ;-)
>>
>>
>> Regards
>>
>
>
> --
> René Gielen
> http://twitter.com/rgielen
>
> --
On Sat, Jan 19, 2013 at 6:48 PM, Lukasz Lenart wrote:
> Or we can move the old versions under /1/ and /2/ and add redirects
> into .htaccess
>
> Basically it would be better to separate S1 content from S2
+1
I would separate with .htaccess. Its just more nice than removing them all.
>
> Regar
+1 :)
On Mon, Jan 21, 2013 at 11:22 AM, Lukasz Lenart wrote:
> There is 25 issues already resolved, it would be nice prepare a new release
> :-)
>
> https://issues.apache.org/jira/browse/WW/fixforversion/12323841#selectedTab=com.atlassian.jira.plugin.system.project%3Aversion-issues-panel
>
>
> R
I recently tested 2.3.12 and it does work as I expected. Therefore:
+1 (non-binding)
Cheers
Christian
On Sat, Mar 9, 2013 at 10:56 AM, Lukasz Lenart wrote:
> The Struts 2.3.12 test build is now available. With this release:
> - expression support was added to validators' params, so you can
> dy
1 - 100 of 236 matches
Mail list logo