aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server
Commit message (Expand)AuthorAgeFilesLines
* feat: Update POMs and bump build dependency versions (#12636)Patrik Lindström2024-11-081-4/+4
* chore: Downgrade snapshot version for free version (#12635)Patrik Lindström2024-11-061-1/+1
* Update copyright year range (#12507)Anna Koskinen2022-01-11220-220/+220
* Update project to 8.15-SNAPSHOT (#12392)Zhe Sun2021-08-311-1/+1
* Code cleanup (#12333)Anna Koskinen2021-07-087-70/+88
* Update 8.14-SNAPSHOT and release note (#12261)Zhe Sun2021-04-141-1/+1
* Include compatibility tests in validation builds (#12250)Anna Koskinen2021-03-261-0/+3
* fix: Update regexp pattern of legacy EmailValidator (#12241)Tatu Lund2021-03-122-2/+11
* Update copyright year range. (#12215)Anna Koskinen2021-03-04220-220/+220
* Update to 8.13-SNAPSHOT (#12110)Zhe Sun2020-10-071-1/+1
* Bump hibernate-validator from 4.3.2.Final to 5.3.5.Final (#12083)Tatu Lund2020-08-251-3/+27
* Row Generator fixes (#12027)Andrey B. Panfilov2020-08-121-33/+67
* Ensure type safety and serializable nature of all the listeners (#12045)Tatu Lund2020-07-0311-33/+44
* Sanitize caption used in compatibility Grid header (#12018)Anna Koskinen2020-05-201-0/+2
* Fix compatibility ComboBox filtering when page length is zero. (#12016)Anna Koskinen2020-05-201-1/+3
* Table / TreeTable multiselect disabling of touch detection (#12014)Anna Koskinen2020-05-191-1/+35
* Update to 8.12-snapshot (#11995)Zhe Sun2020-05-131-1/+1
* Update to 8.11 snapshot (#11874)Zhe Sun2020-01-161-1/+1
* Update to 8.10-SNAPSHOT (#11657)Zhe Sun2019-07-291-1/+1
* Update to 8.9 (#11535)Sun Zhe2019-04-181-1/+1
* Update snapshot to 8.8-snapshot (#11397)Sun Zhe2018-12-281-1/+1
* Add missing FocusShortcutListener (#11289)Michael Forstner2018-12-101-1/+2
* Update master to 8.7-SNAPSHOT (#11208)Sun Zhe2018-09-271-1/+1
* Fixed typo (#11072)Ilia Motornyi2018-07-191-1/+1
* Update project version to 8.6-SNAPSHOT (#11011)Mehdi Javan2018-06-291-1/+1
* Code cleanup and serialization test in compatibility package (#10977)Ilia Motornyi2018-06-212-0/+17
* Fix using runo icons in FileTypeResolver (#10858)Ilia Motornyi2018-05-032-1/+125
* Update snapshot version to 8.5 (#10818)Teemu Suo-Anttila2018-04-121-1/+1
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-2895-1430/+0
* Update copyright year (#10761)Ilia Motornyi2018-03-27307-307/+307
* 8.3.2 since (#10678)Ilia Motornyi2018-03-051-4/+4
* Allow configuring content modes for Grid cell tooltips (#10632)Ilia Motornyi2018-02-151-11/+87
* Upgrade minor version in the project to 8.4 (#10520)Teemu Suo-Anttila2018-01-241-1/+1
* Update to JSoup 1.11.2 (#10353)Leif Åstrand2017-11-232-2/+2
* Update version number to 8.3-SNAPSHOT (#10348)Teemu Suo-Anttila2017-11-221-1/+1
* Remove unused imports (#10330)Ahmed Ashour2017-11-2111-12/+0
* Use Logger instead of VConsole (#10249)Ahmed Ashour2017-11-061-1/+0
* Fix javadoc ending (#10274)Ahmed Ashour2017-11-0624-98/+98
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-011-1/+0
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-315-10/+13
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-3122-48/+34
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-268-65/+63
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-269-41/+41
* Fix typos (#10213)Ahmed Ashour2017-10-201-2/+2
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-2011-27/+47
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-128-15/+15
* Remove redundant null checks before an instanceof (#10173)Ahmed Ashour2017-10-126-9/+8
* Fix typos (#10158)Ahmed Ashour2017-10-104-4/+4
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-1011-38/+32
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-096-16/+16