Wessels, Udo (PPN)
2b66121265
bug5910: remove not supported line in .project files so that current Eclipse version (2023-09) can import the projects.
2023-10-09 18:00:50 +02:00
Axel Uhl
4f03ff4ee4
Merge branch 'master' into bug5789
2022-12-15 21:23:49 +01:00
service.tip.git
abdd851acb
[INTERNAL] Translation delivery: commit by LX Lab
...
Change-Id: Ic4d3dc8ced2e5b3b827eadbad0e890813495817c
2022-12-15 16:19:24 +00:00
Axel Uhl
a6363406be
bug5792: introduce org.hamcrest-2.2.0, remove gwt-dev deps
2022-12-12 06:18:51 -08:00
Finn Huelsbusch
d888c1fad9
added configuration for eclipse 2022-06 and updated the onboarding
2022-07-07 16:51:33 +02:00
Axel Uhl
59cbdf1e15
bug5741: cache Class.forName results while reading all operations of one RabbitMQ message;
...
This avoids thousands of expensive Class.forName calls. Now, the next
most expensive thing is reading the class descripors from the stream.
2022-06-16 14:56:26 +02:00
Axel Uhl
2370fe6820
bug5687: extracted service tracker and class loader handling mechanics;
...
from RacingEventServiceImpl this stuff has moved to
com.sap.sse.replication.interfaces. It should now become usable by the
SecurityService as well.
2022-03-10 22:47:03 +01:00
Axel Uhl
4906807312
updated Javadoc for AmazonS3TestSupport to explain the new handling of S3 credential
2022-01-18 17:50:11 +01:00
Axel Uhl
a21aaa6f57
externalize s3 access ID/key for test bucket
2022-01-18 17:45:00 +01:00
Axel Uhl
829568a871
mongo42driver: made compilable; let's see what Hudson says this time
2021-08-27 00:16:50 +02:00
Axel Uhl
370d23b983
mongo42driver: uncompilable interims commit with *-legacy bundle removed from our bundle dependencies;
...
this produces lots of compilation errors, mostly because of MongoClientURI replaced by ConnectionString
2021-08-26 23:29:35 +02:00
Axel Uhl
c311bc8ba2
adjusted all MongoDB 4.3.1 incompatibilities from a compilation perspective; see what Hudson says...
2021-08-25 22:08:32 +02:00
Axel Uhl
0bd21957a8
MongoDB Driver update: added org.mongodb.bson to all bundles that require it; now it's down to actual deprecations and functions removed/replaced
2021-08-25 21:53:23 +02:00
Axel Uhl
bc3ff2fd8c
Starting with MongoDB driver update to 4.3.1
2021-08-25 18:56:05 +02:00
service.tip.git
da4ad6f41c
[INTERNAL] Translation delivery: commit by LX Lab
...
Change-Id: I5c86e8c03941da1e0b3c941ed2b811598698ccb9
2021-07-15 15:17:17 +00:00
Axel Uhl
2c622e5b45
patched <!DOCTYPE projectDescription> into all project files to avoid info/warning in problems view about no grammar constraint
2021-06-19 12:45:03 +02:00
Axel Uhl
0b86ae39d3
Merge remote-tracking branch 'origin/translation' into translation
2021-05-08 00:24:47 +02:00
service.tip.git
5197e1fb4a
[INTERNAL] Translation delivery: commit by LX Lab
...
Change-Id: Ibd8645ddd9205e8e5f7ecc29b30a9d8b59839cd0
2021-05-07 12:36:43 +00:00
Axel Uhl
78b90cc877
Merge branch 'master' into bug4811
2021-04-29 12:31:07 +02:00
Axel Uhl
019fd6be24
translation: moved _en.properties changes to .properties files; removed extra res/values-en* folders accidentally committed by LXLabs
2021-04-23 22:57:37 +02:00
service.tip.git
ac95acb627
[INTERNAL] Translation delivery: commit by LX Lab
...
Change-Id: Ie75de15a55aeb6801c8e52b82daf9e53112748f5
2021-04-22 15:22:43 +00:00
Axel Uhl
ac765dca84
bug4811: place a new "port" field in version.json in the "start" script and use it for replica registration; added new port fields to replication status, for both, replicatedfrom and replicatedby
2021-04-20 16:33:50 +02:00
Axel Uhl
4db4b95b62
bug4811: set org.eclipse.jdt.core.compiler.codegen.methodParameters to generate in all preference files; Tycho respects them!
2021-02-16 14:58:38 +01:00
Axel Uhl
c7cdfc8200
bug4811: moved AbstractReplicableWithObjectInputStream to com.sap.sse.replication.interfaces and used throughout
2021-02-09 14:07:07 +01:00
Axel Uhl
ad7c20c83a
removed com.fasterxml.jackson dependency from com.sap.sse.filestorage
2020-09-21 09:49:46 +02:00
Axel Uhl
51409c959e
don't display passwords of file storage services in AdminConsole
2020-07-29 14:59:09 +02:00
Axel Uhl
1b412be7b8
bug4744: upgraded AWS SDK to version 2.13.50
2020-07-06 13:42:50 +02:00
Axel Uhl
6bd4c9239e
consistently use Replicable's operation type parameter for apply(...) method parameter
2020-03-24 13:08:20 +01:00
Axel Uhl
938482e217
Merge branch 'master' into bug5197
2020-03-24 09:52:55 +01:00
Axel Uhl
31a9dde1ce
use background(false) for all MongoDB IndexOptions to avoid problems with dropping;
...
when trying to drop an index or an entire collection while a background
index construction is running, an exception will be thrown by the Mongo
driver. Executing all index creations in the foreground will keep this
from happening
2020-03-23 18:32:26 +01:00
Tim Hessenmüller
58fbddc14e
Merge remote-tracking branch 'origin/master' into bug5197
2020-03-23 15:10:56 +01:00
Tim Hessenmüller
4a5e8d6699
bug5197: Created SetFileStorageServicePropertyOperation
2020-03-23 15:06:57 +01:00
Tim Hessenmüller
82e97f24b7
bug5197: Created SetActiveFileStorageServiceOperation
2020-03-23 15:03:18 +01:00
Axel Uhl
bad0bd975a
bug4006 aftermath: defer waiting for SecurityService in RacingEventService until it's really needed
2020-03-20 13:21:13 +01:00
Axel Uhl
a18d9de352
report actual replication operation class for wrappers; use single volatile boolean flag for initial load state instead of ThreadLocal
2020-03-06 01:32:48 +01:00
service.tip.git
c5881fa7d4
[INTERNAL] Translation delivery: commit by SLS
...
Change-Id: I415313ffc355722d7e473faacdc3c0004666c943
2019-05-30 16:02:55 +00:00
Axel Uhl
3f75479468
bug5025: adding "." between UUID and file name extension in FileStorageService implementations
2019-05-05 23:57:33 +02:00
Axel Uhl
bbee948cff
fixed serialization issue after adding SecurityService tracker to BaseFileStorageServiceImpl;
...
the field for the tracker is now transient which works for replication
as the resolve(...) method obtains the local file storage service from
the domain factory to replace the entire de-serialized object anyhow.
Change-Id: I5fd6eb439d7a126ea1064878095a744cafc5101c
2019-04-11 10:17:55 +02:00
Axel Uhl
61876871fd
bug4987: added per-file permission management to FileStorageService impls
...
Change-Id: I2b04ae8ee9e31e06661857bf7470a1a112a0ac42
2019-04-10 22:14:27 +02:00
Steffen Jacobs
07271fc3d4
Bug 4894: added doPermissionCheckForGetFile method to
...
DummyFileStorageService
2019-04-03 18:10:03 +02:00
Steffen Jacobs
ad8ecde81d
Bug 4894: secured getFile method with in FileStorageResource for
...
AmazonS3FileStorageServiceImpl and LocalFileStorageServiceImpl.
2019-04-03 18:09:11 +02:00
Steffen Jacobs
46da85349b
Bug 4894: secured removeFile method in FileUploadServlet for
...
AmazonS3FileStorageServiceImpl
2019-04-03 17:56:11 +02:00
Steffen Jacobs
0adcb080d3
Bug 4894: secured removeFile method in FileUploadServlet for
...
LocalFileStorageServiceImpl
2019-04-03 17:54:22 +02:00
Steffen Jacobs
13e9d1923b
Bug 4894: secured storeFile method in FileUploadServlet for
...
AmazonS3FileStorageServiceImpl
2019-04-03 17:48:57 +02:00
Steffen Jacobs
fe5194967a
Bug 4894: secured storeFile method in FileUploadServlet for
...
LocalFileStorageServiceImpl
2019-04-03 17:47:24 +02:00
Steffen Jacobs
2f05d66469
Improved javadoc in LocalStorageServiceImpl
2019-03-29 14:34:26 +01:00
Steffen Schaefer
42ea70f2aa
Merge branch 'master' into permission-vertical
...
Conflicts:
java/com.sap.sailing.domain.persistence/META-INF/MANIFEST.MF
java/com.sap.sailing.domain.swisstimingadapter.persistence/META-INF/MANIFEST.MF
java/com.sap.sailing.domain.swisstimingadapter.test/META-INF/MANIFEST.MF
java/com.sap.sailing.domain.tractracadapter.persistence/META-INF/MANIFEST.MF
java/com.sap.sailing.server.replication.test/META-INF/MANIFEST.MF
java/com.sap.sailing.server.testsupport/META-INF/MANIFEST.MF
java/com.sap.sailing.server/META-INF/MANIFEST.MF
java/com.sap.sse.security.persistence/META-INF/MANIFEST.MF
java/com.sap.sse.security.test/META-INF/MANIFEST.MF
java/com.sap.sse.security.userstore.mongodb/META-INF/MANIFEST.MF
2019-01-28 09:58:30 +01:00
Axel Uhl
878e5d9dd2
upgraded the MongoDB driver to version 3.6.4; upgraded target platform
...
Change-Id: I621d4af6d3a3b0bcbf70310f731153cacfecebfc
2019-01-25 16:46:46 +01:00
Steffen Schaefer
73b377a6cd
Merge branch 'master' into permission-vertical
...
Conflicts:
java/com.sap.sailing.server/src/com/sap/sailing/server/impl/RacingEventServiceImpl.java
java/com.sap.sse.security/src/com/sap/sse/security/impl/SecurityServiceImpl.java
2019-01-24 09:41:58 +01:00
Axel Uhl
d2c3bdf2b5
ensure in-order delivery of messages from replica to master;
...
always pass operations to be sent to master into the queue so they
cannot be delivered to the master earlier than other queued operations
after connectivity has been restored
Change-Id: I7b1409dc4663659039058ce2c0511a26009114b4
2019-01-22 14:31:58 +01:00