Gitbox

2017-07-31 Thread Lukasz Lenart
Hi, There is a new git service available at Apache - https://gitbox.apache.org/ which allows to have bi-directional sync between GitHub and Apache Git which means we can directly merge PRs on GitHub :D I will request moving our repos to this new service. Regards -- Ɓukasz + 48 606 323 122 http

Re: Documentation

2017-07-31 Thread Lukasz Lenart
Hi, I have create a Jenkins job to automatically update our website, so you can commit/push changes directly to the 'master' branch of the 'struts-site' repo and within 15 minutes changes should be deployed to prod ;-) Still working on doing the same for Confluence docs ... but I will probably fa

[GitHub] struts issue #153: WW-4827 Not fully initialized ObjectFactory tries to crea...

2017-07-31 Thread lukaszlenart
Github user lukaszlenart commented on the issue: https://github.com/apache/struts/pull/153 No better idea and I think we can assume when you need to inject the `Container` you should always do it in a constructor. --- If your project is set up for it, you can reply to this email and

[GitHub] struts pull request #154: WW-4831 properly convert nulls in arrays

2017-07-31 Thread ThrawnCA
GitHub user ThrawnCA opened a pull request: https://github.com/apache/struts/pull/154 WW-4831 properly convert nulls in arrays You can merge this pull request into a Git repository by running: $ git pull https://github.com/ThrawnCA/struts WW-4831-preserve-nulls-in-arrays Alt

[GitHub] struts pull request #153: WW-4827 Not fully initialized ObjectFactory tries ...

2017-07-31 Thread aleksandr-m
GitHub user aleksandr-m opened a pull request: https://github.com/apache/struts/pull/153 WW-4827 Not fully initialized ObjectFactory tries to create beans Inject `Container` in constructor of the `ObjectFactory`. Can someone test `cdi`, `osgi` and `plexus` plugins.