Re: [VOTE][FASTTRACK] Struts 2.3.16.3

2014-05-02 Thread Don Brown
+1 On Fri, May 2, 2014 at 1:58 PM, Dave Newton davelnew...@gmail.com wrote: +1 On May 2, 2014 3:52 PM, Lukasz Lenart lukaszlen...@apache.org wrote: The Struts 2.3.16.3 test build is now available. It includes the latest security patch which fixes one possible vulnerabilities: - Extends

Re: Fisheye

2014-02-11 Thread Don Brown
I could help find the right person. What do you need? Don On Tue, Feb 11, 2014 at 6:22 AM, Lukasz Lenart lukaszlen...@apache.orgwrote: I'm looking for some Atlassianer here to help me with reconfiguring https://fisheye6.atlassian.com/browse/struts2, any? Regards -- Łukasz + 48 606 323

Re: Re: why Struts2 Dispatcher instance bind to ThreadLocal

2013-04-25 Thread Don Brown
/4/24 Don Brown donald.br...@gmail.com: This all goes way back to the days of WebWork and how much they loved statics. WebWork basically used static singletons for everything, causing a) a really complicated startup order and b) the ability to only run one instance of the framework

Re: Re: why Struts2 Dispatcher instance bind to ThreadLocal

2013-04-23 Thread Don Brown
This all goes way back to the days of WebWork and how much they loved statics. WebWork basically used static singletons for everything, causing a) a really complicated startup order and b) the ability to only run one instance of the framework. In those days (and perhaps still?) there wasn't just

Re: Plan for Struts 3

2013-03-05 Thread Don Brown
All support for Struts 1 meant, afaik, is the ability to deploy side-by-side. We used a different Java package to allow the code to co-exist, however, the proposal as I understand it is to go back to org.apache.struts Don On Tue, Mar 5, 2013 at 1:29 PM, Brian Holzer bhol...@sgi.sk.ca wrote:

Re: [VOTE] Struts Master 7 Vote

2010-06-15 Thread Don Brown
+1 GA On Mon, May 31, 2010 at 11:23 PM, Lukasz Lenart lukasz.len...@googlemail.com wrote: The Struts Master 7 test build is now available as a Maven artifact. https://repository.apache.org/content/repositories/orgapachestruts-018/ Release notes: * The main change is to allow to use the Nexus

Re: struts 2.2 and guice

2009-12-08 Thread Don Brown
, 2009, at 4:33 PM, Don Brown wrote: Well, two things: sharing an IoC container with the app is almost always a bad idea in the long run, and two, maybe it is just me in a resource-constrained environment, but 651kb is definitely a big deal, especially if it brings in other dependencies like google

Re: struts 2.2 and guice

2009-12-08 Thread Don Brown
On Wed, Dec 9, 2009 at 11:34 AM, Paul Benedict pbened...@apache.org wrote: Lastly, because Bob Lee is a Struts committer, you should get pretty good support from him on. Don't count on it. Bob has moved on from Struts 2, so I would count on anything beyond moral support. :) Don Paul On

Re: struts 2.2 and guice

2009-12-08 Thread Don Brown
Remember, there are quite a few places that have the Container instance injected, as they need to query it directly. JSR 330 is too narrowly scoped to fully abstract DI, as folks like Gavin have been quick to point out. Don On Wed, Dec 9, 2009 at 2:47 PM, Brian Pontarelli br...@pontarelli.com

Re: struts 2.2 and guice

2009-12-07 Thread Don Brown
Late to the party, but I'm not clear why you would want to use Guice 2 instead of our own. Is there some feature we need that Guice 2 has? If not, we are basically sucking in a pretty significantly sized library for no apparent reason. I tried to use Struts 2 on a project here, and was a bit

Re: struts 2.2 and guice

2009-12-07 Thread Don Brown
don't have maintain our own implementation when there is a lib that already does it, like we usually do. Also, guice 2 main jar is 651 kbs, so I don't see much of a problem there. musachy On Mon, Dec 7, 2009 at 2:55 PM, Don Brown mr...@twdata.org wrote: Late to the party, but I'm not clear

Someone turn that hudson build off!

2009-10-09 Thread Don Brown
Surely the build isn't meant to spam my inbox so? Don - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

Re: Someone turn that hudson build off!

2009-10-09 Thread Don Brown
breaks (or when it succeeds after a broken build, as in this case). Anyhow, sorry about that folks! -Wes On Fri, Oct 9, 2009 at 5:19 AM, Don Brown mr...@twdata.org wrote: Surely the build isn't meant to spam my inbox so? Don

Seeking reflections on our tag library (as a framework)

2009-08-11 Thread Don Brown
At Atlassian, every application seems to have picked a different web framework and template engine to use. As we are finally starting to do some common UI work, I'm wondering if the Struts 2 tag library framework is worth basing our tag library on. Assume it wouldn't be too hard to extract

Re: Let's kill xwork (was Re: 2.1.8 release?)

2009-08-10 Thread Don Brown
On Tue, Aug 11, 2009 at 3:15 PM, Martin Coopermart...@apache.org wrote: OK, here's a question that's been on my mind for a while. Why is it that, for almost every S2 release, we need to make changes to something as core as XWork? Why isn't XWork stable enough by now that we don't have to be

Re: Let's kill xwork (was Re: 2.1.8 release?)

2009-08-10 Thread Don Brown
On Tue, Aug 11, 2009 at 3:38 PM, Paul Benedictpbened...@apache.org wrote: On Tue, Aug 11, 2009 at 12:22 AM, Don Brown donald.br...@gmail.com wrote: By forking XWork, we can a) bring core Struts 2 code into the project where it belongs and b) still leave it available for other users

Re: Let's kill xwork (was Re: 2.1.8 release?)

2009-08-06 Thread Don Brown
On Thu, Aug 6, 2009 at 4:22 PM, Musachy Barrosomusa...@gmail.com wrote: Sounds reasonable to me. Couple of question to fuel discussion: What would be the target version? Do we need to go through incubation, etc? (I have never known much about the ASF legal process) The code would definitely

Re: 2.1.8 release?

2009-08-05 Thread Don Brown
Ok, why aren't we bringing xwork into Struts 2 again? Don On Thu, Aug 6, 2009 at 8:44 AM, Musachy Barrosomusa...@gmail.com wrote: Free time on Rainer's hands, when xwork gets released then 2.1.8 can be released. musachy On Wed, Aug 5, 2009 at 3:35 PM, Andreas Joseph

Let's kill xwork (was Re: 2.1.8 release?)

2009-08-05 Thread Don Brown
XWork was left at OpenSymphony, because at the time, there were a number of WebWork developers still around and we wanted to continue to work together. Today, WebWork activity seems all but dead, leaving us with no advantages having the code hosted over there. Furthermore, having critical code

Re: Struts2 jQuery Plugin - Logo

2009-07-28 Thread Don Brown
On Tue, Jul 28, 2009 at 9:29 PM, Rainer Hermannsherma...@aixcept.de wrote: I'm really happy, that Johannes implemented this plugin and it is now ready to use and I will definitely use it. If we bring it into Struts2 core, I'm also willing to support this plugin and help to maintain and extend

Re: [ANN] Confluence 2.10 migration for cwiki.a.o 11 July

2009-07-07 Thread Don Brown
Actually, Struts dev wasn't, so good idea. :) Don On Tue, Jul 7, 2009 at 11:08 PM, Wes Wannemacherw...@wantii.com wrote: Sorry, I didn't see that we were already copied :( [snip] -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1, Spring, JPA, JQuery,

Re: We may lose Confluence

2009-05-21 Thread Don Brown
Yes, then the files are rsynced to our regular www directory. Don On Thu, May 21, 2009 at 11:36 PM, Musachy Barroso musa...@gmail.com wrote: another thing, what generates the content under this? http://cwiki.apache.org/WW/ , is it the export plugin? musachy On Thu, May 21, 2009 at 9:31 AM,

Re: We may lose Confluence

2009-05-21 Thread Don Brown
If it hasn't been linked to already, see https://tracker.adaptavist.com/browse/GSE-1590 Don On Wed, May 20, 2009 at 2:27 PM, Martin Cooper mart...@apache.org wrote: Folks, Due to a long-standing issue with Confluence, there are discussions going on that could lead to us losing Confluence as

Re: We may lose Confluence

2009-05-21 Thread Don Brown
Yes, get the auto-export plugin working with the latest version of Confluence, then we can upgrade like normal. Don On Fri, May 22, 2009 at 6:04 AM, Dave Newton newton.d...@yahoo.com wrote: Martin Cooper wrote: On Thu, May 21, 2009 at 6:31 AM, Musachy Barroso musa...@gmail.com wrote: I am

Re: Struts git mirrors now available

2009-05-06 Thread Don Brown
announcement, I had the still hope that the svn push would be possible too, which not seems to be the case now. But being a huge git fan now, I really appreciate this git integration step and how non-committers can use it to build a good development environment. - Rene Don Brown schrieb: On Mon, Apr

Struts git mirrors now available

2009-04-26 Thread Don Brown
Thanks to the git infra team, we have git mirrors for Struts: Here are mirrors created: * git://git.apache.org/struts1.git * git://git.apache.org/struts2.git * git://git.apache.org/struts-sandbox.git * git://git.apache.org/struts-maven.git See https://issues.apache.org/jira/browse/INFRA-1991

Re: Struts git mirrors now available

2009-04-26 Thread Don Brown
On Mon, Apr 27, 2009 at 3:17 PM, Wes Wannemacher w...@wantii.com wrote: Don, I'm not familiar much with Git. I know of it, and have read a little about it. Is there a significant advantage to using Git over Subversion? While Atlassian still uses Subversion, I've moved over to using Git for

Re: Struts git mirrors now available

2009-04-26 Thread Don Brown
On Mon, Apr 27, 2009 at 3:38 PM, Wes Wannemacher w...@wantii.com wrote: After reading up on Git a bit and noticing right away that there are no more hidden '.svn' directories, I'm sold. :) (I'm an easy sell) Yeah, for me, it was a lot of little things too: * no .svn directories means easy

Ready for Struts 2.2 and XWork 2.2?

2009-04-10 Thread Don Brown
Now that 2.1 is GA (thanks guys and gals), are we ready to branch it off and move trunk to 2.2? I was wanting to do some refactoring of how XWork configuration is loaded and parsed, but new classes and the like really isn't appropriate for a patch/micro release. Any objections to the branching?

Re: Ready for Struts 2.2 and XWork 2.2?

2009-04-10 Thread Don Brown
take advantage of some refactoring of xwork  so I am interested :) musachy On Fri, Apr 10, 2009 at 8:24 AM, Don Brown mr...@twdata.org wrote: Now that 2.1 is GA (thanks guys and gals), are we ready to branch it off and move trunk to 2.2?  I was wanting to do some refactoring of how XWork

Google App Engine support?

2009-04-09 Thread Don Brown
Has anyone tried or, better yet, succeeded in getting Struts 2 to run on Google App Engine? While waiting for an account, I did get the showcase with 2.1.6 to run in the sdk. The only sticking point was the security manager that ognl uses. Since the security manager is used by GAE to lock down

Re: Google App Engine support?

2009-04-09 Thread Don Brown
is Kemp House, 152-160 City Road, London,  EC1V 2NX, UK. The views expressed in this email are those of the author and not necessarily those of Funky Android Limited, it's associates, or it's subsidiaries. -Original Message- From: Don Brown [mailto:mr...@twdata.org] Sent: 09 April

Re: Google App Engine support?

2009-04-09 Thread Don Brown
office is Kemp House, 152-160 City Road, London,  EC1V 2NX, UK. The views expressed in this email are those of the author and not necessarily those of Funky Android Limited, it's associates, or it's subsidiaries. -Original Message- From: Don Brown [mailto:mr...@twdata.org] Sent: 09

Re: Google App Engine support?

2009-04-09 Thread Don Brown
, it's associates, or it's subsidiaries. -Original Message- From: Don Brown [mailto:mr...@twdata.org] Sent: 09 April 2009 16:16 To: Struts Developers List Subject: Re: Google App Engine support? Hmm...bad sitemesh... java.lang.NoClassDefFoundError: Could not initialize class

Re: INFRA-1811

2009-01-30 Thread Don Brown
+1 On Sat, Jan 31, 2009 at 2:31 PM, Wendy Smoak wsm...@gmail.com wrote: We currently have build status notifications going to commits@ -- I'd prefer to keep the automated messages going there (or to a new notifications@ list) and reserve dev@ for human conversations. :) -- Wendy

Re: [VOTE] Struts Annotations 1.0.4

2008-12-23 Thread Don Brown
Doh, make that +1 GA ... is a quality vote really required for internal, compile-time libraries? We don't vote on the quality of POM files, and those are more public. Don On Tue, Dec 23, 2008 at 9:24 PM, Don Brown mr...@twdata.org wrote: +1 On Tue, Dec 23, 2008 at 3:30 PM, Musachy Barroso

Re: [VOTE] Struts Annotations 1.0.4

2008-12-23 Thread Don Brown
+1 On Tue, Dec 23, 2008 at 3:30 PM, Musachy Barroso musa...@gmail.com wrote: The Struts Annotations 1.0.4 test build is now available as a Maven artifact. It is a dependency of Struts 2.1.3. If you have had a chance to review the test build, please respond with a vote on its quality: [ ]

Re: java tags proposal

2008-12-21 Thread Don Brown
Neat, I'm glad to see work finally being done on the tags. What exactly would this mean for 2.1 and 2.2? Would this be the default template engine for the tags? Will the documentation need to be rewritten? How do we keep the engines in sync if we keep the freemarker and velocity engines

Re: java tags proposal

2008-12-21 Thread Don Brown
ultimately move to the Sandbox?? On Sun, Dec 21, 2008 at 7:29 AM, Don Brown mr...@twdata.org wrote: Neat, I'm glad to see work finally being done on the tags. What exactly would this mean for 2.1 and 2.2? Would this be the default template engine for the tags? Will the documentation need

Fixed the build

2008-12-21 Thread Don Brown
I fixed the builds running at http://opensource.bamboo.atlassian.com/browse/STRUTS The problem was a Maven 1 repository in there that was causing Maven to, for some reason, not try all the repositories when looking for a dependency. For now, I just commented out that repository and we'll see

Re: BAMBOO failing

2008-12-04 Thread Don Brown
That should have been fixed a while ago. Could someone who has moderate permissions give them to me as well so I can debug this issue? Don On Wed, Dec 3, 2008 at 5:39 PM, Martin Cooper [EMAIL PROTECTED] wrote: Yep. At least at some point, they were being sent with a bulk header, which tripped

Re: [VOTE] Struts 2.0.12 Quality

2008-10-20 Thread Don Brown
+1 GA On Thu, Oct 16, 2008 at 9:01 PM, Rene Gielen [EMAIL PROTECTED] wrote: The Struts 2.0.12 test build is now available. Release notes: * http://struts.apache.org/2.x/docs/release-notes-2012.html Distribution: * http://people.apache.org/builds/struts/2.0.12/ Maven 2 staging

Re: OWASP Intrinsic Security Working Group workshop on Framework Security

2008-10-12 Thread Don Brown
Any struts devs on that side of the world? I'd love to go and could probably get Atlassian to sponsor me, but with the conference on November 7, it is way too late notice. Don On Sat, Oct 11, 2008 at 4:49 AM, Colin Watson [EMAIL PROTECTED] wrote: Dear Struts Dev list, The Open Web

Re: Struts 2 Plugin Repository Issue

2008-09-24 Thread Don Brown
Unfortunately, pages that aggregate content from other pages have to be generated manually. I updated it. Don On Thu, Sep 25, 2008 at 2:04 PM, Yohan Liyanage [EMAIL PROTECTED] wrote: Hi, I created a plugin for Struts 2 and posted a news in the Struts 2 Plugin Repository Confluence Wiki.

Re: [s2] Improved Velocity Integration

2008-09-17 Thread Don Brown
Ah, that does look a lot better. I still wish velocity supported named parameters, but this is better than nothing. Could you file a ticket for this improvement please, and if you have time to write a patch, it would certainly be appreciated :) Don On Thu, Sep 18, 2008 at 7:12 AM, Christopher

Re: more OSGI thoughts?

2008-09-11 Thread Don Brown
The latest status is I built a plugin system around OSGi for Atlassian and it is in the process of being rolled out. Basically, it utilizes a hybrid approach where the main webapp is a normal webapp, but plugins can be installed on it dynamically via OSGi. I have the OK to open source it, but I

Re: more OSGI thoughts?

2008-09-11 Thread Don Brown
. browse and select compatible versions much like, say, IntelliJ)? Interesting. In my use-case the plugins (bundles) would contain S2 actions/packages and Entities. Don Brown wrote: The latest status is I built a plugin system around OSGi for Atlassian and it is in the process of being rolled out

Re: more OSGI thoughts?

2008-09-11 Thread Don Brown
, Jeromy Evans [EMAIL PROTECTED] wrote: Don Brown wrote: The Atlassian plugin system has been in Atlassian products for years, allowing developers to add new features to Atlassian applications dynamically in some cases (Confluence). However, the two main problems with it were: Cool. I'm

Re: [VOTE] Release Struts 2 Starter Maven Archetype v2.0.11.2

2008-09-02 Thread Don Brown
+1 On Tue, Sep 2, 2008 at 4:09 PM, Rainer Hermanns [EMAIL PROTECTED] wrote: +1 The Struts 2 Starter Maven Archetype v2.0.11.2 is available for review. Staging repository: http://people.apache.org/builds/struts/struts-archetypes/2.0.11.2/starter-m2-staging-repository Instructions for use:

Re: S2 as JSR for Action Framework

2008-08-24 Thread Don Brown
On Mon, Aug 25, 2008 at 12:54 PM, Martin Cooper [EMAIL PROTECTED] wrote: Another option is a client-side component-based framework like Ext or Flex running directly against web services, RESTful or otherwise. No server-side web framework required. Of course, you could use something server-side

Re: S2 as JSR for Action Framework

2008-08-22 Thread Don Brown
Personally, I don't think Struts 2 has a strong enough API, ok, I _know_ Struts 2 doesn't have a strong enough API to be turned into a JSR, currently anyway. Bob did some work trying to define such an API, and is probably 80% of the way there, but I wonder if the technology has moved on a bit

Re: bamboo

2008-08-20 Thread Don Brown
Build is fixed. Turned out to be some weird problem with Maven where its metadata file for plugins was screwed up, for some reason. Don On Thu, Aug 21, 2008 at 10:37 AM, Musachy Barroso [EMAIL PROTECTED] wrote: Does any one understand what is broken here?

Re: [s2] Hurray, we have functional/integration tests

2008-08-03 Thread Don Brown
Sure, putting the integration tests into a profile is fine (or vice-versa). They actually take only a few seconds right now, but that could (and hopefully will) grow. Don On Mon, Aug 4, 2008 at 2:49 AM, Wendy Smoak [EMAIL PROTECTED] wrote: On Tue, Jul 29, 2008 at 7:40 AM, Don Brown [EMAIL

Re: [s2] Hurray, we have functional/integration tests

2008-08-03 Thread Don Brown
, 2008 at 11:49 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On Tue, Jul 29, 2008 at 7:40 AM, Don Brown [EMAIL PROTECTED] wrote: I've started adding functional tests to Struts 2 by adding a few to the REST showcase application, running against Tomcat 5.x, Jetty 6.x, JBoss 4.2.x, and Resin 3.x

[s2] Broken build....

2008-08-03 Thread Don Brown
Musachy, you broke the build: http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-900 Does anyone have moderator access to the Struts lists? I'd really like to get the Bamboo messages back on the commits@ list. Don - To

Re: [s2] Google XML Pages (GXP) to replace Freemarker in tags?

2008-07-29 Thread Don Brown
. Al. Don Brown wrote: It is pretty well known that Google uses WebWork 2 and Struts 2 in many of its applications, but for the view layer, they use Google XML Pages (GXP) [1], which was just opened source yesterday or so. There is a lot to like in GXP like type safety, speed, correct HTML

Re: [s2] IDEA 7.0.4 EAP sucks a lot less (was Google XML Pages (GXP) to replace Freemarker in tags?)

2008-07-29 Thread Don Brown
, should not be as risky as an 8.0 EAP. I'm still using the maven:idea plugin most of the time, accompanied with a build server it makes your small turnarounds often a lot faster, while keeping all your maven benefits... Am Di, 29.07.2008, 13:10, schrieb Don Brown: I agree, however, the pain

[s2] Hurray, we have functional/integration tests

2008-07-29 Thread Don Brown
I've started adding functional tests to Struts 2 by adding a few to the REST showcase application, running against Tomcat 5.x, Jetty 6.x, JBoss 4.2.x, and Resin 3.x. The magic happens through a new Maven 2 plugin I developed called maven-itblast-plugin, which enables multiple integration test

Re: [s2] Google XML Pages (GXP) to replace Freemarker in tags?

2008-07-26 Thread Don Brown
of the other stuff ready and out in the wild? Don Brown wrote: It is pretty well known that Google uses WebWork 2 and Struts 2 in many of its applications, but for the view layer, they use Google XML Pages (GXP) [1], which was just opened source yesterday or so. There is a lot to like in GXP

[s2] Google XML Pages (GXP) to replace Freemarker in tags?

2008-07-25 Thread Don Brown
It is pretty well known that Google uses WebWork 2 and Struts 2 in many of its applications, but for the view layer, they use Google XML Pages (GXP) [1], which was just opened source yesterday or so. There is a lot to like in GXP like type safety, speed, correct HTML generation, automatic support

Re: hacking OGNL and parameter binding

2008-07-19 Thread Don Brown
Musachy, you need to mark the box that lets anyone join the review as a reviewer. As it is now, no one can comment. Don On Sat, Jul 19, 2008 at 12:47 AM, Musachy Barroso [EMAIL PROTECTED] wrote: I opened a code review here: http://fisheye6.atlassian.com/cru/CR-9 I added a new interface

Re: Bamboo - Broken build

2008-07-19 Thread Don Brown
Not sure where the xwork snapshot went, but I deployed it, ran the builds and they are now failing due to Musachy's last commit. Don On Sat, Jul 19, 2008 at 6:12 PM, Nils-Helge Garli Hegvik [EMAIL PROTECTED] wrote: The Struts 2 main builds are currently failing, complaining about a missing

Re: [s2] Struts 2 OSGi Plugin

2008-07-14 Thread Don Brown
On Mon, Jul 14, 2008 at 5:31 PM, Antonio Petrelli [EMAIL PROTECTED] wrote: 2008/7/14 Don Brown [EMAIL PROTECTED]: It all depends on the approach. Currently, JSP's aren't supported and in fact, I doubt they will ever be supported. If tiles can work with Freemarker or Velocity, then I don't

[s2] 72% of the way to a GA 2.1 release...

2008-07-14 Thread Don Brown
The Great Struts 2 Bug Hunt is proceeding well, but we need some more volunteers to close out the remaining issues. In particular, we have a lot of Dojo/tag issues, so if anyone can help with those tickets, it would really be appreciated. Check out this reddening chart:

Re: [s2] Struts 2 OSGi Plugin

2008-07-14 Thread Don Brown
to be mandatory for wide acceptance?? I know in the alpha plugin you are using is Apache Felix as the OSGi container but Equinox is building in JSP support (they also have a struts example) - http://www.eclipse.org/equinox/server/jsp_support.php. Don Brown-2 wrote: It all depends

Re: [s2] Struts 2 OSGi Plugin

2008-07-13 Thread Don Brown
for that Don - great to hear. I would also be interested to know if it will have Struts tiles support? Any idea when you think this might land? Don Brown wrote: I'm actually in the middle of a pretty large rollout of OSGi as the basis of the new Atlassian (JIRA, Confluence, etc) plugin framework

Re: [s2] Struts 2 OSGi Plugin

2008-07-12 Thread Don Brown
, uninstall etc. Wanted to make sure there isn't someone already doing this so don't duplicate.. Or if you had any other plans? Alvin btw. sorry I pressed the wrong button so you may get an email Don Brown-2 wrote: At this point, the /bundles directory is only read on startup, however, it wouldn't

Re: CodeBehind and index action?

2008-07-12 Thread Don Brown
No, I don't believe it does. Conventions plugin does, I believe. Don On Sat, Jul 12, 2008 at 11:03 PM, Paul Benedict [EMAIL PROTECTED] wrote: Does the CodeBehind plugin allow me to specify a default action for a directory? So that way I can just do /dir instead of /dir/index.action? I want

Re: CodeBehind and index action?

2008-07-12 Thread Don Brown
if that includes adding action mappings to the config. Paul On Sat, Jul 12, 2008 at 8:13 AM, Don Brown [EMAIL PROTECTED] wrote: No, I don't believe it does. Conventions plugin does, I believe. Don On Sat, Jul 12, 2008 at 11:03 PM, Paul Benedict [EMAIL PROTECTED] wrote: Does the CodeBehind plugin

Re: Bamboo woes

2008-07-09 Thread Don Brown
Well, the maven 1 repository won't be searched by default, so it should be in the central maven 2 repo. I'll have one of the bamboo guys look into it. As for the notifications, I think the messages are getting lost in moderation, but I don't have access to the Struts list moderation to resolve

Re: Getting action extension from a class outside the container

2008-06-23 Thread Don Brown
The ActionMapping contains the original extension that request was submitted with. You can retrieve the ActionMapping either via the ServetActionContext or the portlet dispatcher. Don On Mon, Jun 23, 2008 at 7:44 PM, Nils-Helge Garli Hegvik [EMAIL PROTECTED] wrote: Hi! I'm looking at WW-2622

[s2] New filter strategy RFC

2008-06-21 Thread Don Brown
I've committed a new filter dispatcher strategy that aims to: * Make it crystal clear to users how to deploy Struts * Make it crystal clear to developers what filters are doing what processes * Better enable customizations and overrides by advanced users This first cut is more about tackling

Re: RESTful form tags

2008-06-21 Thread Don Brown
On Sun, Jun 22, 2008 at 1:46 PM, dusty [EMAIL PROTECTED] wrote: In my UI I have things like s:url/ and s:form/ and s:action/ that are going to need to address resources. The routing system should make it easy for me to both recognize incoming urls and to define rules for outbound url html.

[s2] 2.1.3 is 34% complete...keep it up

2008-06-20 Thread Don Brown
The Great Struts Bug Hunt is progressing nicely, with 50 issues closed already. Don't be shy and join in the efforts to close out the remaining 95 issues. Any help, from attaching fixes, to creating repeatable test cases, to just adding in your 2 cents on the issue is appreciated. I put the

Re: [s2] 2.1.3 is 34% complete...keep it up

2008-06-20 Thread Don Brown
Cool, done. Don On Sat, Jun 21, 2008 at 2:05 AM, James Holmes [EMAIL PROTECTED] wrote: Don, we can close out WW-2132 once you have some time to up the Struts Annotations dependency. http://issues.apache.org/struts/browse/WW-2132 On Fri, Jun 20, 2008 at 10:36 AM, Don Brown [EMAIL PROTECTED

Re: [S2] trunk build broken since last fix (again)

2008-06-20 Thread Don Brown
Fixed. Missing ?string in the template. Don On Sat, Jun 21, 2008 at 2:03 PM, Jeromy Evans [EMAIL PROTECTED] wrote: Anyone know how to work-around this? It's caused by the updated annotation processor: http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-851

Re: RESTful form tags

2008-06-20 Thread Don Brown
Why not put them in the rest plugin? Don On Sat, Jun 21, 2008 at 12:19 PM, Jeromy Evans [EMAIL PROTECTED] wrote: Is there any interest in creating restful form tags? I've created variations of the s:form tag (create, destroy, index, update) that simply and/or enforce the restful conventions.

Re: RESTful form tags

2008-06-20 Thread Don Brown
with the osgi plugin. Don On Sat, Jun 21, 2008 at 2:47 PM, Jeromy Evans [EMAIL PROTECTED] wrote: Don Brown wrote: Why not put them in the rest plugin? Well... I thought we planning on moving the S2 tag support out of core into a tags-plugin eventually. Including tags in the rest-plugin

Re: [S2] ParentPackage annotation

2008-06-19 Thread Don Brown
The change to allow the annotation at the package level is only in trunk right now and not in the released versions of 2.0.11.1 or 2.1.2. I didn't see that other page, so I'll make a note to update it as well. The 2.x docs are from our very current documentation for the version that is currently

Re: [S2] trunk build broken since last fix (again)

2008-06-17 Thread Don Brown
On Wed, Jun 18, 2008 at 6:44 AM, Rainer Hermanns [EMAIL PROTECTED] wrote: Don, your latest change broke the build as well: http://opensource.bamboo.atlassian.com/build/viewBuildResults.action?buildKey=STRUTS-MAINbuildNumber=846 Work on it now. Btw why are there no more notification mails to

Re: [s2] The Great Struts 2.1 Bug Hunt!

2008-06-13 Thread Don Brown
means that compilation fails if you update the dependency? Al. Don Brown wrote: I officially declare the Struts 2.1 bug hunting season open! In order to ensure a high-quality 2.1 GA release, I've gone through the tickets and assigned most open bugs to the 2.1.3 version: https

[s2] The Great Struts 2.1 Bug Hunt!

2008-06-12 Thread Don Brown
I officially declare the Struts 2.1 bug hunting season open! In order to ensure a high-quality 2.1 GA release, I've gone through the tickets and assigned most open bugs to the 2.1.3 version:

Re: Struts 2.1.2 on Resin

2008-06-06 Thread Don Brown
Looks like it wants short-name and uri after display-name. Should be an easy fix. See if you can figure out all the changes needed and file a JIRA ticket. Thanks, Don On Fri, Jun 6, 2008 at 5:03 PM, Chris Pratt [EMAIL PROTECTED] wrote: It appears that the struts-tags.tld doesn't validate on

Re: Freemarker 2.3.13

2008-06-02 Thread Don Brown
Yeah, as long as nothing breaks, feel free to up dependencies at will. Don On Mon, Jun 2, 2008 at 8:30 PM, Al Sutton [EMAIL PROTECTED] wrote: Guys, I've rolled a patch and put it on https://issues.apache.org/struts/browse/WW-2664, given the FM guys say it gave a 20x speedup in one scenario

[s2] Towards a stable 2.1.x release

2008-06-01 Thread Don Brown
With 2.1.2 beta out the door, I think it is time we consider the branch feature-complete, which means our focus should now be on working out the bugs so we can get a stable, GA-quality 2.1.x release ASAP. I'm going to start going through our tickets and push them around accordingly. At this

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-06-01 Thread Don Brown
about each other. Given a request and multiple UnknownHandler, the first one that could return an action config would be used. musachy On Fri, May 30, 2008 at 9:39 PM, Don Brown [EMAIL PROTECTED] wrote: On Thu, May 29, 2008 at 7:21 AM, dusty [EMAIL PROTECTED] wrote: So lets do it and consolidate

[s2] 2.1 to 2.5 Roadmap discussions

2008-06-01 Thread Don Brown
Struts 2 desperately needs a public roadmap, IMO, so here's a quick strawman to get the discussion started: Struts 2.1 * New plugins: REST, Dojo, DWR, Portlet, JUnit, and TestNG * Internal API cleanups Struts 2.2 * Finalize zero configuration strategy with new Conventions plugin

Re: classpath scanner

2008-05-30 Thread Don Brown
On Fri, May 30, 2008 at 7:09 PM, Adam Hardy [EMAIL PROTECTED] wrote: jarjar'ing the dependency? What does that mean? I hope I'm not the only one who isn't hip to the lingo! I guess if I knew the context better I could work it out. jarjar is a tool that repackages a dependency in a jar by

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-05-30 Thread Don Brown
On Thu, May 29, 2008 at 7:21 AM, dusty [EMAIL PROTECTED] wrote: So lets do it and consolidate all of the configuration automation into Convention. We can get the new Convention and REST in 2.1.3-SNAPSHOT and then update the Codebehind page that its being absorbed into Convention. I say the

Re: classpath scanner

2008-05-29 Thread Don Brown
xbean-finder is already split into a common library, just it is part of the xbean project rather than commons. From a technical level, there is no difference. The reason we want to copy the code over has less to do with the project's stability but the desire to have fewer dependencies. Don On

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-05-27 Thread Don Brown
Hmm...this should really be another thread, but there is a much better solution for classpath scanning - xbean-finder. It is a small library used by OpenEJB and Geronimo, three classes, that scans the classpath, but uses a technique that doesn't require the class to be loaded into memory. As a

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-05-27 Thread Don Brown
, Don Brown [EMAIL PROTECTED] wrote: Hmm...this should really be another thread, but there is a much better solution for classpath scanning - xbean-finder. It is a small library used by OpenEJB and Geronimo, three classes, that scans the classpath, but uses a technique that doesn't require

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-05-27 Thread Don Brown
That's not a problem, particularly if we jarjar the dependency in the xwork jar. Don On Wed, May 28, 2008 at 10:12 AM, Musachy Barroso [EMAIL PROTECTED] wrote: It depends on ASM musachy On Tue, May 27, 2008 at 8:07 PM, Don Brown [EMAIL PROTECTED] wrote: My vote is we bring the classes

[RESULT] Struts 2.1.2 test build

2008-05-24 Thread Don Brown
The Struts 2.1.2 vote has passed with the following results: +1 Beta: 5 binding, three non-binding +1 Beta: 1 binding I'm moving the release files over to the mirrors now and will announce the public release in 24 hours (or so). Don On Fri, May 2, 2008 at 3:12 PM, Don Brown [EMAIL PROTECTED

Re: Is documentation single sourcing really the holy grail?

2008-05-19 Thread Don Brown
On Mon, May 19, 2008 at 3:43 PM, Chase [EMAIL PROTECTED] wrote: From the point of view of someone functioning in the role of a documentation maintainer what would the benefit of the snippet macro be? If we actually had one or more active documentation maintainers, I'd be happy to hand over the

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-05-14 Thread Don Brown
Has any work been done to support existing zero config applications with this new plugin? If not, I'd kinda consider that a blocker (-1) because a sufficiently flexible configuration system should be able to support multiple conventions. Also, someone will have to sign up to convert the REST

Re: Convention Plugin Status

2008-05-12 Thread Don Brown
You can remove the author tags, but only the author can remove copyright headers, unfortunately. BTW, how did code get checked into our SVN with copyright headers? Don On Tue, May 13, 2008 at 6:42 AM, Musachy Barroso [EMAIL PROTECTED] wrote: FYI the convention plugin still has copyright

Re: commercial: paying for work on features

2008-05-07 Thread Don Brown
I think this is a great idea, Jeromy. The only place I think you'd need to be careful is ensuring that you own the copyright for the code you produce, so it can be properly contributed to the ASF. Other than that, go nuts. Don On Tue, May 6, 2008 at 9:39 PM, Jeromy Evans [EMAIL PROTECTED]

[s2] Release feedback

2008-05-02 Thread Don Brown
Ok, so this time, it took probably two hours to generate the release all told. The guide is now pretty accurate, but the steps themselves can take quite a while. This time, I copied my keys, m2 config, etc. over to a server in the US and ran the release from there, and boy, what a difference

Re: [VOTE] Struts 2.1.2 test build

2008-05-02 Thread Don Brown
On Fri, May 2, 2008 at 3:12 PM, Don Brown [EMAIL PROTECTED] wrote: [ ] Leave at test build [ ] Alpha [X] Beta [ ] General Availability (GA) I don't think it is stable enough for a GA (and there are apparent licensing issues I guess), but I think it is good enough to be BETA and to get

  1   2   3   4   5   6   7   8   9   10   >