You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ts...@apache.org on 2015/10/05 13:55:13 UTC

wicket git commit: Readme Update

Repository: wicket
Updated Branches:
  refs/heads/master 73448df3e -> 2a1217c28


Readme Update

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

Branch: refs/heads/master
Commit: 2a1217c28e0bd840a0c7fc9be4e9df76abd99f42
Parents: 73448df
Author: Tobias Soloschenko <ts...@apache.org>
Authored: Mon Oct 5 13:53:41 2015 +0200
Committer: Tobias Soloschenko <ts...@apache.org>
Committed: Mon Oct 5 13:53:41 2015 +0200

----------------------------------------------------------------------
 README | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/2a1217c2/README
----------------------------------------------------------------------
diff --git a/README b/README
index c8dec63..66029b0 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Apache Wicket 7.0
+Apache Wicket 8.0
 =================
 
 This is the readme file for the Apache Wicket project. 
@@ -20,7 +20,7 @@ Contents
  - Getting started
  - Dependencies
  - Building Wicket from source
- - Migrating from 6.x
+ - Migrating from 7.x
  - Getting help
  - Cryptographic Software Notice
 
@@ -34,8 +34,8 @@ of the project.
 Java/Application server requirements
 ------------------------------------
 
-Wicket requires at least Java 1.7. The application server for running your web
-application should adhere to the servlet specification version 3.0 or newer.
+Wicket requires at least Java 1.8. The application server for running your web
+application should adhere to the servlet specification version 3.1 or newer.
 
 What is in this package
 -----------------------
@@ -235,12 +235,12 @@ do:
     creates wicket-x.y.z.jar in target/ subdirectory and installs the file
     into your local Maven repository for use in other projects.
 
-Migrating from 6.x
+Migrating from 7.x
 ------------------
 
 This file is a copy of the migration guide from available on our Wiki:
 
-    https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0
+    https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+8.0
     
 Getting help
 ------------


Re: wicket git commit: Readme Update

Posted by Tobias Soloschenko <to...@googlemail.com>.
Thanks for the hint. pom.xml version is now 3.0.1

kind regards

Tobias

Am 05.10.15 um 14:07 schrieb Martin Grigorov:
> OK, so the pom.xml is the last to fix
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Mon, Oct 5, 2015 at 2:05 PM, Tobias Soloschenko <
> tobiassoloschenko@googlemail.com> wrote:
>
>> Changed both - cwiki and readme.
>>
>> kind regards
>>
>> Tobias
>>
>> Am 05.10.15 um 13:58 schrieb Martin Grigorov:
>>
>>> On Mon, Oct 5, 2015 at 1:55 PM, <ts...@apache.org> wrote:
>>>
>>>
>>> Repository: wicket
>>>> Updated Branches:
>>>>     refs/heads/master 73448df3e -> 2a1217c28
>>>>
>>>>
>>>> Readme Update
>>>>
>>>> Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
>>>> Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/2a1217c2
>>>> Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/2a1217c2
>>>> Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/2a1217c2
>>>>
>>>> Branch: refs/heads/master
>>>> Commit: 2a1217c28e0bd840a0c7fc9be4e9df76abd99f42
>>>> Parents: 73448df
>>>> Author: Tobias Soloschenko <ts...@apache.org>
>>>> Authored: Mon Oct 5 13:53:41 2015 +0200
>>>> Committer: Tobias Soloschenko <ts...@apache.org>
>>>> Committed: Mon Oct 5 13:53:41 2015 +0200
>>>>
>>>> ----------------------------------------------------------------------
>>>>    README | 12 ++++++------
>>>>    1 file changed, 6 insertions(+), 6 deletions(-)
>>>> ----------------------------------------------------------------------
>>>>
>>>>
>>>> http://git-wip-us.apache.org/repos/asf/wicket/blob/2a1217c2/README
>>>> ----------------------------------------------------------------------
>>>> diff --git a/README b/README
>>>> index c8dec63..66029b0 100644
>>>> --- a/README
>>>> +++ b/README
>>>> @@ -1,4 +1,4 @@
>>>> -Apache Wicket 7.0
>>>> +Apache Wicket 8.0
>>>>    =================
>>>>
>>>>    This is the readme file for the Apache Wicket project.
>>>> @@ -20,7 +20,7 @@ Contents
>>>>     - Getting started
>>>>     - Dependencies
>>>>     - Building Wicket from source
>>>> - - Migrating from 6.x
>>>> + - Migrating from 7.x
>>>>     - Getting help
>>>>     - Cryptographic Software Notice
>>>>
>>>> @@ -34,8 +34,8 @@ of the project.
>>>>    Java/Application server requirements
>>>>    ------------------------------------
>>>>
>>>> -Wicket requires at least Java 1.7. The application server for running
>>>> your web
>>>> -application should adhere to the servlet specification version 3.0 or
>>>> newer.
>>>> +Wicket requires at least Java 1.8. The application server for running
>>>> your web
>>>> +application should adhere to the servlet specification version 3.1 or
>>>> newer.
>>>>
>>>> I think we should revert that change. For now we do not use any of the
>>> features in Servlet 3.1 so there is no reason to require it.
>>> I'll do it later.
>>>
>>>
>>>    What is in this package
>>>>    -----------------------
>>>> @@ -235,12 +235,12 @@ do:
>>>>        creates wicket-x.y.z.jar in target/ subdirectory and installs the
>>>> file
>>>>        into your local Maven repository for use in other projects.
>>>>
>>>> -Migrating from 6.x
>>>> +Migrating from 7.x
>>>>    ------------------
>>>>
>>>>    This file is a copy of the migration guide from available on our Wiki:
>>>>
>>>> -
>>>>
>>>> https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0
>>>> +
>>>>
>>>> https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+8.0
>>>>
>>>>    Getting help
>>>>    ------------
>>>>
>>>>
>>>>


Re: wicket git commit: Readme Update

Posted by Martin Grigorov <mg...@apache.org>.
OK, so the pom.xml is the last to fix

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Mon, Oct 5, 2015 at 2:05 PM, Tobias Soloschenko <
tobiassoloschenko@googlemail.com> wrote:

> Changed both - cwiki and readme.
>
> kind regards
>
> Tobias
>
> Am 05.10.15 um 13:58 schrieb Martin Grigorov:
>
>> On Mon, Oct 5, 2015 at 1:55 PM, <ts...@apache.org> wrote:
>>
>>
>> Repository: wicket
>>> Updated Branches:
>>>    refs/heads/master 73448df3e -> 2a1217c28
>>>
>>>
>>> Readme Update
>>>
>>> Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
>>> Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/2a1217c2
>>> Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/2a1217c2
>>> Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/2a1217c2
>>>
>>> Branch: refs/heads/master
>>> Commit: 2a1217c28e0bd840a0c7fc9be4e9df76abd99f42
>>> Parents: 73448df
>>> Author: Tobias Soloschenko <ts...@apache.org>
>>> Authored: Mon Oct 5 13:53:41 2015 +0200
>>> Committer: Tobias Soloschenko <ts...@apache.org>
>>> Committed: Mon Oct 5 13:53:41 2015 +0200
>>>
>>> ----------------------------------------------------------------------
>>>   README | 12 ++++++------
>>>   1 file changed, 6 insertions(+), 6 deletions(-)
>>> ----------------------------------------------------------------------
>>>
>>>
>>> http://git-wip-us.apache.org/repos/asf/wicket/blob/2a1217c2/README
>>> ----------------------------------------------------------------------
>>> diff --git a/README b/README
>>> index c8dec63..66029b0 100644
>>> --- a/README
>>> +++ b/README
>>> @@ -1,4 +1,4 @@
>>> -Apache Wicket 7.0
>>> +Apache Wicket 8.0
>>>   =================
>>>
>>>   This is the readme file for the Apache Wicket project.
>>> @@ -20,7 +20,7 @@ Contents
>>>    - Getting started
>>>    - Dependencies
>>>    - Building Wicket from source
>>> - - Migrating from 6.x
>>> + - Migrating from 7.x
>>>    - Getting help
>>>    - Cryptographic Software Notice
>>>
>>> @@ -34,8 +34,8 @@ of the project.
>>>   Java/Application server requirements
>>>   ------------------------------------
>>>
>>> -Wicket requires at least Java 1.7. The application server for running
>>> your web
>>> -application should adhere to the servlet specification version 3.0 or
>>> newer.
>>> +Wicket requires at least Java 1.8. The application server for running
>>> your web
>>> +application should adhere to the servlet specification version 3.1 or
>>> newer.
>>>
>>> I think we should revert that change. For now we do not use any of the
>> features in Servlet 3.1 so there is no reason to require it.
>> I'll do it later.
>>
>>
>>   What is in this package
>>>   -----------------------
>>> @@ -235,12 +235,12 @@ do:
>>>       creates wicket-x.y.z.jar in target/ subdirectory and installs the
>>> file
>>>       into your local Maven repository for use in other projects.
>>>
>>> -Migrating from 6.x
>>> +Migrating from 7.x
>>>   ------------------
>>>
>>>   This file is a copy of the migration guide from available on our Wiki:
>>>
>>> -
>>>
>>> https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0
>>> +
>>>
>>> https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+8.0
>>>
>>>   Getting help
>>>   ------------
>>>
>>>
>>>
>

Re: wicket git commit: Readme Update

Posted by Tobias Soloschenko <to...@googlemail.com>.
Changed both - cwiki and readme.

kind regards

Tobias

Am 05.10.15 um 13:58 schrieb Martin Grigorov:
> On Mon, Oct 5, 2015 at 1:55 PM, <ts...@apache.org> wrote:
>
>> Repository: wicket
>> Updated Branches:
>>    refs/heads/master 73448df3e -> 2a1217c28
>>
>>
>> Readme Update
>>
>> Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
>> Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/2a1217c2
>> Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/2a1217c2
>> Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/2a1217c2
>>
>> Branch: refs/heads/master
>> Commit: 2a1217c28e0bd840a0c7fc9be4e9df76abd99f42
>> Parents: 73448df
>> Author: Tobias Soloschenko <ts...@apache.org>
>> Authored: Mon Oct 5 13:53:41 2015 +0200
>> Committer: Tobias Soloschenko <ts...@apache.org>
>> Committed: Mon Oct 5 13:53:41 2015 +0200
>>
>> ----------------------------------------------------------------------
>>   README | 12 ++++++------
>>   1 file changed, 6 insertions(+), 6 deletions(-)
>> ----------------------------------------------------------------------
>>
>>
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/2a1217c2/README
>> ----------------------------------------------------------------------
>> diff --git a/README b/README
>> index c8dec63..66029b0 100644
>> --- a/README
>> +++ b/README
>> @@ -1,4 +1,4 @@
>> -Apache Wicket 7.0
>> +Apache Wicket 8.0
>>   =================
>>
>>   This is the readme file for the Apache Wicket project.
>> @@ -20,7 +20,7 @@ Contents
>>    - Getting started
>>    - Dependencies
>>    - Building Wicket from source
>> - - Migrating from 6.x
>> + - Migrating from 7.x
>>    - Getting help
>>    - Cryptographic Software Notice
>>
>> @@ -34,8 +34,8 @@ of the project.
>>   Java/Application server requirements
>>   ------------------------------------
>>
>> -Wicket requires at least Java 1.7. The application server for running
>> your web
>> -application should adhere to the servlet specification version 3.0 or
>> newer.
>> +Wicket requires at least Java 1.8. The application server for running
>> your web
>> +application should adhere to the servlet specification version 3.1 or
>> newer.
>>
> I think we should revert that change. For now we do not use any of the
> features in Servlet 3.1 so there is no reason to require it.
> I'll do it later.
>
>
>>   What is in this package
>>   -----------------------
>> @@ -235,12 +235,12 @@ do:
>>       creates wicket-x.y.z.jar in target/ subdirectory and installs the file
>>       into your local Maven repository for use in other projects.
>>
>> -Migrating from 6.x
>> +Migrating from 7.x
>>   ------------------
>>
>>   This file is a copy of the migration guide from available on our Wiki:
>>
>> -
>> https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0
>> +
>> https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+8.0
>>
>>   Getting help
>>   ------------
>>
>>


Re: wicket git commit: Readme Update

Posted by Tobias Soloschenko <to...@googlemail.com>.
Hi,

I saw it in the Migrate CWiki Page:

https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+8.0

We also have to change it there.

kind regards

Tobias

Am 05.10.15 um 13:58 schrieb Martin Grigorov:
> On Mon, Oct 5, 2015 at 1:55 PM, <ts...@apache.org> wrote:
>
>> Repository: wicket
>> Updated Branches:
>>    refs/heads/master 73448df3e -> 2a1217c28
>>
>>
>> Readme Update
>>
>> Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
>> Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/2a1217c2
>> Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/2a1217c2
>> Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/2a1217c2
>>
>> Branch: refs/heads/master
>> Commit: 2a1217c28e0bd840a0c7fc9be4e9df76abd99f42
>> Parents: 73448df
>> Author: Tobias Soloschenko <ts...@apache.org>
>> Authored: Mon Oct 5 13:53:41 2015 +0200
>> Committer: Tobias Soloschenko <ts...@apache.org>
>> Committed: Mon Oct 5 13:53:41 2015 +0200
>>
>> ----------------------------------------------------------------------
>>   README | 12 ++++++------
>>   1 file changed, 6 insertions(+), 6 deletions(-)
>> ----------------------------------------------------------------------
>>
>>
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/2a1217c2/README
>> ----------------------------------------------------------------------
>> diff --git a/README b/README
>> index c8dec63..66029b0 100644
>> --- a/README
>> +++ b/README
>> @@ -1,4 +1,4 @@
>> -Apache Wicket 7.0
>> +Apache Wicket 8.0
>>   =================
>>
>>   This is the readme file for the Apache Wicket project.
>> @@ -20,7 +20,7 @@ Contents
>>    - Getting started
>>    - Dependencies
>>    - Building Wicket from source
>> - - Migrating from 6.x
>> + - Migrating from 7.x
>>    - Getting help
>>    - Cryptographic Software Notice
>>
>> @@ -34,8 +34,8 @@ of the project.
>>   Java/Application server requirements
>>   ------------------------------------
>>
>> -Wicket requires at least Java 1.7. The application server for running
>> your web
>> -application should adhere to the servlet specification version 3.0 or
>> newer.
>> +Wicket requires at least Java 1.8. The application server for running
>> your web
>> +application should adhere to the servlet specification version 3.1 or
>> newer.
>>
> I think we should revert that change. For now we do not use any of the
> features in Servlet 3.1 so there is no reason to require it.
> I'll do it later.
>
>
>>   What is in this package
>>   -----------------------
>> @@ -235,12 +235,12 @@ do:
>>       creates wicket-x.y.z.jar in target/ subdirectory and installs the file
>>       into your local Maven repository for use in other projects.
>>
>> -Migrating from 6.x
>> +Migrating from 7.x
>>   ------------------
>>
>>   This file is a copy of the migration guide from available on our Wiki:
>>
>> -
>> https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0
>> +
>> https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+8.0
>>
>>   Getting help
>>   ------------
>>
>>


Re: wicket git commit: Readme Update

Posted by Martin Grigorov <mg...@apache.org>.
On Mon, Oct 5, 2015 at 1:55 PM, <ts...@apache.org> wrote:

> Repository: wicket
> Updated Branches:
>   refs/heads/master 73448df3e -> 2a1217c28
>
>
> Readme Update
>
> Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
> Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/2a1217c2
> Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/2a1217c2
> Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/2a1217c2
>
> Branch: refs/heads/master
> Commit: 2a1217c28e0bd840a0c7fc9be4e9df76abd99f42
> Parents: 73448df
> Author: Tobias Soloschenko <ts...@apache.org>
> Authored: Mon Oct 5 13:53:41 2015 +0200
> Committer: Tobias Soloschenko <ts...@apache.org>
> Committed: Mon Oct 5 13:53:41 2015 +0200
>
> ----------------------------------------------------------------------
>  README | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/wicket/blob/2a1217c2/README
> ----------------------------------------------------------------------
> diff --git a/README b/README
> index c8dec63..66029b0 100644
> --- a/README
> +++ b/README
> @@ -1,4 +1,4 @@
> -Apache Wicket 7.0
> +Apache Wicket 8.0
>  =================
>
>  This is the readme file for the Apache Wicket project.
> @@ -20,7 +20,7 @@ Contents
>   - Getting started
>   - Dependencies
>   - Building Wicket from source
> - - Migrating from 6.x
> + - Migrating from 7.x
>   - Getting help
>   - Cryptographic Software Notice
>
> @@ -34,8 +34,8 @@ of the project.
>  Java/Application server requirements
>  ------------------------------------
>
> -Wicket requires at least Java 1.7. The application server for running
> your web
> -application should adhere to the servlet specification version 3.0 or
> newer.
> +Wicket requires at least Java 1.8. The application server for running
> your web
> +application should adhere to the servlet specification version 3.1 or
> newer.
>

I think we should revert that change. For now we do not use any of the
features in Servlet 3.1 so there is no reason to require it.
I'll do it later.


>
>  What is in this package
>  -----------------------
> @@ -235,12 +235,12 @@ do:
>      creates wicket-x.y.z.jar in target/ subdirectory and installs the file
>      into your local Maven repository for use in other projects.
>
> -Migrating from 6.x
> +Migrating from 7.x
>  ------------------
>
>  This file is a copy of the migration guide from available on our Wiki:
>
> -
> https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0
> +
> https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+8.0
>
>  Getting help
>  ------------
>
>