mproofi
Results
2
issues of
mproofi
With the new Version 2022.01.14 the GPS is working again correctly with android 12 but unfortunately the GPS position is not displayed correctly on the map (either online or offline)....
Bug
Unverified
### Redis version 1.4.3 ### Redisson version 3.52 ### Redisson configuration @bean("comSapRfmOdsLocksSpringRedissonClient") RedissonClient redissonClient(Environment environment) { String redisHost = environment.getProperty("redis-host"); Assert.notNull(redisHost, "Please specify a parameter redis-host"); String redisPort = environment.getProperty("redis-port");...