fyi
-Vincent
Begin forwarded message:
> From: Benjamin Bentmann <bentmann(a)apache.org>
> Date: March 4, 2011 1:06:46 AM GMT+01:00
> To: announce(a)apache.org
> Subject: [ANN] Apache Maven 3.0.3 Released
>
> The Maven team is pleased to announce the release of Apache Maven 3.0.3
>
> Maven is a project comprehension and build tool, designed to simplify the process of maintaining a healthy development lifecycle for your project. You can read more here:
>
> http://maven.apache.org/
>
> Downloads of source and binary distributions are listed in our download section:
>
> http://maven.apache.org/download.html
>
> A major goal of Maven 3.0.x is to be compatible, to the extent possible, with existing plugins and projects designed for Maven 2.x. Users interested in upgrading to 3.x should have a glance at the compatibility notes for known differences between Maven 3.0 and Maven 2.x:
>
> http://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html
>
> Users who already use Maven 3.0.x are encouraged to update to this new maintenance release.
>
> If you encounter unexpected problems while using Maven 3.0.3, please feel free to contact us via the Maven developer list:
>
> http://maven.apache.org/mail-lists.html
>
> Release Notes - Maven 2 & 3 - Version 3.0.3 (since 3.0.2 only)
>
> ** Bug
> * [MNG-4551] - List parameter in a mojo has strange behaviour
> * [MNG-4956] - Cygwin mvn script modifies CLASSPATH environment variable
> * [MNG-4962] - MavenProject.getParent fails to build when parent POM, in reactor, references BOM also in reactor
> * [MNG-4963] - [regression] Parent POM not downloaded when settings define global mirror and one snapshot repo but no other release repository
> * [MNG-4973] - [regression] Build extensions are invisible to plugins in multi module build
> * [MNG-4975] - [regression] plugin executions injected from profile run before instead of after existing executions in the POM
> * [MNG-4982] - [regression] Cycle between transitive dependencies causes bad effective dependency scope
> * [MNG-4987] - [regression] LATEST, RELEASE or SNAPSHOT version picked from wrong repository when resolution order does not match timestamp order
> * [MNG-4990] - RepositorySystem#resolve(request) uses two different local repositories
> * [MNG-4991] - LegacyRepositorySystem#injectProxy(repositories, proxies) doesn't evaluate non-proxy hosts
> * [MNG-5000] - [regression] child distributionManagment.site.url not correct in a flat directory layout when child's artifactId doesn't match its module name
> * [MNG-5003] - MavenPluginManager serves m2e partially initialized mojo descriptors in some cases
> * [MNG-5005] - bin/mvn contains platform specific echo when on Mac OSX and JAVA_VERSION envvar is set
> * [MNG-5006] - [regression] Resolution of parent POMs for dependency using version range does not consider all configured repositories
> * [MNG-5009] - StackOverflowError in DefaultProjectBuilder.build when <module> points at current aggregator POM
> * [MNG-5014] - [regression] MavenProject.getParent().isExecutionRoot() not properly set
> * [MNG-5019] - [regression] String-based component lookups performed by report mojos fail with ClassCastException
> * [MNG-5023] - Wrong calculation of Build Total time
>
> ** Improvement
> * [MNG-3575] - Allow hexadecimal parameters
> * [MNG-4971] - Display maven home in version info
> * [MNG-4984] - Simplify drop in of 3rd party extensions for Maven core
> * [MNG-4988] - API to calculate execution plan without full mojo execution configuration
> * [MNG-4992] - Allow to configure plugin parameters of type java.util.Properties just like a map
> * [MNG-5011] - Allow to configure array/collection type plugin parameters via system properties
> * [MNG-5012] - Allow to configure array-typed plugin parameters from expressions yielding collections and vice versa
> * [MNG-5013] - Allow to condense configuration of plugin parameter beans that commonly require only one value
> * [MNG-5020] - JAVA_HOME auto discovery
> * [MNG-5028] - Obey generics in plugin collection parameters when populating them
> * [MNG-5033] - Allow to inline collection/array items within plugin configuration
>
> ** Task
> * [MNG-5024] - Update default plugin versions
>
> Enjoy,
>
>
> -The Maven team
>
> --------------------------------------------------------------------- To unsubscribe, e-mail: announce-unsubscribe(a)apache.org For additional commands, e-mail: announce-help(a)apache.org
>
On Thu, Mar 3, 2011 at 17:40, vmassol <platform-notifications(a)xwiki.org> wrote:
> Author: vmassol
> Date: 2011-03-03 17:40:23 +0100 (Thu, 03 Mar 2011)
> New Revision: 35098
>
> Modified:
> Â platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/LocalEventData.java
> Â platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkAdapter.java
> Â platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventData.java
> Â platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventException.java
> Â platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java
> Â platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerConfiguration.java
> Â platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java
> Â platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java
> Â platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerConfiguration.java
> Â platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java
> Â platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/LocalEventListener.java
> Â platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/DefaultEventConverterManager.java
> Â platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/SerializableEventConverter.java
> Â platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/jgroups/JGroupsReceiver.java
> Log:
> More missing headers
Shame on me...
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/LocalEventData.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/LocalEventData.java    2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/LocalEventData.java    2011-03-03 16:40:23 UTC (rev 35098)
> @@ -16,7 +16,6 @@
> Â * License along with this software; if not, write to the Free
> Â * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> Â * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> - *
> Â */
> Â package org.xwiki.observation.remote;
>
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkAdapter.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkAdapter.java    2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkAdapter.java    2011-03-03 16:40:23 UTC (rev 35098)
> @@ -1,3 +1,22 @@
> +/*
> + * See the NOTICE file distributed with this work for additional
> + * information regarding copyright ownership.
> + *
> + * This is free software; you can redistribute it and/or modify it
> + * under the terms of the GNU Lesser General Public License as
> + * published by the Free Software Foundation; either version 2.1 of
> + * the License, or (at your option) any later version.
> + *
> + * This software is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> + * Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public
> + * License along with this software; if not, write to the Free
> + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> + * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> + */
> Â package org.xwiki.observation.remote;
>
> Â import org.xwiki.component.annotation.ComponentRole;
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventData.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventData.java    2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventData.java    2011-03-03 16:40:23 UTC (rev 35098)
> @@ -16,7 +16,6 @@
> Â * License along with this software; if not, write to the Free
> Â * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> Â * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> - *
> Â */
> Â package org.xwiki.observation.remote;
>
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventException.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventException.java 2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteEventException.java 2011-03-03 16:40:23 UTC (rev 35098)
> @@ -16,7 +16,6 @@
> Â * License along with this software; if not, write to the Free
> Â * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> Â * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> - *
> Â */
> Â package org.xwiki.observation.remote;
>
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java   2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java   2011-03-03 16:40:23 UTC (rev 35098)
> @@ -1,3 +1,22 @@
> +/*
> + * See the NOTICE file distributed with this work for additional
> + * information regarding copyright ownership.
> + *
> + * This is free software; you can redistribute it and/or modify it
> + * under the terms of the GNU Lesser General Public License as
> + * published by the Free Software Foundation; either version 2.1 of
> + * the License, or (at your option) any later version.
> + *
> + * This software is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> + * Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public
> + * License along with this software; if not, write to the Free
> + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> + * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> + */
> Â package org.xwiki.observation.remote;
>
> Â import org.xwiki.component.annotation.ComponentRole;
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerConfiguration.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerConfiguration.java     2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerConfiguration.java     2011-03-03 16:40:23 UTC (rev 35098)
> @@ -16,7 +16,6 @@
> Â * License along with this software; if not, write to the Free
> Â * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> Â * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> - *
> Â */
> Â package org.xwiki.observation.remote;
>
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java    2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java    2011-03-03 16:40:23 UTC (rev 35098)
> @@ -1,3 +1,22 @@
> +/*
> + * See the NOTICE file distributed with this work for additional
> + * information regarding copyright ownership.
> + *
> + * This is free software; you can redistribute it and/or modify it
> + * under the terms of the GNU Lesser General Public License as
> + * published by the Free Software Foundation; either version 2.1 of
> + * the License, or (at your option) any later version.
> + *
> + * This software is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> + * Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public
> + * License along with this software; if not, write to the Free
> + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> + * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> + */
> Â package org.xwiki.observation.remote;
>
> Â import org.xwiki.component.annotation.ComponentRole;
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java   2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java   2011-03-03 16:40:23 UTC (rev 35098)
> @@ -16,7 +16,6 @@
> Â * License along with this software; if not, write to the Free
> Â * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> Â * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> - *
> Â */
> Â package org.xwiki.observation.remote.internal;
>
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerConfiguration.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerConfiguration.java     2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerConfiguration.java     2011-03-03 16:40:23 UTC (rev 35098)
> @@ -1,3 +1,22 @@
> +/*
> + * See the NOTICE file distributed with this work for additional
> + * information regarding copyright ownership.
> + *
> + * This is free software; you can redistribute it and/or modify it
> + * under the terms of the GNU Lesser General Public License as
> + * published by the Free Software Foundation; either version 2.1 of
> + * the License, or (at your option) any later version.
> + *
> + * This software is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> + * Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public
> + * License along with this software; if not, write to the Free
> + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> + * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> + */
> Â package org.xwiki.observation.remote.internal;
>
> Â import java.util.Collections;
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java    2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java    2011-03-03 16:40:23 UTC (rev 35098)
> @@ -1,3 +1,22 @@
> +/*
> + * See the NOTICE file distributed with this work for additional
> + * information regarding copyright ownership.
> + *
> + * This is free software; you can redistribute it and/or modify it
> + * under the terms of the GNU Lesser General Public License as
> + * published by the Free Software Foundation; either version 2.1 of
> + * the License, or (at your option) any later version.
> + *
> + * This software is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> + * Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public
> + * License along with this software; if not, write to the Free
> + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> + * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> + */
> Â package org.xwiki.observation.remote.internal;
>
> Â import org.xwiki.component.annotation.Component;
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/LocalEventListener.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/LocalEventListener.java  2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/LocalEventListener.java  2011-03-03 16:40:23 UTC (rev 35098)
> @@ -16,7 +16,6 @@
> Â * License along with this software; if not, write to the Free
> Â * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> Â * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> - *
> Â */
> Â package org.xwiki.observation.remote.internal;
>
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/DefaultEventConverterManager.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/DefaultEventConverterManager.java    2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/DefaultEventConverterManager.java    2011-03-03 16:40:23 UTC (rev 35098)
> @@ -16,7 +16,6 @@
> Â * License along with this software; if not, write to the Free
> Â * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> Â * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> - *
> Â */
> Â package org.xwiki.observation.remote.internal.converter;
>
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/SerializableEventConverter.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/SerializableEventConverter.java     2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/internal/converter/SerializableEventConverter.java     2011-03-03 16:40:23 UTC (rev 35098)
> @@ -16,7 +16,6 @@
> Â * License along with this software; if not, write to the Free
> Â * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> Â * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> - *
> Â */
> Â package org.xwiki.observation.remote.internal.converter;
>
>
> Modified: platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/jgroups/JGroupsReceiver.java
> ===================================================================
> --- platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/jgroups/JGroupsReceiver.java    2011-03-03 16:39:01 UTC (rev 35097)
> +++ platform/core/trunk/xwiki-observation/xwiki-observation-remote/src/main/java/org/xwiki/observation/remote/jgroups/JGroupsReceiver.java    2011-03-03 16:40:23 UTC (rev 35098)
> @@ -1,3 +1,22 @@
> +/*
> + * See the NOTICE file distributed with this work for additional
> + * information regarding copyright ownership.
> + *
> + * This is free software; you can redistribute it and/or modify it
> + * under the terms of the GNU Lesser General Public License as
> + * published by the Free Software Foundation; either version 2.1 of
> + * the License, or (at your option) any later version.
> + *
> + * This software is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> + * Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public
> + * License along with this software; if not, write to the Free
> + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
> + * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
> + */
> Â package org.xwiki.observation.remote.jgroups;
>
> Â import org.jgroups.Receiver;
>
> _______________________________________________
> notifications mailing list
> notifications(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/notifications
>
--
Thomas Mortagne
Just a heads up of what I'm working on right now: cleaning up xwiki-velocity dependencies.
I'm going to split it into several submodules:
* xwiki-velocity-management (or xwiki-velocity-jmx)
* xwiki-velocity-default
* xwiki-velocity-webapp (implementation of VelocityEngine and VelocityConfiguration with hint = "webapp", this is to use use velocity with the WebappResourceLoader loading templates from the webapp's root dir)
-Vincent
Hi devs,
The XE 3.0M3 release was planned for today but I'd like to postpone it
to Wednesday, March 2, because there are many selenium tests failing,
and, at least for the WYSIWYG editor, fixing them is not easy. I propose
to keep the dates for the 3.0 RC and final unchanged:
3.0RC1: 14th of March
3.0 Final: 28th of March
Here's my +1
Thanks,
Marius
Hi all,
Is there a reason (programmaticly / syntacticaly) why a user can not be named as
follows:
kpfoote(a)something.org
When I try to do this through the UI I get returned the message that
states usernames can not contain "@" symbol.
Is there a system level reason this can not happen?
------
thanks
kevin.foote
Hi devs,
The new XWiki Rendering top level project depends on Platform and Platform depends on it, we thus have a circular dependency issue when releasing.
We had a discussion with Thomas and Caleb on IRC this morning and we're proposing the following:
* Create a XWiki Commons top level project
* Goal: generic modules independent of xwiki, ie they could be reused on any other project not related to wikis at all
* When: before XWiki Platform 3.0M3 release. Need 2-3 days I think.
* Who: I can do the work (would be great to get some help though)
* Wiki: http://commons.xwiki.org
* JIRA: XCOMMONS
* svn: http://svn.xwiki.org/svnroot/xwiki/commons
* Versioning strategy: start at 3.0-SNAPSHOT, release 3.0 final before platform 3.0 final, give it its own version life thereafter (3.1, 3.2, etc)
* Groupid: org.xwiki.commons
* Artifact id: xwiki-commons-* (instead of xwiki-core-*)
* The following modules will be moved now:
- xwiki-xml (the script service will stay in platform)
- xwiki-component-api
- xwiki-component-default
- xwiki-component-observation
- xwiki-configuration-api
- xwiki-container-api (need to remove dep on xwiki-url for now)
- xwiki-context
- xwiki-observation-*
- xwiki-properties
- xwiki-cache-*
- xwiki-velocity (script service needs to stay in platform, dependency on container-servlet needs to be removed or stay in platform/
- xwiki-management
* The following will be moved at a later time:
- xwiki-component-multi (keep the wiki/user/space impls in platform but move the rest)
- xwiki-configuration-default (default impl for properties only should be moved)
- xwiki-classloader (when we separate the part that is related to xwiki)
- xwiki-action (not ready to be moved)
- xwiki-url-* (after we introduce xwiki-resources, right now depends on xwiki-model)
* Please correct me if I've forgotten some modules or forgotten dependencies I haven't seen. The idea is that we should move at the very minimum right now all dependencies used by XWiki Rendering.
Here's my +1
Thanks
-Vincent
Hi devs,
I'd like to give a public kudo to Sergiu for being so active and fixing so many varied bugs in the platform.
I don't have stats at hand but I'm impressed by how much Sergiu is fixing and his breadth of knowledge of the platform.
Well done Sergiu!
-Vincent
Hello fellow developers,
what is the best way to listen to login events?
Is there a notification of some sort?
For any session creation or destruction?
thanks in advance
paul