[jira] [Commented] (WICKET-5827) Allow to apply multiple Javascript / CSS compressors

2015-02-13 Thread Tobias Soloschenko (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14319828#comment-14319828
 ] 

Tobias Soloschenko commented on WICKET-5827:


Ok, I'm going to update it today.

Thank you for the great work!

 Allow to apply multiple Javascript / CSS compressors
 

 Key: WICKET-5827
 URL: https://issues.apache.org/jira/browse/WICKET-5827
 Project: Wicket
  Issue Type: New Feature
  Components: wicket
Affects Versions: 6.20.0, 7.0.0-M6
Reporter: Tobias Soloschenko
Assignee: Martin Grigorov
Priority: Minor
  Labels: features

 It would be nice to be able to add several css and javascript compressions in 
 a chain. Example for CSS:
 CssRemoveCommentsCompressor  CssUrlReplacementCompressor  
 CssMinifyCompressor
 The same would be nice for JavaScript files.
 https://github.com/apache/wicket/pull/88
 https://github.com/apache/wicket/pull/87



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WICKET-5827) Allow to apply multiple Javascript / CSS compressors

2015-02-13 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14320065#comment-14320065
 ] 

ASF GitHub Bot commented on WICKET-5827:


Github user klopfdreh commented on the pull request:

https://github.com/apache/wicket/pull/88#issuecomment-74252732
  
Linked JIRA ticket: https://issues.apache.org/jira/browse/WICKET-5827


 Allow to apply multiple Javascript / CSS compressors
 

 Key: WICKET-5827
 URL: https://issues.apache.org/jira/browse/WICKET-5827
 Project: Wicket
  Issue Type: New Feature
  Components: wicket
Affects Versions: 6.20.0, 7.0.0-M6
Reporter: Tobias Soloschenko
Assignee: Martin Grigorov
Priority: Minor
  Labels: features

 It would be nice to be able to add several css and javascript compressions in 
 a chain. Example for CSS:
 CssRemoveCommentsCompressor  CssUrlReplacementCompressor  
 CssMinifyCompressor
 The same would be nice for JavaScript files.
 https://github.com/apache/wicket/pull/88
 https://github.com/apache/wicket/pull/87



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WICKET-5314) AbstractAutoCompleteBehavior does not support AjaxChannels

2015-02-13 Thread Andrea Del Bene (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14320070#comment-14320070
 ] 

Andrea Del Bene commented on WICKET-5314:
-

Hi Sven,

I also agree to remove parameterName. I will work on it as soon as possible.

 AbstractAutoCompleteBehavior does not support AjaxChannels
 --

 Key: WICKET-5314
 URL: https://issues.apache.org/jira/browse/WICKET-5314
 Project: Wicket
  Issue Type: Improvement
  Components: wicket-extensions
Affects Versions: 6.9.1
Reporter: Martin Sturm
Assignee: Andrea Del Bene
Priority: Trivial
 Fix For: 7.0.0-M6


 Setting an AjaxChannel in updateAjaxAttributes does not have any effect. The 
 JavaScript implementation actually does not know anything about channels. I 
 would fix it if you say me the correct branch for the next 6.x release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (WICKET-5827) Allow to apply multiple Javascript / CSS compressors

2015-02-13 Thread Tobias Soloschenko (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14320046#comment-14320046
 ] 

Tobias Soloschenko edited comment on WICKET-5827 at 2/13/15 1:05 PM:
-

I applied another commit and run 'mvn install' but it fails with an exception:

Caused by: org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in 
constant pool: 18

In addition there are some unit tests that are failing, but I don't think that 
it has something to do with the changes we made. The order of the ajax 
parameters changed.

See here: 
https://github.com/klopfdreh/wicket/commit/a65b85bc06a19cccf0f1fe32d6da073a765d0326


was (Author: klopfdreh):
I applied another commit and run 'mvn install' but it fails with an exception:

Caused by: org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in 
constant pool: 18

In addition there are some unit tests that are failing, but I don't think that 
it has something to do with the changes we made. The order of the ajax 
parameters changed.

 Allow to apply multiple Javascript / CSS compressors
 

 Key: WICKET-5827
 URL: https://issues.apache.org/jira/browse/WICKET-5827
 Project: Wicket
  Issue Type: New Feature
  Components: wicket
Affects Versions: 6.20.0, 7.0.0-M6
Reporter: Tobias Soloschenko
Assignee: Martin Grigorov
Priority: Minor
  Labels: features

 It would be nice to be able to add several css and javascript compressions in 
 a chain. Example for CSS:
 CssRemoveCommentsCompressor  CssUrlReplacementCompressor  
 CssMinifyCompressor
 The same would be nice for JavaScript files.
 https://github.com/apache/wicket/pull/88
 https://github.com/apache/wicket/pull/87



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WICKET-5314) AbstractAutoCompleteBehavior does not support AjaxChannels

2015-02-13 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14320127#comment-14320127
 ] 

ASF subversion and git services commented on WICKET-5314:
-

Commit 9bf1db7d5deaba34b0bfba233976778c0c496555 in wicket's branch 
refs/heads/master from [~svenmeier]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=9bf1db7 ]

WICKET-5314


 AbstractAutoCompleteBehavior does not support AjaxChannels
 --

 Key: WICKET-5314
 URL: https://issues.apache.org/jira/browse/WICKET-5314
 Project: Wicket
  Issue Type: Improvement
  Components: wicket-extensions
Affects Versions: 6.9.1
Reporter: Martin Sturm
Assignee: Andrea Del Bene
Priority: Trivial
 Fix For: 7.0.0-M6


 Setting an AjaxChannel in updateAjaxAttributes does not have any effect. The 
 JavaScript implementation actually does not know anything about channels. I 
 would fix it if you say me the correct branch for the next 6.x release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WICKET-5827) Allow to apply multiple Javascript / CSS compressors

2015-02-13 Thread Tobias Soloschenko (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14320046#comment-14320046
 ] 

Tobias Soloschenko commented on WICKET-5827:


I applied another commit and run 'mvn install' but it fails with an exception:

Caused by: org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in 
constant pool: 18

In addition there are some unit tests that are failing, but I don't think that 
it has something to do with the changes we made. The order of the ajax 
parameters changed.

 Allow to apply multiple Javascript / CSS compressors
 

 Key: WICKET-5827
 URL: https://issues.apache.org/jira/browse/WICKET-5827
 Project: Wicket
  Issue Type: New Feature
  Components: wicket
Affects Versions: 6.20.0, 7.0.0-M6
Reporter: Tobias Soloschenko
Assignee: Martin Grigorov
Priority: Minor
  Labels: features

 It would be nice to be able to add several css and javascript compressions in 
 a chain. Example for CSS:
 CssRemoveCommentsCompressor  CssUrlReplacementCompressor  
 CssMinifyCompressor
 The same would be nice for JavaScript files.
 https://github.com/apache/wicket/pull/88
 https://github.com/apache/wicket/pull/87



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WICKET-5314) AbstractAutoCompleteBehavior does not support AjaxChannels

2015-02-13 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14320202#comment-14320202
 ] 

ASF subversion and git services commented on WICKET-5314:
-

Commit 2c67993493017155447635e43c9a15ab23551d01 in wicket's branch 
refs/heads/master from [~bitstorm]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=2c67993 ]

WICKET-5314 (minor code clean up)


 AbstractAutoCompleteBehavior does not support AjaxChannels
 --

 Key: WICKET-5314
 URL: https://issues.apache.org/jira/browse/WICKET-5314
 Project: Wicket
  Issue Type: Improvement
  Components: wicket-extensions
Affects Versions: 6.9.1
Reporter: Martin Sturm
Assignee: Andrea Del Bene
Priority: Trivial
 Fix For: 7.0.0-M6


 Setting an AjaxChannel in updateAjaxAttributes does not have any effect. The 
 JavaScript implementation actually does not know anything about channels. I 
 would fix it if you say me the correct branch for the next 6.x release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


wicket git commit: WICKET-5314 (minor code clean up)

2015-02-13 Thread adelbene
Repository: wicket
Updated Branches:
  refs/heads/master 9bf1db7d5 - 2c6799349


WICKET-5314 (minor code clean up)


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/2c679934
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/2c679934
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/2c679934

Branch: refs/heads/master
Commit: 2c67993493017155447635e43c9a15ab23551d01
Parents: 9bf1db7
Author: Andrea Del Bene adelb...@apache.org
Authored: Fri Feb 13 16:01:46 2015 +0100
Committer: Andrea Del Bene adelb...@apache.org
Committed: Fri Feb 13 16:01:46 2015 +0100

--
 .../markup/html/autocomplete/AutoCompleteBehavior.java| 10 --
 1 file changed, 10 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/wicket/blob/2c679934/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteBehavior.java
--
diff --git 
a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteBehavior.java
 
b/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteBehavior.java
index f76f7aa..4ec1e99 100644
--- 
a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteBehavior.java
+++ 
b/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteBehavior.java
@@ -19,7 +19,6 @@ package 
org.apache.wicket.extensions.ajax.markup.html.autocomplete;
 import java.util.Iterator;
 
 import org.apache.wicket.Application;
-import org.apache.wicket.ajax.attributes.AjaxRequestAttributes;
 import org.apache.wicket.request.IRequestCycle;
 import org.apache.wicket.request.IRequestHandler;
 import org.apache.wicket.request.cycle.RequestCycle;
@@ -87,15 +86,6 @@ public abstract class AutoCompleteBehaviorT extends 
AbstractAutoCompleteBehavi
}
 
@Override
-   protected void updateAjaxAttributes(AjaxRequestAttributes attributes)
-   {
-   super.updateAjaxAttributes(attributes);
-
-   attributes.setWicketAjaxResponse(false);
-   attributes.setDataType(html);
-   }
-
-   @Override
protected final void onRequest(final String val, final RequestCycle 
requestCycle)
{
IRequestHandler target = new IRequestHandler()



wicket git commit: WICKET-5314

2015-02-13 Thread svenmeier
Repository: wicket
Updated Branches:
  refs/heads/master be3ed3d38 - 9bf1db7d5


WICKET-5314


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9bf1db7d
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/9bf1db7d
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/9bf1db7d

Branch: refs/heads/master
Commit: 9bf1db7d5deaba34b0bfba233976778c0c496555
Parents: be3ed3d
Author: Sven Meier svenme...@apache.org
Authored: Fri Feb 13 15:22:20 2015 +0100
Committer: Sven Meier svenme...@apache.org
Committed: Fri Feb 13 15:22:20 2015 +0100

--
 .../autocomplete/AutoCompleteTextField.java | 13 +++
 .../html/autocomplete/wicket-autocomplete.js| 41 +++-
 2 files changed, 36 insertions(+), 18 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/wicket/blob/9bf1db7d/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteTextField.java
--
diff --git 
a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteTextField.java
 
b/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteTextField.java
index b31bff3..79b86ea 100644
--- 
a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteTextField.java
+++ 
b/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteTextField.java
@@ -19,6 +19,7 @@ package 
org.apache.wicket.extensions.ajax.markup.html.autocomplete;
 import java.util.Iterator;
 
 import org.apache.wicket.ConverterLocator;
+import org.apache.wicket.ajax.attributes.AjaxRequestAttributes;
 import org.apache.wicket.behavior.Behavior;
 import org.apache.wicket.markup.ComponentTag;
 import org.apache.wicket.markup.html.form.TextField;
@@ -233,9 +234,21 @@ public abstract class AutoCompleteTextFieldT extends 
TextFieldT
{
return 
AutoCompleteTextField.this.getChoices(input);
}
+   
+   @Override
+   protected void 
updateAjaxAttributes(AjaxRequestAttributes attributes)
+   {
+   super.updateAjaxAttributes(attributes);
+   
+   
AutoCompleteTextField.this.updateAjaxAttributes(attributes);
+   }
};
}
 
+   protected void updateAjaxAttributes(AjaxRequestAttributes attributes)
+   {
+   }
+
/**
 * Initializes the {@link AutoCompleteBehavior} if it is not already 
there.
 */

http://git-wip-us.apache.org/repos/asf/wicket/blob/9bf1db7d/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
--
diff --git 
a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
 
b/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
index c5d89fb..0e1e4b9 100644
--- 
a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
+++ 
b/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
@@ -343,27 +343,32 @@
function prepareAndExecuteAjaxUpdate(successHandler, 
currentInput){
showIndicator();
 
-   var settings = jQuery.extend(true, {
-   pre: [ function (attributes) {
-   var activeIsInitial = 
(document.activeElement === initialElement);
-   var elementVal = 
Wicket.$(elementId).value;
-   var hasMinimumLength = 
elementVal.length = minInputLength;
-   
-   var result = hasMinimumLength  
activeIsInitial;
-   
-   if (!result) {
-   hideAutoComplete();
-   }
+   var attrs = jQuery.extend({}, ajaxAttributes);
+
+   attrs.c = undefined;
+
+   attrs.pre = attrs.pre || [];
+   attrs.pre.push(function (attributes) {
+   var activeIsInitial = (document.activeElement 
=== initialElement);
+ 

[jira] [Commented] (WICKET-5314) AbstractAutoCompleteBehavior does not support AjaxChannels

2015-02-13 Thread Sven Meier (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14320162#comment-14320162
 ] 

Sven Meier commented on WICKET-5314:


Hi Andrea,

array attributes weren't merged properly anyways (success handlers and 
preconditions from the server side were ignored), so I rewrote the JavaScript.
Now the value is sent solely with 'q' as before - who knows what people use 
that for ;).

 AbstractAutoCompleteBehavior does not support AjaxChannels
 --

 Key: WICKET-5314
 URL: https://issues.apache.org/jira/browse/WICKET-5314
 Project: Wicket
  Issue Type: Improvement
  Components: wicket-extensions
Affects Versions: 6.9.1
Reporter: Martin Sturm
Assignee: Andrea Del Bene
Priority: Trivial
 Fix For: 7.0.0-M6


 Setting an AjaxChannel in updateAjaxAttributes does not have any effect. The 
 JavaScript implementation actually does not know anything about channels. I 
 would fix it if you say me the correct branch for the next 6.x release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (WICKET-5835) InlineEnclosure doesn't call child.configure() before updating its visilbity

2015-02-13 Thread Andrea Del Bene (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-5835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Del Bene reassigned WICKET-5835:
---

Assignee: Andrea Del Bene

 InlineEnclosure doesn't call child.configure() before updating its visilbity
 

 Key: WICKET-5835
 URL: https://issues.apache.org/jira/browse/WICKET-5835
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 6.19.0
 Environment: Any
Reporter: Raoul Zander
Assignee: Andrea Del Bene
Priority: Minor
  Labels: enclosure

 org.apache.wicket.markup.html.internal.InlineEnclosure.updateVisibility()
 should propably call child.configure() before the visibility of the 
 InlineEnclosure is set to the visibility of the child.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WICKET-5835) InlineEnclosure doesn't call child.configure() before updating its visilbity

2015-02-13 Thread Andrea Del Bene (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14320322#comment-14320322
 ] 

Andrea Del Bene commented on WICKET-5835:
-

Hi,

could you provide a quickstart or some code that shows how this can create a 
problem or a wrong behavior?

 InlineEnclosure doesn't call child.configure() before updating its visilbity
 

 Key: WICKET-5835
 URL: https://issues.apache.org/jira/browse/WICKET-5835
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 6.19.0
 Environment: Any
Reporter: Raoul Zander
Priority: Minor
  Labels: enclosure

 org.apache.wicket.markup.html.internal.InlineEnclosure.updateVisibility()
 should propably call child.configure() before the visibility of the 
 InlineEnclosure is set to the visibility of the child.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (WICKET-5836) Update the version of clirr-maven-plugin (current 2.6.1)

2015-02-13 Thread Tobias Soloschenko (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-5836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tobias Soloschenko updated WICKET-5836:
---
Affects Version/s: 6.20.0

 Update the version of clirr-maven-plugin (current 2.6.1)
 

 Key: WICKET-5836
 URL: https://issues.apache.org/jira/browse/WICKET-5836
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 6.20.0, 7.0.0-M6
Reporter: Tobias Soloschenko
Priority: Minor

 This ticket is targeting Wicket 8.x (No Affects Version 8.0.0 at the moment), 
 because the current version of the clirr plugin 2.6.1 isn't compatible with 
 Java 8. At the moment there is no version higher then 2.6.1 so we have to 
 wait until release.
 It is using BCEL 5 as dependency, in BCEL 6 this issue is fixed.
 More information can be found here: 
 http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3ccaczkxpzs2nxtvk5sejfyikvhp2817ey2b+7rak0w_nuyzha...@mail.gmail.com%3E
 http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3c11f48c22-60d5-4a94-8ed2-42cccfefa...@email.android.com%3E



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (WICKET-5836) Update the version of clirr-maven-plugin (current 2.6.1)

2015-02-13 Thread Tobias Soloschenko (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-5836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tobias Soloschenko updated WICKET-5836:
---
Description: 
This ticket is targeting Wicket 8.x (No Affects Version 8.0.0 at the moment), 
because the current version of the clirr plugin 2.6.1 isn't compatible with 
Java 8. At the moment there is no version higher then 2.6.1 so we have to wait 
until release.

It is using BCEL 5 as dependency, in BCEL 6 this issue is fixed.

More information can be found here: 

http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3ccaczkxpzs2nxtvk5sejfyikvhp2817ey2b+7rak0w_nuyzha...@mail.gmail.com%3E

http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3c11f48c22-60d5-4a94-8ed2-42cccfefa...@email.android.com%3E

  was:
This ticket is targeting Wicket 8.x (No Affects Version 8.0.0 at the moment), 
because the current version of the clirr plugin 2.6.1 isn't compatible with 
Java 8.

It is using BCEL 5 as dependency, in BCEL 6 this issue is fixed.

More information can be found here: 

http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3ccaczkxpzs2nxtvk5sejfyikvhp2817ey2b+7rak0w_nuyzha...@mail.gmail.com%3E

http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3c11f48c22-60d5-4a94-8ed2-42cccfefa...@email.android.com%3E


 Update the version of clirr-maven-plugin (current 2.6.1)
 

 Key: WICKET-5836
 URL: https://issues.apache.org/jira/browse/WICKET-5836
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 7.0.0-M6
Reporter: Tobias Soloschenko
Priority: Minor

 This ticket is targeting Wicket 8.x (No Affects Version 8.0.0 at the moment), 
 because the current version of the clirr plugin 2.6.1 isn't compatible with 
 Java 8. At the moment there is no version higher then 2.6.1 so we have to 
 wait until release.
 It is using BCEL 5 as dependency, in BCEL 6 this issue is fixed.
 More information can be found here: 
 http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3ccaczkxpzs2nxtvk5sejfyikvhp2817ey2b+7rak0w_nuyzha...@mail.gmail.com%3E
 http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3c11f48c22-60d5-4a94-8ed2-42cccfefa...@email.android.com%3E



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WICKET-5827) Allow to apply multiple Javascript / CSS compressors

2015-02-13 Thread Tobias Soloschenko (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14320402#comment-14320402
 ] 

Tobias Soloschenko commented on WICKET-5827:


Seems to be a local issue because if I check out the branch (569d1f2) 
569d1f21d40682f96c947874db512d49197e211f - the clirr errors still exist.

 Allow to apply multiple Javascript / CSS compressors
 

 Key: WICKET-5827
 URL: https://issues.apache.org/jira/browse/WICKET-5827
 Project: Wicket
  Issue Type: New Feature
  Components: wicket
Affects Versions: 6.20.0, 7.0.0-M6
Reporter: Tobias Soloschenko
Assignee: Martin Grigorov
Priority: Minor
  Labels: features

 It would be nice to be able to add several css and javascript compressions in 
 a chain. Example for CSS:
 CssRemoveCommentsCompressor  CssUrlReplacementCompressor  
 CssMinifyCompressor
 The same would be nice for JavaScript files.
 https://github.com/apache/wicket/pull/88
 https://github.com/apache/wicket/pull/87



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (WICKET-5827) Allow to apply multiple Javascript / CSS compressors

2015-02-13 Thread Tobias Soloschenko (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14320402#comment-14320402
 ] 

Tobias Soloschenko edited comment on WICKET-5827 at 2/13/15 5:20 PM:
-

Seems to be a local issue because if I check out the commit (569d1f2) 
569d1f21d40682f96c947874db512d49197e211f - the clirr errors still exist.


was (Author: klopfdreh):
Seems to be a local issue because if I check out the branch (569d1f2) 
569d1f21d40682f96c947874db512d49197e211f - the clirr errors still exist.

 Allow to apply multiple Javascript / CSS compressors
 

 Key: WICKET-5827
 URL: https://issues.apache.org/jira/browse/WICKET-5827
 Project: Wicket
  Issue Type: New Feature
  Components: wicket
Affects Versions: 6.20.0, 7.0.0-M6
Reporter: Tobias Soloschenko
Assignee: Martin Grigorov
Priority: Minor
  Labels: features

 It would be nice to be able to add several css and javascript compressions in 
 a chain. Example for CSS:
 CssRemoveCommentsCompressor  CssUrlReplacementCompressor  
 CssMinifyCompressor
 The same would be nice for JavaScript files.
 https://github.com/apache/wicket/pull/88
 https://github.com/apache/wicket/pull/87



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (WICKET-5836) Update the version of clirr-maven-plugin (current 2.6.1)

2015-02-13 Thread Tobias Soloschenko (JIRA)
Tobias Soloschenko created WICKET-5836:
--

 Summary: Update the version of clirr-maven-plugin (current 2.6.1)
 Key: WICKET-5836
 URL: https://issues.apache.org/jira/browse/WICKET-5836
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 7.0.0-M6
Reporter: Tobias Soloschenko
Priority: Minor


This ticket is targeting Wicket 8.x (No Affects Version 8.0.0 at the moment), 
because the current version of the clirr plugin 2.6.1 isn't compatible with 
Java 8.

It is using BCEL 5 as dependency, in BCEL 6 this issue is fixed.

More information can be found here: 

http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3ccaczkxpzs2nxtvk5sejfyikvhp2817ey2b+7rak0w_nuyzha...@mail.gmail.com%3E

http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3c11f48c22-60d5-4a94-8ed2-42cccfefa...@email.android.com%3E



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WICKET-5827) Allow to apply multiple Javascript / CSS compressors

2015-02-13 Thread Tobias Soloschenko (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14320463#comment-14320463
 ] 

Tobias Soloschenko commented on WICKET-5827:


https://issues.apache.org/jira/browse/WICKET-5836

 Allow to apply multiple Javascript / CSS compressors
 

 Key: WICKET-5827
 URL: https://issues.apache.org/jira/browse/WICKET-5827
 Project: Wicket
  Issue Type: New Feature
  Components: wicket
Affects Versions: 6.20.0, 7.0.0-M6
Reporter: Tobias Soloschenko
Assignee: Martin Grigorov
Priority: Minor
  Labels: features

 It would be nice to be able to add several css and javascript compressions in 
 a chain. Example for CSS:
 CssRemoveCommentsCompressor  CssUrlReplacementCompressor  
 CssMinifyCompressor
 The same would be nice for JavaScript files.
 https://github.com/apache/wicket/pull/88
 https://github.com/apache/wicket/pull/87



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WICKET-5827) Allow to apply multiple Javascript / CSS compressors

2015-02-13 Thread Tobias Soloschenko (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14320423#comment-14320423
 ] 

Tobias Soloschenko commented on WICKET-5827:


Got it now Clirr is currently not compatible with Java 1.8 (I'm using 1.8):

http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3ccaczkxpzs2nxtvk5sejfyikvhp2817ey2b+7rak0w_nuyzha...@mail.gmail.com%3E

 Allow to apply multiple Javascript / CSS compressors
 

 Key: WICKET-5827
 URL: https://issues.apache.org/jira/browse/WICKET-5827
 Project: Wicket
  Issue Type: New Feature
  Components: wicket
Affects Versions: 6.20.0, 7.0.0-M6
Reporter: Tobias Soloschenko
Assignee: Martin Grigorov
Priority: Minor
  Labels: features

 It would be nice to be able to add several css and javascript compressions in 
 a chain. Example for CSS:
 CssRemoveCommentsCompressor  CssUrlReplacementCompressor  
 CssMinifyCompressor
 The same would be nice for JavaScript files.
 https://github.com/apache/wicket/pull/88
 https://github.com/apache/wicket/pull/87



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


svn commit: r1659673 - in /wicket/common/site/trunk: _posts/2014/2015-02-13-wicket-1.5.13-released.md _site/2015/02/13/wicket-1.5.13-released.html _site/atom.xml _site/index.html

2015-02-13 Thread mgrigorov
Author: mgrigorov
Date: Fri Feb 13 20:40:59 2015
New Revision: 1659673

URL: http://svn.apache.org/r1659673
Log:
Fix a typo


Modified:
wicket/common/site/trunk/_posts/2014/2015-02-13-wicket-1.5.13-released.md
wicket/common/site/trunk/_site/2015/02/13/wicket-1.5.13-released.html
wicket/common/site/trunk/_site/atom.xml
wicket/common/site/trunk/_site/index.html

Modified: 
wicket/common/site/trunk/_posts/2014/2015-02-13-wicket-1.5.13-released.md
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_posts/2014/2015-02-13-wicket-1.5.13-released.md?rev=1659673r1=1659672r2=1659673view=diff
==
--- wicket/common/site/trunk/_posts/2014/2015-02-13-wicket-1.5.13-released.md 
(original)
+++ wicket/common/site/trunk/_posts/2014/2015-02-13-wicket-1.5.13-released.md 
Fri Feb 13 20:40:59 2015
@@ -3,7 +3,7 @@ layout: post
 title: Wicket 1.5.13 released
 ---
 
-This is the thirdteenth maintenance release of the Wicket 1.5.x series. This 
release brings over 1 bug fix and 1 improvement.
+This is the thirteenth maintenance release of the Wicket 1.5.x series. This 
release brings over 1 bug fix and 1 improvement.
 
 * [Git 
tag](https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.13)
 * 
[Changelog](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561version=12328347)

Modified: wicket/common/site/trunk/_site/2015/02/13/wicket-1.5.13-released.html
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2015/02/13/wicket-1.5.13-released.html?rev=1659673r1=1659672r2=1659673view=diff
==
--- wicket/common/site/trunk/_site/2015/02/13/wicket-1.5.13-released.html 
(original)
+++ wicket/common/site/trunk/_site/2015/02/13/wicket-1.5.13-released.html Fri 
Feb 13 20:40:59 2015
@@ -186,7 +186,7 @@
 
div id=contentbody
h1Wicket 1.5.13 released/h1
-   pThis is the thirdteenth maintenance release of the 
Wicket 1.5.x series. This release brings over 1 bug fix and 1 improvement./p
+   pThis is the thirteenth maintenance release of the 
Wicket 1.5.x series. This release brings over 1 bug fix and 1 improvement./p
 
 ul
   lia 
href=https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.13;Git
 tag/a/li

Modified: wicket/common/site/trunk/_site/atom.xml
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/atom.xml?rev=1659673r1=1659672r2=1659673view=diff
==
--- wicket/common/site/trunk/_site/atom.xml (original)
+++ wicket/common/site/trunk/_site/atom.xml Fri Feb 13 20:40:59 2015
@@ -4,7 +4,7 @@
  titleApache Wicket/title
  link href=http://wicket.apache.org/atom.xml; rel=self/
  link href=http://wicket.apache.org//
- updated2015-02-13T22:36:29+02:00/updated
+ updated2015-02-13T22:40:30+02:00/updated
  idhttp://wicket.apache.org//id
  author
nameApache Wicket/name
@@ -17,7 +17,7 @@
link 
href=http://wicket.apache.org/2015/02/13/wicket-1.5.13-released.html/
updated2015-02-13T00:00:00+02:00/updated
idhttp://wicket.apache.org/2015/02/13/wicket-1.5.13-released/id
-   content type=htmllt;pgt;This is the thirdteenth maintenance release 
of the Wicket 1.5.x series. This release brings over 1 bug fix and 1 
improvement.lt;/pgt;
+   content type=htmllt;pgt;This is the thirteenth maintenance release of 
the Wicket 1.5.x series. This release brings over 1 bug fix and 1 
improvement.lt;/pgt;
 
 lt;ulgt;
   lt;ligt;lt;a 
href=quot;https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.13quot;gt;Git
 taglt;/agt;lt;/ligt;

Modified: wicket/common/site/trunk/_site/index.html
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/index.html?rev=1659673r1=1659672r2=1659673view=diff
==
--- wicket/common/site/trunk/_site/index.html (original)
+++ wicket/common/site/trunk/_site/index.html Fri Feb 13 20:40:59 2015
@@ -205,7 +205,7 @@ reusable components written with plain J
 2.0/a./p
 
 h1 id=wicket-1513-released20150213wicket-1513-releasedhtmla 
href=/2015/02/13/wicket-1.5.13-released.htmlWicket 1.5.13 released/a/h1
-pThis is the thirdteenth maintenance release of the Wicket 1.5.x series. 
This release brings over 1 bug fix and 1 improvement./p
+pThis is the thirteenth maintenance release of the Wicket 1.5.x series. This 
release brings over 1 bug fix and 1 improvement./p
 
 ul
   lia 
href=https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.13;Git
 tag/a/li




[jira] [Updated] (WICKET-5836) Update the version of clirr-maven-plugin (current 2.6.1)

2015-02-13 Thread Tobias Soloschenko (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-5836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tobias Soloschenko updated WICKET-5836:
---
Description: 
This ticket is targeting Wicket 8.x (No Affects Version 8.0.0 at the moment), 
because the current version of the clirr plugin 2.6.1 isn't compatible with 
Java 8. At the moment there is no version higher then 2.6.1 so we have to wait 
until release.

More information can be found here: 

http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3ccaczkxpzs2nxtvk5sejfyikvhp2817ey2b+7rak0w_nuyzha...@mail.gmail.com%3E

http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3c11f48c22-60d5-4a94-8ed2-42cccfefa...@email.android.com%3E

  was:
This ticket is targeting Wicket 8.x (No Affects Version 8.0.0 at the moment), 
because the current version of the clirr plugin 2.6.1 isn't compatible with 
Java 8. At the moment there is no version higher then 2.6.1 so we have to wait 
until release.

It is using BCEL 5 as dependency, in BCEL 6 this issue is fixed.

More information can be found here: 

http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3ccaczkxpzs2nxtvk5sejfyikvhp2817ey2b+7rak0w_nuyzha...@mail.gmail.com%3E

http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3c11f48c22-60d5-4a94-8ed2-42cccfefa...@email.android.com%3E


 Update the version of clirr-maven-plugin (current 2.6.1)
 

 Key: WICKET-5836
 URL: https://issues.apache.org/jira/browse/WICKET-5836
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 6.20.0, 7.0.0-M6
Reporter: Tobias Soloschenko
Priority: Minor

 This ticket is targeting Wicket 8.x (No Affects Version 8.0.0 at the moment), 
 because the current version of the clirr plugin 2.6.1 isn't compatible with 
 Java 8. At the moment there is no version higher then 2.6.1 so we have to 
 wait until release.
 More information can be found here: 
 http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3ccaczkxpzs2nxtvk5sejfyikvhp2817ey2b+7rak0w_nuyzha...@mail.gmail.com%3E
 http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3c11f48c22-60d5-4a94-8ed2-42cccfefa...@email.android.com%3E



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Git Push Summary

2015-02-13 Thread mgrigorov
Repository: wicket
Updated Tags:  refs/tags/wicket-1.5.13 [created] 850314f4b


[jira] [Updated] (WICKET-5836) Update the version of clirr-maven-plugin (current 2.6.1)

2015-02-13 Thread Tobias Soloschenko (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-5836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tobias Soloschenko updated WICKET-5836:
---
Description: 
This ticket is targeting Wicket 8.x (No Affects Version 8.0.0 at the moment), 
because the current version of the clirr plugin 2.6.1 isn't compatible with 
Java 8. At the moment there is no version higher then 2.6.1 so we have to wait 
until release.

More information can be found here: 

http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3ccaczkxpzs2nxtvk5sejfyikvhp2817ey2b+7rak0w_nuyzha...@mail.gmail.com%3E

http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3c11f48c22-60d5-4a94-8ed2-42cccfefa...@email.android.com%3E

Here the correlating tickets:

https://issues.apache.org/jira/browse/BCEL-173
https://issues.apache.org/jira/browse/BCEL-174
https://issues.apache.org/jira/browse/BCEL-175

  was:
This ticket is targeting Wicket 8.x (No Affects Version 8.0.0 at the moment), 
because the current version of the clirr plugin 2.6.1 isn't compatible with 
Java 8. At the moment there is no version higher then 2.6.1 so we have to wait 
until release.

More information can be found here: 

http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3ccaczkxpzs2nxtvk5sejfyikvhp2817ey2b+7rak0w_nuyzha...@mail.gmail.com%3E

http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3c11f48c22-60d5-4a94-8ed2-42cccfefa...@email.android.com%3E


 Update the version of clirr-maven-plugin (current 2.6.1)
 

 Key: WICKET-5836
 URL: https://issues.apache.org/jira/browse/WICKET-5836
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 6.20.0, 7.0.0-M6
Reporter: Tobias Soloschenko
Priority: Minor

 This ticket is targeting Wicket 8.x (No Affects Version 8.0.0 at the moment), 
 because the current version of the clirr plugin 2.6.1 isn't compatible with 
 Java 8. At the moment there is no version higher then 2.6.1 so we have to 
 wait until release.
 More information can be found here: 
 http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3ccaczkxpzs2nxtvk5sejfyikvhp2817ey2b+7rak0w_nuyzha...@mail.gmail.com%3E
 http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3c11f48c22-60d5-4a94-8ed2-42cccfefa...@email.android.com%3E
 Here the correlating tickets:
 https://issues.apache.org/jira/browse/BCEL-173
 https://issues.apache.org/jira/browse/BCEL-174
 https://issues.apache.org/jira/browse/BCEL-175



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


svn commit: r1659670 - in /wicket/common/site/trunk: _posts/2014/2015-02-13-wicket-1.5.13-released.md _site/2015/02/13/ _site/2015/02/13/wicket-1.5.13-released.html _site/atom.xml _site/index.html

2015-02-13 Thread mgrigorov
Author: mgrigorov
Date: Fri Feb 13 20:37:21 2015
New Revision: 1659670

URL: http://svn.apache.org/r1659670
Log:
Announce 1.5.13


Added:
wicket/common/site/trunk/_posts/2014/2015-02-13-wicket-1.5.13-released.md
wicket/common/site/trunk/_site/2015/02/13/
wicket/common/site/trunk/_site/2015/02/13/wicket-1.5.13-released.html
Modified:
wicket/common/site/trunk/_site/atom.xml
wicket/common/site/trunk/_site/index.html

Added: wicket/common/site/trunk/_posts/2014/2015-02-13-wicket-1.5.13-released.md
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_posts/2014/2015-02-13-wicket-1.5.13-released.md?rev=1659670view=auto
==
--- wicket/common/site/trunk/_posts/2014/2015-02-13-wicket-1.5.13-released.md 
(added)
+++ wicket/common/site/trunk/_posts/2014/2015-02-13-wicket-1.5.13-released.md 
Fri Feb 13 20:37:21 2015
@@ -0,0 +1,18 @@
+---
+layout: post
+title: Wicket 1.5.13 released
+---
+
+This is the thirdteenth maintenance release of the Wicket 1.5.x series. This 
release brings over 1 bug fix and 1 improvement.
+
+* [Git 
tag](https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.13)
+* 
[Changelog](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561version=12328347)
+* To use in Maven:
+{% highlight xml %}
+dependency
+groupIdorg.apache.wicket/groupId
+artifactIdwicket-core/artifactId
+version1.5.13/version
+/dependency
+{% endhighlight %}
+* Download the [full 
distribution](http://www.apache.org/dyn/closer.cgi/wicket/1.5.13) (including 
sources)

Added: wicket/common/site/trunk/_site/2015/02/13/wicket-1.5.13-released.html
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2015/02/13/wicket-1.5.13-released.html?rev=1659670view=auto
==
--- wicket/common/site/trunk/_site/2015/02/13/wicket-1.5.13-released.html 
(added)
+++ wicket/common/site/trunk/_site/2015/02/13/wicket-1.5.13-released.html Fri 
Feb 13 20:37:21 2015
@@ -0,0 +1,219 @@
+!DOCTYPE html
+html
+head
+titleApache Wicket - Wicket 1.5.13 released/title
+
+   link rel=stylesheet href=/css/screen.css type=text/css 
media=screen /
+
+!--[if lt ie 7]
+   link rel=stylesheet href=/css/ie.css type=text/css 
media=screen /
+![endif]--
+link rel=shortcut icon href=/favicon.ico 
type=image/vnd.microsoft.icon /
+   link rel=alternate type=application/atom+xml href=/atom.xml /
+   meta http-equiv=content-type content=text/html;charset=utf-8 /
+/head
+body
+div id=container
+div id=content
+div id=headera href=/h1 id=logospanApache 
Wicket/span/h1/a/div
+   div id=navigation
+   h5a name=Navigation-Wicket/aMeet Wicket/h5
+   ul
+   li
+   a href=/ title=IndexHome/a
+   /li
+   li
+   a href=/meet/introduction.html 
title=IntroductionIntroduction/a
+   /li
+   li
+   a href=/meet/features.html 
title=FeaturesFeatures/a
+   /li
+   li
+   a href=/meet/buzz.html title=BuzzBuzz/a
+   /li
+   li
+   a href=/meet/vision.html title=VisionVision/a
+   /li
+   li
+   a href=/meet/blogs.html title=BlogsBlogs/a
+   /li
+   /ul
+   h5
+   a name=Navigation-GettingStarted 
id=Navigation-GettingStarted/aGet Started
+   /h5
+   ul
+   li
+   a href=/start/download.html title=Download 
WicketDownload Wicket/a
+   /li
+   li
+   a href=/start/quickstart.html title=Getting started 
via a Maven ArchetypeQuickstart/a
+   /li
+   li
+   a href=http://www.jweekend.com/dev/LegUp; 
rel=nofollowMore archetypes/a
+   /li
+   li
+   a href=/help title=Get helpGet help/a
+   /li
+   li
+   a href=/help/email.html title=Wicket Mailing 
ListsMailing Lists/a
+   /li
+   /ul
+   h5
+   a name=Navigation-Documentation 
id=Navigation-Documentation/aLearn
+   /h5
+   ul
+   li
+   a href=/start/userguide.html title=User GuideUser 
Guide/a
+   /li
+   li
+   a href=/learn/examples title=ExamplesExamples/a
+   /li
+   li
+   a 
href=http://www.wicket-library.com/wicket-examples/compref/;Components/a
+   /li
+   li
+   a href=/learn/projects/ title=Projects extending 
basic WicketProjects/a
+   /li
+   li
+   a 

[jira] [Updated] (WICKET-5836) Update the version of clirr-maven-plugin (current 2.6.1)

2015-02-13 Thread Martin Grigorov (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-5836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Grigorov updated WICKET-5836:

Fix Version/s: 8.0.0-M1

 Update the version of clirr-maven-plugin (current 2.6.1)
 

 Key: WICKET-5836
 URL: https://issues.apache.org/jira/browse/WICKET-5836
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 6.20.0, 7.0.0-M6
Reporter: Tobias Soloschenko
Priority: Minor
 Fix For: 8.0.0-M1


 This ticket is targeting Wicket 6.x, 7.x, 8.x (No Affects Version 8.0.0 at 
 the moment) compiled with JDK 8, because the current version of the clirr 
 plugin 2.6.1 isn't compatible with Java 8. At the moment there is no version 
 higher then 2.6.1 so we have to wait until release.
 More information can be found here: 
 http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3ccaczkxpzs2nxtvk5sejfyikvhp2817ey2b+7rak0w_nuyzha...@mail.gmail.com%3E
 http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3c11f48c22-60d5-4a94-8ed2-42cccfefa...@email.android.com%3E
 Here the correlating tickets:
 https://issues.apache.org/jira/browse/BCEL-173
 https://issues.apache.org/jira/browse/BCEL-174
 https://issues.apache.org/jira/browse/BCEL-175



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (WICKET-5836) Update the version of clirr-maven-plugin (current 2.6.1)

2015-02-13 Thread Tobias Soloschenko (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-5836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tobias Soloschenko updated WICKET-5836:
---
Description: 
This ticket is targeting Wicket 6.x, 7.x, 8.x (No Affects Version 8.0.0 at the 
moment) compiled with JDK 8, because the current version of the clirr plugin 
2.6.1 isn't compatible with Java 8. At the moment there is no version higher 
then 2.6.1 so we have to wait until release.

More information can be found here: 

http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3ccaczkxpzs2nxtvk5sejfyikvhp2817ey2b+7rak0w_nuyzha...@mail.gmail.com%3E

http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3c11f48c22-60d5-4a94-8ed2-42cccfefa...@email.android.com%3E

Here the correlating tickets:

https://issues.apache.org/jira/browse/BCEL-173
https://issues.apache.org/jira/browse/BCEL-174
https://issues.apache.org/jira/browse/BCEL-175

  was:
This ticket is targeting Wicket 8.x (No Affects Version 8.0.0 at the moment), 
because the current version of the clirr plugin 2.6.1 isn't compatible with 
Java 8. At the moment there is no version higher then 2.6.1 so we have to wait 
until release.

More information can be found here: 

http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3ccaczkxpzs2nxtvk5sejfyikvhp2817ey2b+7rak0w_nuyzha...@mail.gmail.com%3E

http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3c11f48c22-60d5-4a94-8ed2-42cccfefa...@email.android.com%3E

Here the correlating tickets:

https://issues.apache.org/jira/browse/BCEL-173
https://issues.apache.org/jira/browse/BCEL-174
https://issues.apache.org/jira/browse/BCEL-175


 Update the version of clirr-maven-plugin (current 2.6.1)
 

 Key: WICKET-5836
 URL: https://issues.apache.org/jira/browse/WICKET-5836
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 6.20.0, 7.0.0-M6
Reporter: Tobias Soloschenko
Priority: Minor

 This ticket is targeting Wicket 6.x, 7.x, 8.x (No Affects Version 8.0.0 at 
 the moment) compiled with JDK 8, because the current version of the clirr 
 plugin 2.6.1 isn't compatible with Java 8. At the moment there is no version 
 higher then 2.6.1 so we have to wait until release.
 More information can be found here: 
 http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3ccaczkxpzs2nxtvk5sejfyikvhp2817ey2b+7rak0w_nuyzha...@mail.gmail.com%3E
 http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3c11f48c22-60d5-4a94-8ed2-42cccfefa...@email.android.com%3E
 Here the correlating tickets:
 https://issues.apache.org/jira/browse/BCEL-173
 https://issues.apache.org/jira/browse/BCEL-174
 https://issues.apache.org/jira/browse/BCEL-175



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WICKET-5836) Update the version of clirr-maven-plugin (current 2.6.1)

2015-02-13 Thread Tobias Soloschenko (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14320725#comment-14320725
 ] 

Tobias Soloschenko commented on WICKET-5836:


A possible workaround:
In wicket's parrent pom:
dependencies
dependency
groupIdorg.apache.bcel/groupId
artifactIdbcel/artifactId
version6.0-SNAPSHOT/version 
/dependency

Plugin config:

plugin
groupIdorg.codehaus.mojo/groupId

artifactIdclirr-maven-plugin/artifactId
version2.6.1/version
configuration

comparisonVersion6.0.0/comparisonVersion
failOnErrortrue/failOnError
logResultstrue/logResults
ignored
difference
!-- 
FeedbackCollector used to be final. Now it is non-final and so all existing 
methods were made final to keep them non-overridable. However, clirr does not 
take into account the class going from final to non-final and thinks 
overridable methods were made final. We ignore this change to silence it. --

classNameorg${file.separator}apache${file.separator}wicket${file.separator}feedback${file.separator}FeedbackCollector/className

method*/method

differenceType7014/differenceType
/difference
/ignored

/configuration
executions
execution
idclirr-check/id
phasecompile/phase
goals

goalcheck/goal
/goals
/execution
/executions
dependencies
dependency

groupIdorg.apache.bcel/groupId

artifactIdbcel/artifactId

version6.0-SNAPSHOT/version 
/dependency
/dependencies

/plugin

Repository:

repositories
repository
releases
enabledfalse/enabled
/releases
snapshots
enabledtrue/enabled
/snapshots
idapache.snapshots/id
nameApache Snapshot Repository/name
urlhttps://repository.apache.org/content/groups/snapshots/url
layoutdefault/layout
/repository
/repositories

 Update the version of clirr-maven-plugin (current 2.6.1)
 

 Key: WICKET-5836
 URL: https://issues.apache.org/jira/browse/WICKET-5836
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 6.20.0, 7.0.0-M6
Reporter: Tobias Soloschenko
Priority: Minor

 This ticket is targeting Wicket 6.x, 7.x, 8.x (No Affects Version 8.0.0 at 
 the moment) compiled with JDK 8, because the current version of the clirr 
 plugin 2.6.1 isn't compatible with Java 8. At the moment there is no version 
 higher then 2.6.1 so we have to wait until release.
 More information can be found here: 
 http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3ccaczkxpzs2nxtvk5sejfyikvhp2817ey2b+7rak0w_nuyzha...@mail.gmail.com%3E
 http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3c11f48c22-60d5-4a94-8ed2-42cccfefa...@email.android.com%3E
 Here the correlating tickets:
 https://issues.apache.org/jira/browse/BCEL-173
 https://issues.apache.org/jira/browse/BCEL-174
 https://issues.apache.org/jira/browse/BCEL-175



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WICKET-5836) Update the version of clirr-maven-plugin (current 2.6.1)

2015-02-13 Thread Tobias Soloschenko (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14320734#comment-14320734
 ] 

Tobias Soloschenko commented on WICKET-5836:


The previous solution should not be committed, but it shows how to solve the 
issue building wicket with java 8.

 Update the version of clirr-maven-plugin (current 2.6.1)
 

 Key: WICKET-5836
 URL: https://issues.apache.org/jira/browse/WICKET-5836
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 6.20.0, 7.0.0-M6
Reporter: Tobias Soloschenko
Priority: Minor
 Fix For: 8.0.0-M1


 This ticket is targeting Wicket 6.x, 7.x, 8.x (No Affects Version 8.0.0 at 
 the moment) compiled with JDK 8, because the current version of the clirr 
 plugin 2.6.1 isn't compatible with Java 8. At the moment there is no version 
 higher then 2.6.1 so we have to wait until release.
 More information can be found here: 
 http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3ccaczkxpzs2nxtvk5sejfyikvhp2817ey2b+7rak0w_nuyzha...@mail.gmail.com%3E
 http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3c11f48c22-60d5-4a94-8ed2-42cccfefa...@email.android.com%3E
 Here the correlating tickets:
 https://issues.apache.org/jira/browse/BCEL-173
 https://issues.apache.org/jira/browse/BCEL-174
 https://issues.apache.org/jira/browse/BCEL-175



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WICKET-5827) Allow to apply multiple Javascript / CSS compressors

2015-02-13 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14320747#comment-14320747
 ] 

ASF subversion and git services commented on WICKET-5827:
-

Commit 0574571358553ebc8e6911658c12a629cd677f28 in wicket's branch 
refs/heads/wicket-6.x from klopfdreh
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=0574571 ]

WICKET-5827 Allow to apply multiple Javascript / CSS compressors


 Allow to apply multiple Javascript / CSS compressors
 

 Key: WICKET-5827
 URL: https://issues.apache.org/jira/browse/WICKET-5827
 Project: Wicket
  Issue Type: New Feature
  Components: wicket
Affects Versions: 6.20.0, 7.0.0-M6
Reporter: Tobias Soloschenko
Assignee: Martin Grigorov
Priority: Minor
  Labels: features
 Fix For: 6.20.0, 7.0.0-M6


 It would be nice to be able to add several css and javascript compressions in 
 a chain. Example for CSS:
 CssRemoveCommentsCompressor  CssUrlReplacementCompressor  
 CssMinifyCompressor
 The same would be nice for JavaScript files.
 https://github.com/apache/wicket/pull/88
 https://github.com/apache/wicket/pull/87



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


svn commit: r1659684 - in /wicket/common/site/trunk: _posts/2014/ _posts/2015/ _site/ _site/2015/02/13/

2015-02-13 Thread mgrigorov
Author: mgrigorov
Date: Fri Feb 13 21:09:18 2015
New Revision: 1659684

URL: http://svn.apache.org/r1659684
Log:
Announcement for Sebastien

Move the post for 1.5.13 to 2015/


Added:

wicket/common/site/trunk/_posts/2015/2015-02-13-new-committer-Sebastien-Briquet.md
wicket/common/site/trunk/_posts/2015/2015-02-13-wicket-1.5.13-released.md
  - copied unchanged from r1659673, 
wicket/common/site/trunk/_posts/2014/2015-02-13-wicket-1.5.13-released.md

wicket/common/site/trunk/_site/2015/02/13/new-committer-Sebastien-Briquet.html
Removed:
wicket/common/site/trunk/_posts/2014/2015-02-13-wicket-1.5.13-released.md
Modified:
wicket/common/site/trunk/_site/atom.xml
wicket/common/site/trunk/_site/index.html

Added: 
wicket/common/site/trunk/_posts/2015/2015-02-13-new-committer-Sebastien-Briquet.md
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_posts/2015/2015-02-13-new-committer-Sebastien-Briquet.md?rev=1659684view=auto
==
--- 
wicket/common/site/trunk/_posts/2015/2015-02-13-new-committer-Sebastien-Briquet.md
 (added)
+++ 
wicket/common/site/trunk/_posts/2015/2015-02-13-new-committer-Sebastien-Briquet.md
 Fri Feb 13 21:09:18 2015
@@ -0,0 +1,16 @@
+---
+layout: post
+title: New committer - Sebastien Briquet
+---
+
+The Project Management Committee (PMC) for Apache Wicket 
+has asked Sebastien Briquet to become a committer and we are pleased 
+to announce that he has accepted. 
+
+Sebastien has been involved with Wicket for several years now by developing 
one of the most successful integrations with JavaScript libraries, namely 
Wicket jQuery UI, reporting bugs, contributing fixes and participating in 
discussions.
+
+Being a committer will enable him to help us even easier in the future.
+
+Please welcome Sebastien Briquet to our team! 
+
+Bienvenue Sebastien! 
\ No newline at end of file

Added: 
wicket/common/site/trunk/_site/2015/02/13/new-committer-Sebastien-Briquet.html
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2015/02/13/new-committer-Sebastien-Briquet.html?rev=1659684view=auto
==
--- 
wicket/common/site/trunk/_site/2015/02/13/new-committer-Sebastien-Briquet.html 
(added)
+++ 
wicket/common/site/trunk/_site/2015/02/13/new-committer-Sebastien-Briquet.html 
Fri Feb 13 21:09:18 2015
@@ -0,0 +1,213 @@
+!DOCTYPE html
+html
+head
+titleApache Wicket - New committer - Sebastien Briquet/title
+
+   link rel=stylesheet href=/css/screen.css type=text/css 
media=screen /
+
+!--[if lt ie 7]
+   link rel=stylesheet href=/css/ie.css type=text/css 
media=screen /
+![endif]--
+link rel=shortcut icon href=/favicon.ico 
type=image/vnd.microsoft.icon /
+   link rel=alternate type=application/atom+xml href=/atom.xml /
+   meta http-equiv=content-type content=text/html;charset=utf-8 /
+/head
+body
+div id=container
+div id=content
+div id=headera href=/h1 id=logospanApache 
Wicket/span/h1/a/div
+   div id=navigation
+   h5a name=Navigation-Wicket/aMeet Wicket/h5
+   ul
+   li
+   a href=/ title=IndexHome/a
+   /li
+   li
+   a href=/meet/introduction.html 
title=IntroductionIntroduction/a
+   /li
+   li
+   a href=/meet/features.html 
title=FeaturesFeatures/a
+   /li
+   li
+   a href=/meet/buzz.html title=BuzzBuzz/a
+   /li
+   li
+   a href=/meet/vision.html title=VisionVision/a
+   /li
+   li
+   a href=/meet/blogs.html title=BlogsBlogs/a
+   /li
+   /ul
+   h5
+   a name=Navigation-GettingStarted 
id=Navigation-GettingStarted/aGet Started
+   /h5
+   ul
+   li
+   a href=/start/download.html title=Download 
WicketDownload Wicket/a
+   /li
+   li
+   a href=/start/quickstart.html title=Getting started 
via a Maven ArchetypeQuickstart/a
+   /li
+   li
+   a href=http://www.jweekend.com/dev/LegUp; 
rel=nofollowMore archetypes/a
+   /li
+   li
+   a href=/help title=Get helpGet help/a
+   /li
+   li
+   a href=/help/email.html title=Wicket Mailing 
ListsMailing Lists/a
+   /li
+   /ul
+   h5
+   a name=Navigation-Documentation 
id=Navigation-Documentation/aLearn
+   /h5
+   ul
+   li
+   a href=/start/userguide.html title=User GuideUser 
Guide/a
+   /li
+   li
+   a href=/learn/examples title=ExamplesExamples/a
+   /li
+   

[jira] [Commented] (WICKET-5836) Update the version of clirr-maven-plugin (current 2.6.1)

2015-02-13 Thread Martin Grigorov (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-5836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14320864#comment-14320864
 ] 

Martin Grigorov commented on WICKET-5836:
-

Thanks for the investigation, Tobias!

Another option for everyone who wants to build Wicket 6.x (and 7.0.1+, once 
released) with JDK 1.8 is to add -Dclirr.skip.

I believe clirr-maven-plugin will be updated by the time we release Wicket 
8.0.1 (the first version built officially with JDK 8 and with enabled Clirr 
plugin).

 Update the version of clirr-maven-plugin (current 2.6.1)
 

 Key: WICKET-5836
 URL: https://issues.apache.org/jira/browse/WICKET-5836
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 6.20.0, 7.0.0-M6
Reporter: Tobias Soloschenko
Priority: Minor
 Fix For: 8.0.0-M1


 This ticket is targeting Wicket 6.x, 7.x, 8.x (No Affects Version 8.0.0 at 
 the moment) compiled with JDK 8, because the current version of the clirr 
 plugin 2.6.1 isn't compatible with Java 8. At the moment there is no version 
 higher then 2.6.1 so we have to wait until release.
 More information can be found here: 
 http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3ccaczkxpzs2nxtvk5sejfyikvhp2817ey2b+7rak0w_nuyzha...@mail.gmail.com%3E
 http://mail-archives.apache.org/mod_mbox/commons-dev/201407.mbox/%3c11f48c22-60d5-4a94-8ed2-42cccfefa...@email.android.com%3E
 Here the correlating tickets:
 https://issues.apache.org/jira/browse/BCEL-173
 https://issues.apache.org/jira/browse/BCEL-174
 https://issues.apache.org/jira/browse/BCEL-175



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


wicket git commit: WICKET-5827 Allow to apply multiple Javascript / CSS compressors

2015-02-13 Thread mgrigorov
Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 013a56ae3 - 057457135


WICKET-5827 Allow to apply multiple Javascript / CSS compressors


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/05745713
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/05745713
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/05745713

Branch: refs/heads/wicket-6.x
Commit: 0574571358553ebc8e6911658c12a629cd677f28
Parents: 013a56a
Author: klopfdreh klopfdreh@tobiass-mbp
Authored: Wed Feb 4 13:26:25 2015 +0100
Committer: Martin Tzvetanov Grigorov mgrigo...@apache.org
Committed: Fri Feb 13 22:50:15 2015 +0200

--
 .../request/resource/CssPackageResource.java|  17 +-
 .../wicket/resource/CompositeCssCompressor.java | 101 
 .../resource/CompositeJavaScriptCompressor.java |  88 +++
 .../apache/wicket/resource/CssUrlReplacer.java  |  90 +++
 .../IScopeAwareTextResourceProcessor.java   |  38 +
 .../wicket/resource/CssUrlReplacerTest.java | 158 +++
 6 files changed, 491 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/wicket/blob/05745713/wicket-core/src/main/java/org/apache/wicket/request/resource/CssPackageResource.java
--
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/request/resource/CssPackageResource.java
 
b/wicket-core/src/main/java/org/apache/wicket/request/resource/CssPackageResource.java
index f6cf010..bbc1826 100644
--- 
a/wicket-core/src/main/java/org/apache/wicket/request/resource/CssPackageResource.java
+++ 
b/wicket-core/src/main/java/org/apache/wicket/request/resource/CssPackageResource.java
@@ -20,6 +20,7 @@ import java.util.Locale;
 
 import org.apache.wicket.Application;
 import org.apache.wicket.css.ICssCompressor;
+import org.apache.wicket.resource.IScopeAwareTextResourceProcessor;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
@@ -32,6 +33,8 @@ public class CssPackageResource extends PackageResource
 
private static final Logger log = 
LoggerFactory.getLogger(CssPackageResource.class);
 
+   private final String name;
+
/**
 * Construct.
 * 
@@ -46,6 +49,8 @@ public class CssPackageResource extends PackageResource
{
super(scope, name, locale, style, variation);
 
+   this.name = name;
+
// CSS resources can be compressed if there is configured 
ICssCompressor
setCompress(true);
}
@@ -62,7 +67,17 @@ public class CssPackageResource extends PackageResource
try
{
String nonCompressed = new 
String(processedResponse, UTF-8);
-   return 
compressor.compress(nonCompressed).getBytes();
+   String output;
+   if (compressor instanceof 
IScopeAwareTextResourceProcessor)
+   {
+   IScopeAwareTextResourceProcessor 
scopeAwareProcessor = (IScopeAwareTextResourceProcessor)compressor;
+   output = 
scopeAwareProcessor.process(nonCompressed, getScope(), name);
+   }
+   else
+   {
+   output = 
compressor.compress(nonCompressed);
+   }
+   return output.getBytes();
}
catch (Exception e)
{

http://git-wip-us.apache.org/repos/asf/wicket/blob/05745713/wicket-core/src/main/java/org/apache/wicket/resource/CompositeCssCompressor.java
--
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/resource/CompositeCssCompressor.java
 
b/wicket-core/src/main/java/org/apache/wicket/resource/CompositeCssCompressor.java
new file mode 100644
index 000..d8fdcc0
--- /dev/null
+++ 
b/wicket-core/src/main/java/org/apache/wicket/resource/CompositeCssCompressor.java
@@ -0,0 +1,101 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the License); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the 

[jira] [Resolved] (WICKET-5827) Allow to apply multiple Javascript / CSS compressors

2015-02-13 Thread Martin Grigorov (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Grigorov resolved WICKET-5827.
-
   Resolution: Fixed
Fix Version/s: 7.0.0-M6
   6.20.0

Thank you, Tobias!

 Allow to apply multiple Javascript / CSS compressors
 

 Key: WICKET-5827
 URL: https://issues.apache.org/jira/browse/WICKET-5827
 Project: Wicket
  Issue Type: New Feature
  Components: wicket
Affects Versions: 6.20.0, 7.0.0-M6
Reporter: Tobias Soloschenko
Assignee: Martin Grigorov
Priority: Minor
  Labels: features
 Fix For: 6.20.0, 7.0.0-M6


 It would be nice to be able to add several css and javascript compressions in 
 a chain. Example for CSS:
 CssRemoveCommentsCompressor  CssUrlReplacementCompressor  
 CssMinifyCompressor
 The same would be nice for JavaScript files.
 https://github.com/apache/wicket/pull/88
 https://github.com/apache/wicket/pull/87



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (WICKET-5831) Improve unsafe Id reporting in the AbstractRepeater

2015-02-13 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/WICKET-5831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marek Šabo updated WICKET-5831:
---
Affects Version/s: (was: 7.0.0-M4)
   (was: 6.18.0)
   7.0.0-M5
   6.19.0

 Improve unsafe Id reporting in the AbstractRepeater
 ---

 Key: WICKET-5831
 URL: https://issues.apache.org/jira/browse/WICKET-5831
 Project: Wicket
  Issue Type: Improvement
  Components: wicket
Affects Versions: 7.0.0-M5, 6.19.0
Reporter: Marek Šabo
Priority: Minor

 This ticket should cover topic from short 
 [discussion|http://apache-wicket.1842946.n4.nabble.com/Questions-regarding-Wicket-and-HTML-Ids-td4669106.html]
  in the mailing list.
 I would propose better reporting of the fact, that the application code does
 use duplicate (unsafe) children ids. Thea idea with digits-only is little bit 
 obscure a possibly outdated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)