Re: [tomcat] branch 9.0.x updated (a7c132d -> 6ed7648)

2020-04-14 Thread Filip Hanik
Thanks Remy,

I’ll run the validator and adjust accordingly



On Tue, Apr 14, 2020 at 01:19 Rémy Maucherat  wrote:

> On Tue, Apr 14, 2020 at 1:50 AM  wrote:
>
>> This is an automated email from the ASF dual-hosted git repository.
>>
>> fhanik pushed a change to branch 9.0.x
>> in repository https://gitbox.apache.org/repos/asf/tomcat.git.
>>
>>
>> from a7c132d  Add 9.0.34 release date
>>  new 2e94898  Include Graal configuration files
>>  new 833625d  Make it known this is not a test class
>>  new 6ed7648  Merge pull request #274 from
>> fhanik/feature/graal-config-files-for-tomcat-9
>>
>> The 21920 revisions listed above as "new" are entirely new to this
>> repository and will be described in separate emails.  The revisions
>> listed as "add" were already present in the repository and have only
>> been added to this reference.
>>
>
> This commit needs to be fixed:
> - Not done in master (it can then be backported to 9)
> - Missing license header in many files (you can use the
> execute.validate=true property to verify)
> - Changelog
>
>
> Rémy
>
>


Re: [tomcat] branch 9.0.x updated (a7c132d -> 6ed7648)

2020-04-14 Thread Rémy Maucherat
On Tue, Apr 14, 2020 at 1:50 AM  wrote:

> This is an automated email from the ASF dual-hosted git repository.
>
> fhanik pushed a change to branch 9.0.x
> in repository https://gitbox.apache.org/repos/asf/tomcat.git.
>
>
> from a7c132d  Add 9.0.34 release date
>  new 2e94898  Include Graal configuration files
>  new 833625d  Make it known this is not a test class
>  new 6ed7648  Merge pull request #274 from
> fhanik/feature/graal-config-files-for-tomcat-9
>
> The 21920 revisions listed above as "new" are entirely new to this
> repository and will be described in separate emails.  The revisions
> listed as "add" were already present in the repository and have only
> been added to this reference.
>

This commit needs to be fixed:
- Not done in master (it can then be backported to 9)
- Missing license header in many files (you can use the
execute.validate=true property to verify)
- Changelog

Rémy


[tomcat] branch 9.0.x updated (a7c132d -> 6ed7648)

2020-04-13 Thread fhanik
This is an automated email from the ASF dual-hosted git repository.

fhanik pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


from a7c132d  Add 9.0.34 release date
 new 2e94898  Include Graal configuration files
 new 833625d  Make it known this is not a test class
 new 6ed7648  Merge pull request #274 from 
fhanik/feature/graal-config-files-for-tomcat-9

The 21920 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.xml  | 40 ++--
 res/graal/README.md| 18 ++
 res/graal/build-tomcat-native-image.sh | 44 +
 res/graal/graal-measure.sh | 43 +
 .../native-image/native-image.properties   |  3 +-
 .../native-image/tomcat-reflection.json| 65 +++
 .../native-image}/tomcat-resource.json | 27 +---
 .../native-image/native-image.properties   |  3 +-
 .../native-image/tomcat-reflection.json|  3 +
 .../native-image/tomcat-resource.json  | 12 
 .../native-image/native-image.properties   |  3 +-
 .../native-image/tomcat-reflection.json|  2 +
 .../native-image/tomcat-resource.json  | 11 
 .../native-image/native-image.properties   |  3 +-
 .../native-image/tomcat-reflection.json|  8 +++
 .../native-image/tomcat-resource.json  | 13 
 .../apache/catalina/startup/EmbeddedTomcat.java| 73 ++
 17 files changed, 332 insertions(+), 39 deletions(-)
 create mode 100644 res/graal/README.md
 create mode 100755 res/graal/build-tomcat-native-image.sh
 create mode 100755 res/graal/graal-measure.sh
 copy java/org/apache/catalina/connector/LocalStrings_pt_BR.properties => 
res/graal/tomcat-embed-core/native-image/native-image.properties (85%)
 create mode 100644 
res/graal/tomcat-embed-core/native-image/tomcat-reflection.json
 copy res/{tomcat-maven => 
graal/tomcat-embed-core/native-image}/tomcat-resource.json (64%)
 copy java/org/apache/catalina/connector/LocalStrings_pt_BR.properties => 
res/graal/tomcat-embed-el/native-image/native-image.properties (85%)
 create mode 100644 
res/graal/tomcat-embed-el/native-image/tomcat-reflection.json
 create mode 100644 res/graal/tomcat-embed-el/native-image/tomcat-resource.json
 copy java/org/apache/catalina/connector/LocalStrings_pt_BR.properties => 
res/graal/tomcat-embed-jasper/native-image/native-image.properties (85%)
 create mode 100644 
res/graal/tomcat-embed-jasper/native-image/tomcat-reflection.json
 create mode 100644 
res/graal/tomcat-embed-jasper/native-image/tomcat-resource.json
 copy java/org/apache/catalina/connector/LocalStrings_pt_BR.properties => 
res/graal/tomcat-embed-websocket/native-image/native-image.properties (85%)
 create mode 100644 
res/graal/tomcat-embed-websocket/native-image/tomcat-reflection.json
 create mode 100644 
res/graal/tomcat-embed-websocket/native-image/tomcat-resource.json
 create mode 100644 test/org/apache/catalina/startup/EmbeddedTomcat.java


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org