Re: [gwt-contrib] Re: Preparing for GWT 2.11 release

2023-11-15 Thread Manfred Tremmel
I can do some tests with OpenJDK 17 on Debian GNU Linux 12 (Bookworm). Will be interested to see, how it will work together with spring boot 3.1 (which requires a minimum of java 17), I'll be able to remove some workarounds in gwtp-spring-integration-client (subpackage of gwt-bean-validators).

[gwt-contrib] gwt-bean-validators with validation-api 3.0 support

2022-10-04 Thread Manfred Tremmel
Hi together, just want you to inform you, I've just uploaded a first gwt-bean-validators snapshot with validation-api 3.0 support (with the jakarta namespace based on jakarta-validation-api 3.0.2 and hibernate-validator 8.0.0.Final). The hardest part was to find workarounds for the 1.0 api

Re: [gwt-contrib] GWT 2 Roadmap as it applies to future deprecations

2022-08-06 Thread Manfred Tremmel
In my company Java 8 was dropped long ago, at the moment the migration from Java 11 to 17 is in progress. So from my side, let's cut off the old stuff. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and

Re: [gwt-contrib] Preliminary testing for GWT 2.10 release

2022-04-30 Thread Manfred Tremmel
Thanks Freddy, I don't now why this had any affect, 'mvn dependency:tree' didn't show a different version, but adding htmlunit to dependencyManagement fixed this test error, there are others. But I can continue testing. Am Samstag, 30. April 2022, 20:16:42 CEST schrieb Freddy Boucher: >

Re: [gwt-contrib] Preliminary testing for GWT 2.10 release

2022-04-30 Thread Manfred Tremmel
I've tried to build my bean validators with gwt 2.10.0-new-groupid-4. Using the org.codehaus.mojo maven plugin my gwt-unit tests fail: [INFO] testWrongUrlsAreWrong(de.knightsoftnet.validators.client.GwtTstHibernateAssertFalse) Time elapsed: 0.834 sec <<< ERROR! [INFO]

Re: [gwt-contrib] Re: Goodbye IE 8–9 

2021-10-04 Thread Manfred Tremmel
Am Donnerstag, 30. September 2021, 18:49:56 CEST schrieb Colin Alworth: > So, is there any objection at this time to dropping what remains of IE8, > IE9, and IE10 support from GWT? Then, we can reevaluate IE11 at some later > date, for GWT itself? Various migrated GWT modules have focused their >

Re: [gwt-contrib] Asking for decision on DevMode embedded Jetty support

2021-04-13 Thread Manfred Tremmel
- my libraries all require Java 8 (gwt-bean-validators is based on hibernate- validator 6.1.7, which requires Java 8, gwt-commons-lang3 is based on apache commons-lang3 3.12.0 which requires Java 8 and each other project depends on gwt-commons-lang3) - all my applications are migrated to Java 11

Re: [gwt-contrib] HashCode H$ property should be not enumerable

2020-06-14 Thread Manfred Tremmel
In the company I work for, IE11 is still the default browser (in a stupid IE7 compatibility mode by default, so I never have to forget X-UA-Compatible meta tag). AFAIK gwt uses gecko1_8 permutation for IE11 and not the ie10 permutation, so I don't think there's some IE specific in the build. In

Re: [gwt-contrib] Testing GWT 2.9.0 for release

2020-05-03 Thread Manfred Tremmel
Am Montag, 20. April 2020, 03:01:12 CEST schrieb Colin Alworth: > That said, validation is basically the only thing that _isn't_ > ready for j2cl, and there is a small gwt-validation project that has gotten > started that is compatible with both gwt2 and j2cl - do you have plans to > finish

Re: [gwt-contrib] Testing GWT 2.9.0 for release

2020-04-19 Thread Manfred Tremmel
Hi Colin, I've build and tested my libs and GWT-Applications this weekend against GWT 2.9.0-rc1 and elemental2 1.0.0. The good news is, everything compiled and workes. I'm happy, to switch elemental2 form 1.0.0-RC1 to 1.0.0, which fixes some problems I had in the past, so I can remove some

Re: [gwt-contrib] Re: NoSuchMethodException in HEAD-SNAPSHOT has been removed, breaking knightsoft gwt-bean-validators

2019-01-06 Thread Manfred Tremmel
For me (and gwt-bean validators) it doesn't matter if I include NoSuchMethodException myself or if it's part of gwt. I only have to know, how to handle it for next release. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe

Re: [gwt-contrib] Re: NoSuchMethodException in HEAD-SNAPSHOT has been removed, breaking knightsoft gwt-bean-validators

2019-01-03 Thread Manfred Tremmel
Hi together, the original validation code has no reflection emulation for accessing getters. In gwt-bean-validators you can simply use org.apache.commons.beanutils.PropertyUtils.getProperty(Object, String) and org.apache.commons.beanutils.BeanUtils.getProperty(Object, String) which both throw

Re: [gwt-contrib] GWT 3.0 ready editors porting completed

2018-11-20 Thread Manfred Tremmel
Thanks a lot. I've planed to start porting gwt-bean-validators on X-Mass hollyday, this will help a lot. Am Freitag, 16. November 2018, 07:32:21 CET schrieb Ahmad Bawaneh: > Hi > i would like to announce that i have completed the gwt-editors porting to > annotation processor, and now is GWT 3.0

Re: [gwt-contrib] GWT csrf protection EXPERIMENTAL methods

2017-11-06 Thread Manfred Tremmel
Am Montag, 6. November 2017, 17:08:27 CET schrieb Rencia Cloete: > More questions - help please... We have GWT + Spring Don't you think this is better placed in the gwt-user list? For myself, I've dropped the idea to combine RPC and Spring when implementing https://www.tecparts.com in 2014.

Re: [gwt-contrib] Business proposition of GWT 3.0 - what is it good for vs. other solutions out there?

2017-05-23 Thread Manfred Tremmel
I think we all have different priorities in using GWT. I'm using GWT since 2008 and worked on different internal GWT applications and a Online Shop ¹) based on Hybris and GWT. Two other GWT projects are work in progress, one should be released in October, the other one early next year. 2014 I

Re: [gwt-contrib] Re: Bean Validation

2016-08-04 Thread Manfred Tremmel
Am Donnerstag, 4. August 2016, 14:19:31 schrieb Colin Alworth: > What maven repo has the SNAPSHOT in it? It's in Sonatype Nexus Snapshots: https://oss.sonatype.org/content/repositories/snapshots/de/knightsoft-net/gwt-bean-validators/0.19.0-SNAPSHOT/ should be available in central without adding