Repository: struts-examples
Updated Branches:
refs/heads/master 0cc2af802 -> 33bf8f26a
Refactor debugging struts example
- log4j2 setup
- artifact name
- jetty plugin
- add a:debug tag to pages
Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apa
Repository: struts-examples
Updated Branches:
refs/heads/master b9c38f587 -> 0cc2af802
Refactor control tags struts example
- log4j2 setup
- artifact name
- jetty plugin
Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts
Repository: struts-examples
Updated Branches:
refs/heads/master 5f8d4946c -> b9c38f587
Refactor coding actions struts example
- log4j2 setup
- artifact name
- jetty plugin
Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/stru
Refactor bean validation struts example
- log4j2 setup
- artifact name
- jetty plugin
- use new struts2 bean validation plugin
Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/5f8d4946
Tree: http://git-wip-
Repository: struts-examples
Updated Branches:
refs/heads/master 42de17f4d -> 5f8d4946c
Set struts2 version to 2.5-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/2496
Tree: http://git-wip-u
Repository: struts-examples
Updated Branches:
refs/heads/master a66c0865e -> 42de17f4d
Refactor basic struts example
- log4j2 setup
- artifact name
- jetty plugin
Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-exampl
Repository: struts-examples
Updated Branches:
refs/heads/master c91792787 -> a66c0865e
http://git-wip-us.apache.org/repos/asf/struts-examples/blob/a66c0865/wildcard_method_selection/src/main/resources/log4j.dtd
--
diff --git a/
Switch to log4j2 in all examples which are using log4j
Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/a66c0865
Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/a66c0865
Diff: http://git-wi
Author: lukaszlenart
Date: Fri Jun 12 09:18:43 2015
New Revision: 954576
Log:
Updates production
Added:
websites/production/struts/content/docs/bean-validation-plugin.html
Modified:
websites/production/struts/content/docs/interceptors.html
websites/production/struts/content/docs/plugi
fixed display of last two fields
Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/95ee8a78
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/95ee8a78
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/95ee8a78
B
using java.util.Date instead of java.sql.Date
Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/f3a0dcaf
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/f3a0dcaf
Diff: http://git-wip-us.apache.org/repos/asf/struts/dif
adjusted h1 to match page title
Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/a1abdd87
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/a1abdd87
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/a1abdd87
Br
using ObjectFactory instead of Class.forName()
Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/372ce960
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/372ce960
Diff: http://git-wip-us.apache.org/repos/asf/struts/dif
added some more eclipse specific directories to .gitignore
Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/adf7133c
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/adf7133c
Diff: http://git-wip-us.apache.org/repos/a
added testcase for action with method prefixed by 'do'
Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/f20570a4
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/f20570a4
Diff: http://git-wip-us.apache.org/repos/asf/st
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/struts into asf
Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/48b06408
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/48b06408
Diff: http://git-wip
fixed some typos in javadoc
Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/c82b4d96
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/c82b4d96
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/c82b4d96
Branch:
Repository: struts
Updated Branches:
refs/heads/master fa9cac703 -> 48b064083
fixed some generics related warnings and did a little re-formatting
Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/f03969da
Tree: http://git-w
small updates to logging
Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/8128ca6b
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/8128ca6b
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/8128ca6b
Branch: re
19 matches
Mail list logo