Commit Graph
59683 Commits
Author SHA1 Message Date
Axel Uhl d4ecf30c29 remove Alias(Factory)? stuff from Selenium project;
this lets us remove an old version of cglib which is no longer supported
and doesn't work with Java 17. The usages have been re-designed to use
the regular cell table entry iteration methods without problems.
2022-12-23 02:07:02 +01:00
Axel Uhl 7b5ee8da5f upgrading mockito bundle dependency to 4.8.1 2022-12-23 01:18:17 +01:00
Axel Uhl 8a8a6a6f2b removing ThreadPoolWithThreadLocalsTest;
it was useful as long as our specialized thread pools were trying to
copy inheritable thread locals to pool threads; since we removed this
functionality, this test is no longer needed
2022-12-23 01:15:01 +01:00
Axel Uhl 8fa86f9ae7 build patched GWT from branch issue-7987-compatibility-with-issue-9584;
this then already includes pull request https://github.com/gwtproject/gwt/pull/9791
which fixes https://github.com/gwtproject/gwt/issues/9584. After the Mockito upgrade
this was the last known place where illegal reflection could have prompted a
warning in Java 11 and an error in Java 17 unless --add-opens was used which
we're trying to avoid.
2022-12-23 00:31:15 +01:00
Axel Uhl fdbd8fd229 Merge branch 'translation' 2022-12-22 23:29:29 +01:00
Axel Uhl f2398ef96a fixed indentation in pom.xml 2022-12-22 23:25:05 +01:00
Axel Uhl cc9a16df41 removed -noSuperdevmode once more 2022-12-22 23:18:00 +01:00
Axel Uhl ff2ba85a0e aligned test launch config with docker-1[17] branches 2022-12-22 23:16:27 +01:00
Axel Uhl f9a75d275b another AndroidManifest fix regarding android:exported 2022-12-22 22:52:41 +01:00
Axel Uhl 5d084debff fixed AndroidManifest.xml syntax 2022-12-22 22:45:03 +01:00
Axel Uhl f2e4e8368d fixed android:exported="true" syntax in manifest 2022-12-22 22:35:28 +01:00
Axel Uhl 9372af0721 added android:exported="true" to <activity> tags in AndroidManifest.xml files 2022-12-22 22:10:00 +01:00
Axel Uhl f82daf8d96 fixing missing placeholder in "cs" translation (again) 2022-12-22 18:26:51 +01:00
service.tip.git 8ff56aad9c [INTERNAL] Translation delivery: commit by LX Lab
Change-Id: Ic08395cec21625f7f04cfdcf942f0492b21170b7
2022-12-22 16:35:39 +00:00
Niklas Opiela b40e55d873 Merge branch 'master' of ssh://sapsailing.com/home/trac/git 2022-12-22 10:45:39 +01:00
Axel Uhl 726ddf43f9 added EnumMapUtil to determine the key type also from an empty EnumMap 2022-12-22 09:36:36 +01:00
Axel Uhl d991062a29 removed obsolete System.println 2022-12-22 01:41:20 +01:00
Axel Uhl cbb3dfe88c added an example as test case for extracting the key type from an EnumMap 2022-12-22 01:26:41 +01:00
Axel Uhl dbf50800c6 Merge branch 'master' into mockito-4.8.1 2022-12-21 21:44:47 +01:00
Axel Uhl 7c28b4826e use MarkAsyncCallback to let RegattaDetailsCompositePO wait properly after a regatta has been modified 2022-12-21 21:40:20 +01:00
Axel Uhl 7db5d485fc upgraded android platform import for xmake to 31.1 2022-12-21 18:59:49 +01:00
Axel Uhl 45e0042860 upgrade compile and target SDK from 30 to 31 for Android apps 2022-12-21 18:40:14 +01:00
Axel Uhl 050359ccd3 Merge remote-tracking branch 'origin/master' into translation 2022-12-21 18:07:32 +01:00
Axel Uhl e062e2e0d6 mockito-4.8.1: upgraded dependency to 4.8.1 in landscape.aws.test 2022-12-21 17:45:28 +01:00
Niklas Opiela fa8fc71501 added 'throws InterruptedException, ExecutionException,
TimeoutException' where it could be caused by establishState
2022-12-21 16:21:00 +01:00
Niklas Opiela 7f6fa0e3bd Merge branch 'master' into bug5793 2022-12-21 16:05:34 +01:00
Axel Uhl 95f175d20d Merge branch 'master' into mockito-4.8.1 2022-12-21 15:34:04 +01:00
Axel Uhl 3b39519d8f use MAJORITY as read/write concern for store merging 2022-12-21 15:18:36 +01:00
Axel Uhl 5deb9fdd3f use read/write concern MAJORITY in SecurityServiceAndHasPermissionsProviderTest;
hoping this will create the causal consistency whose lacking may have
caused sporadic test failures
2022-12-21 14:56:20 +01:00
Axel Uhl 7da5b11e60 Merge branch 'master' into mockito-4.8.1 2022-12-21 14:30:36 +01:00
Axel Uhl 9884b967a9 formatting only 2022-12-21 14:26:32 +01:00
Axel Uhl 574e11885a in TestORCPublicCertificateDatabase.testGetCertificate fall back to refNo if boat name doesn't resolve;
special characters in the boat name may have been the reason for
deviations between certificate master data and query form
2022-12-21 14:19:20 +01:00
Axel Uhl 448da8b295 use a semaphore to ensure all receivers are done loading their queues before continuing with test 2022-12-21 14:12:26 +01:00
Axel Uhl 021fc81ed4 cleanly removing Race/TrackedRace from DomainFactory in tearDown;
this could help avoid failures in CourseUpdateTest where we can see an
unexpected waypointRemoved callback being logged for the CP1 waypoint
just added, and this most likely leads to the test failure. Perhaps the
tracked race, race and course were accidentally re-used across test
executions.
2022-12-21 13:41:59 +01:00
Axel Uhl d53c81de97 improved logging in GenericCellTablePO.createEntry to find out more about test failures;
TestLeaderboardConfiguration.testDynamicRaceDeletion fails with 4%
probability when it cannot obtain the DataEntryPO objects for the races
in the series table after deleting one race column from that series. The
log so far ("Can't create DataEntry of type DataEntryPO") suggests that
something went wrong while trying to invoke the constructor.
I've added logging for all exceptions caught in the process of
stepping through the superclasses in case finally no constructor
was found or none terminated normally.
2022-12-21 10:49:54 +01:00
Axel Uhl 74ac83a4cd mockito-4.8.1: consolidated imports, avoiding warnings 2022-12-21 10:09:57 +01:00
Axel Uhl 88f0a472d2 mockito-4.8.1: null is not matched by any(Class); using any() now 2022-12-21 10:03:01 +01:00
Axel Uhl ceccad7c22 Merge branch 'master' into mockito-4.8.1 2022-12-21 09:37:22 +01:00
Axel Uhl 57871ee872 docker-17: generalized Java version check in ImageConverterTest 2022-12-21 00:31:50 +01:00
Axel Uhl 022bbc0dd7 mockito-4.8.1: added missing bundles, bumped org.objenesis bundle version 2022-12-21 00:23:56 +01:00
Axel Uhl b0462d2233 mockito-4.8.1: upgraded Import-Package versions to 4.8.1 for mockito-core 2022-12-20 23:41:46 +01:00
Axel Uhl cbe9204f19 mockito-4.8.1: refactored all tests so they compile with mockito-core 4.8.1 2022-12-20 18:25:58 +01:00
Axel Uhl cd2d0d85ec aligned execution environment and JRE library used by jaxbdependencyfragment to 1.8 2022-12-20 17:29:53 +01:00
Axel Uhl 9113904aa6 jaxbdependencyfragment only requires Java-1.8 2022-12-20 17:20:47 +01:00
Axel Uhl 117c279c66 removed redundant comment in java/pom.xml 2022-12-20 16:26:18 +01:00
Axel Uhl d8ef15299d added missing Dockerfile for Java 17 2022-12-20 16:24:58 +01:00
Axel Uhl 1a2340bc38 added comment to java/pom.xml regarding where to also update tycho-version 2022-12-20 11:14:34 +01:00
Axel Uhl 2d0afab0de use Tycho 1.7.0 for building AWS SDK 2022-12-20 11:04:28 +01:00
Axel Uhl b1c87d570d use python3 instead of python for app code signing 2022-12-20 11:00:07 +01:00
Axel Uhl 3456085da1 fixed git of xmake dockerrun xmake.cfg file 2022-12-19 23:25:30 +01:00