[GitHub] [tapestry-5] dmitrygusev opened a new pull request #26: TAP5-2613: Upgrade tapestry build to Java 11

2019-08-26 Thread GitBox
dmitrygusev opened a new pull request #26: TAP5-2613: Upgrade tapestry build to Java 11 URL: https://github.com/apache/tapestry-5/pull/26 Initial implementation of the Java 11 build support. All tests passed locally on: ``` java version "11.0.4" 2019-07-16 LTS Java(TM) SE

[GitHub] [tapestry-5] coderkun commented on issue #26: TAP5-2613: Upgrade tapestry build to Java 11

2019-08-27 Thread GitBox
coderkun commented on issue #26: TAP5-2613: Upgrade tapestry build to Java 11 URL: https://github.com/apache/tapestry-5/pull/26#issuecomment-525186082 Does this PR relate to [TAP5-2588](https://issues.apache.org/jira/browse/TAP5-2588) in any way?

[GitHub] [tapestry-5] dmitrygusev commented on issue #26: TAP5-2613: Upgrade tapestry build to Java 11

2019-08-27 Thread GitBox
dmitrygusev commented on issue #26: TAP5-2613: Upgrade tapestry build to Java 11 URL: https://github.com/apache/tapestry-5/pull/26#issuecomment-525188217 @coderkun yes, in some sense, but it goes further to support Java 11 in the build. Java 9 is end of life. Here's the initial

[GitHub] [tapestry-5] Osndok closed pull request #10: quickstart build.gradle "test" -> "testCompile" (5.4.x)

2019-11-16 Thread GitBox
Osndok closed pull request #10: quickstart build.gradle "test" -> "testCompile" (5.4.x) URL: https://github.com/apache/tapestry-5/pull/10 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [tapestry-5] Osndok closed pull request #9: quickstart build.gradle "test" -> "testCompile" (master)

2019-11-16 Thread GitBox
Osndok closed pull request #9: quickstart build.gradle "test" -> "testCompile" (master) URL: https://github.com/apache/tapestry-5/pull/9 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [tapestry-5] derkoe commented on pull request #28: Update 5.3.x to current dependencies and support Java 11

2020-10-14 Thread GitBox
derkoe commented on pull request #28: URL: https://github.com/apache/tapestry-5/pull/28#issuecomment-708373496 @martin-g because 5.4 was a big release with many breaking changes which makes updates of bigger applications nearly impossible. It should have been called Tapestry 6.

[GitHub] [tapestry-5] martin-g commented on pull request #28: Update 5.3.x to current dependencies and support Java 11

2020-10-14 Thread GitBox
martin-g commented on pull request #28: URL: https://github.com/apache/tapestry-5/pull/28#issuecomment-708318365 Why don't you use newer version ? Like 5.6.1 This is an automated message from the Apache Git Service. To

[GitHub] [tapestry-5] martin-g edited a comment on pull request #28: Update 5.3.x to current dependencies and support Java 11

2020-10-14 Thread GitBox
martin-g edited a comment on pull request #28: URL: https://github.com/apache/tapestry-5/pull/28#issuecomment-708318365 Why don't you use a newer version ? Like 5.6.1 This is an automated message from the Apache Git

[GitHub] [tapestry-5] derkoe commented on pull request #28: Update 5.3.x to current dependencies and support Java 11

2020-10-09 Thread GitBox
derkoe commented on pull request #28: URL: https://github.com/apache/tapestry-5/pull/28#issuecomment-706192664 @thiagohp maybe you can have a look at that - thanks! This is an automated message from the Apache Git Service.

[GitHub] [tapestry-5] derkoe opened a new pull request #28: Update 5.3.x to current dependencies and support Java 11

2020-10-09 Thread GitBox
derkoe opened a new pull request #28: URL: https://github.com/apache/tapestry-5/pull/28 This updates most dependencies to recent versions and makes Tapestry 5.3.x run in Java 11. We have tested this with a big Tapestry application and it all seems to work quite well. Would

[GitHub] [tapestry-5] derkoe commented on pull request #28: Update 5.3.x to current dependencies and support Java 11

2020-10-09 Thread GitBox
derkoe commented on pull request #28: URL: https://github.com/apache/tapestry-5/pull/28#issuecomment-706215453 Strange the same build just worked in my repo: https://github.com/derkoe/tapestry-5/runs/1231050611 This is an

[GitHub] [tapestry-5] thiagohp opened a new pull request #27: Feature/tapestry json exceptions

2020-10-03 Thread GitBox
thiagohp opened a new pull request #27: URL: https://github.com/apache/tapestry-5/pull/27 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [tapestry-5] w0r1dhe110 opened a new pull request #29: Fix import errors

2021-05-25 Thread GitBox
w0r1dhe110 opened a new pull request #29: URL: https://github.com/apache/tapestry-5/pull/29 In the new version, an import error is caused due to changes in the request and response interface -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [tapestry-5] thiagohp commented on pull request #29: Fix import errors

2021-05-30 Thread GitBox
thiagohp commented on pull request #29: URL: https://github.com/apache/tapestry-5/pull/29#issuecomment-850990515 Thank you very much! I've just applied this patch to master manually. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [tapestry-5] vjlamp closed pull request #1: Added CronSchedule(String, TimeZone).

2021-04-23 Thread GitBox
vjlamp closed pull request #1: URL: https://github.com/apache/tapestry-5/pull/1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [tapestry-5] linuxmin opened a new pull request #30: TAP5-2689 preventing unknown value exception with sorted grid in case…

2021-08-26 Thread GitBox
linuxmin opened a new pull request #30: URL: https://github.com/apache/tapestry-5/pull/30 … of cached sorted column is not part of property model anymore. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [tapestry-5] shisheng-1 opened a new pull request #31: Improve GRADLE build Performance

2021-11-05 Thread GitBox
shisheng-1 opened a new pull request #31: URL: https://github.com/apache/tapestry-5/pull/31 [Parallel builds](https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:parallel_execution). This project contains multiple modules. Parallel builds can

[GitHub] [tapestry-5] thiagohp commented on pull request #30: TAP5-2689 preventing unknown value exception with sorted grid in case…

2021-12-02 Thread GitBox
thiagohp commented on pull request #30: URL: https://github.com/apache/tapestry-5/pull/30#issuecomment-984959250 Thank you very much, @linuxmin ! I've just manually merged your pull request. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [tapestry-5] thiagohp commented on pull request #31: Improve GRADLE build Performance

2021-12-02 Thread GitBox
thiagohp commented on pull request #31: URL: https://github.com/apache/tapestry-5/pull/31#issuecomment-984949675 Thank you very much, @shisheng-1 ! I've just merged your commit manually to Tapestry master. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [tapestry-5] xiayingfeng opened a new pull request #32: Improve GRADLE build Performance

2022-01-05 Thread GitBox
xiayingfeng opened a new pull request #32: URL: https://github.com/apache/tapestry-5/pull/32 [Compiler daemon](https://docs.gradle.org/current/userguide/performance.html#compiler_daemon). The Gradle Java plugin allows you to run the compiler as a separate process by setting

[GitHub] [tapestry-5] vjlamp commented on pull request #19: Fixed Spelling.

2022-04-25 Thread GitBox
vjlamp commented on PR #19: URL: https://github.com/apache/tapestry-5/pull/19#issuecomment-1109021481 The proposed changes made it to the Tapestry code base by a manual commit by @bobharner. Closing this pull request to clean up. -- This is an automated message from the Apache Git

[GitHub] [tapestry-5] vjlamp closed pull request #19: Fixed Spelling.

2022-04-25 Thread GitBox
vjlamp closed pull request #19: Fixed Spelling. URL: https://github.com/apache/tapestry-5/pull/19 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [tapestry-5] vjlamp commented on pull request #2: Make tapestry compatible with Hibernate 5 (TAP5-2525)

2022-05-22 Thread GitBox
vjlamp commented on PR #2: URL: https://github.com/apache/tapestry-5/pull/2#issuecomment-1133962675 The proposed changes made it into Tapestry's code base a few years ago. Closing this PR to clean up. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [tapestry-5] vjlamp closed pull request #2: Make tapestry compatible with Hibernate 5 (TAP5-2525)

2022-05-22 Thread GitBox
vjlamp closed pull request #2: Make tapestry compatible with Hibernate 5 (TAP5-2525) URL: https://github.com/apache/tapestry-5/pull/2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [tapestry-5] vjlamp merged pull request #33: TAP5-2715: Client-side generated error message renders unstyled with Bootstrap 4

2022-05-23 Thread GitBox
vjlamp merged PR #33: URL: https://github.com/apache/tapestry-5/pull/33 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [tapestry-5] benweidig merged pull request #34: TAP5-2728: EventContext enhancements

2022-06-07 Thread GitBox
benweidig merged PR #34: URL: https://github.com/apache/tapestry-5/pull/34 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [tapestry-5] benweidig opened a new pull request, #34: TAP5-2728: EventContext enhancements

2022-06-07 Thread GitBox
benweidig opened a new pull request, #34: URL: https://github.com/apache/tapestry-5/pull/34 https://issues.apache.org/jira/browse/TAP5-2728 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [tapestry-5] vjlamp closed pull request #4: Address TAP5-2554

2022-06-18 Thread GitBox
vjlamp closed pull request #4: Address TAP5-2554 URL: https://github.com/apache/tapestry-5/pull/4 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [tapestry-5] vjlamp commented on pull request #4: Address TAP5-2554

2022-06-18 Thread GitBox
vjlamp commented on PR #4: URL: https://github.com/apache/tapestry-5/pull/4#issuecomment-1159572679 Patch was applied to code base outside of Github without changes on 18/Jul/16. Thank you very much for your contribution. Closing this PR to clean up. -- This is an automated message from

[GitHub] [tapestry-5] zenios opened a new pull request, #35: When a non proxied object is beeing eager loaded registry has to inst…

2022-07-22 Thread GitBox
zenios opened a new pull request, #35: URL: https://github.com/apache/tapestry-5/pull/35 …antiate all its constructor parameters. If one of these parameters is an eager loaded services (Not yet loaded) registry will create a proxy for it. Because the proxy is created, that eager

[GitHub] [tapestry-5] zenios commented on pull request #35: When a non proxied object is beeing eager loaded registry has to inst…

2022-07-22 Thread GitBox
zenios commented on PR #35: URL: https://github.com/apache/tapestry-5/pull/35#issuecomment-1193020720 The second link is wrong. It should be this instead. Sorry https://issues.apache.org/jira/browse/TAPESTRY-2267 -- This is an automated message from the Apache Git Service. To

[GitHub] [tapestry-5] thiagohp merged pull request #35: When a non proxied object is beeing eager loaded registry has to inst…

2022-08-23 Thread GitBox
thiagohp merged PR #35: URL: https://github.com/apache/tapestry-5/pull/35 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [tapestry-5] linuxmin closed pull request #30: TAP5-2689 preventing unknown value exception with sorted grid in case…

2022-10-15 Thread GitBox
linuxmin closed pull request #30: TAP5-2689 preventing unknown value exception with sorted grid in case… URL: https://github.com/apache/tapestry-5/pull/30 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [tapestry-5] benweidig closed pull request #27: Feature/tapestry json exceptions

2023-01-14 Thread GitBox
benweidig closed pull request #27: Feature/tapestry json exceptions URL: https://github.com/apache/tapestry-5/pull/27 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To