Commit Graph
40 Commits
Author SHA1 Message Date
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
Finn Huelsbusch d888c1fad9 added configuration for eclipse 2022-06 and updated the onboarding 2022-07-07 16:51:33 +02:00
Axel Uhl ead857666e aftermath for commit 05d574d94d: registering DataMiningServer tracker again in servlet context 2022-06-20 17:20:32 +02:00
Axel Uhl daa8e3ad6e Merge branch 'master' into bug5655; starting an implementation of a /createapplicationreplicaset REST method 2021-12-16 10:50:27 +01:00
Axel Uhl 05d574d94d bug5631: use shared RestServletContainer for other RESTlets 2021-12-02 12:19:01 +01:00
Axel Uhl 11837bcbdd bug5631: moved RacingEventService[Impl].getOrCreateTargetServerBearerToken to SecurityService[Impl] 2021-11-30 10:49:50 +01:00
Axel Uhl ce23eee23d rmeoved org.jdom dependency from com.sap.sailing.shared.server.gateway; it wasn't required 2021-10-05 18:13:47 +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 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 bc13bc9c8f bug5451: starting to work the com.sap.sailing.hanaexport bundle into a web bundle 2021-06-29 16:04:34 +02: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 ef9097dd5e bug5513 aftermath: fixing class of invalidRequest filter in all shiro.ini files 2021-04-16 12:01:50 +02:00
Axel Uhl 37fb3dc0a5 bug5513: added configuration of Shiro invalidRequest filter for backward compatibility to all shiro.ini files;
re-enabling backslash, semicolon and non-ASCII characters (important, e.g., for Umlaut characters)
in URL paths again
2021-04-16 11:37:44 +02:00
Axel Uhl ae75a94737 bug5513: added the now necessary authc = com.sap.sse.security.CustomFilter to all shiro.ini files, as already documented in Wiki 2021-04-13 09:39:49 +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
Georg Herdt 07525d4ae1 Merge branch 'master' into bug5480
# Conflicts:
#	java/com.sap.sailing.feature.p2build/raceanalysis.product
#	java/com.sap.sailing.server/SailingServer (No Proxy).launch
#	java/com.sap.sse.security.ui/WEB-INF/web.xml
2021-01-29 09:34:47 +01:00
Georg Herdt aa2a98fb3e Merge branch 'master' into bug5480
# Conflicts:
#	java/com.sap.sailing.gwt.ui/.settings/com.gwtplugins.gwt.eclipse.core.prefs
2021-01-23 04:32:41 +01:00
Axel Uhl d81530eabd Merge branch 'master' into bug4811-with-bug5288-with-elemental2 2021-01-21 16:56:15 +01:00
Axel Uhl bd06b75e3d moved JsonSerializer and JsonDeserializer to com.sap.sse.shared.android to make them re-usable by all web bundles 2021-01-21 16:54:42 +01:00
Axel Uhl 0ca193fa8f bug5482: consolidated AccessControlAndEncodingResponseFilter copies into com.sap.sse bundle 2021-01-21 15:05:24 +01:00
Georg Herdt e6ae9da861 upgrade to recent servlet/web.xml standard of jetty 9.4.
bug 5153
2021-01-17 22:16:10 +01:00
Georg Herdt fbadad0ef7 switch from java.servlet bundle to osgi-servlet bundle to be able to resolve DTDs and XSD for validation (e.g. web.xml)
bug 5153
2021-01-17 22:10:27 +01:00
Dennis Aulenbacher 1b15371658 bug5409: Correction of example requests in api docs 2020-12-01 12:44:40 +01:00
Dennis Aulenbacher 22a3a9cc7b bug5409: Changed "tag" query parameter to tags, correctly representing
it'S multi valued nature
2020-12-01 12:27:51 +01:00
Dennis Aulenbacher 981b9f2e87 bug5409: Changing name of field "tag" in MarkPropertiesResource to
"tags", correctly conveying it's multi value nature.
2020-11-30 14:31:01 +01:00
Axel Uhl a915bf793a use streamingOutput in more places, avoiding memory-intense JSON serialization 2020-07-07 15:43:13 +02:00
Axel Uhl 8c8ef001b7 moved StreamingOutputUtil from shared.android to com.sap.sse where it belongs 2020-04-28 15:48:38 +02:00
Axel Uhl 927be27747 moved StreamingOutput helpers to com.sap.sse.shared.android and use in security REST API and ThreadManager 2020-04-28 13:33:08 +02:00
Axel Uhl c0a3fb0b90 refactored to remove duplications from AbstractSailingServerResource; fixed flush() problem for StreamingOutput also in shared... 2020-04-27 23:20:30 +02:00
Axel Uhl 744e682dca use writeJSONString(Writer) to save memory and produce less garbage 2020-04-27 18:19:16 +02:00
Axel Uhl 76f7e0c7dd allow unsetting MarkProperties' positioning info; added security checks 2020-03-25 14:02:37 +01:00
Axel Uhl 1d6526fc91 moved SharedSailingData interface to com.sap.sailing.shared.server bundle;
made it implement the Replicable interface so it can be waited for using
the FullyInitializedReplicableTracker
2020-03-11 15:57:44 +01:00
Axel Uhl 3696b6389b Merge branch 'bug5085' into bug5165 2020-01-13 16:29:38 +01:00
Axel Uhl 7eb6802b8f bug5168: fixed some test issued 2020-01-07 23:08:11 +01:00
Axel Uhl 572b0fa315 bug5168: uncompilable interims commit, starting to introduce MarkConfigurationRequest/Response 2019-12-20 22:53:40 +01:00
Axel Uhl eca8485780 bug5165: uncompileable interims commit with major progress of replacing MarkRole for MarkTemplate in the ControlPointTemplate 2019-12-19 16:04:02 +01:00
Axel Uhl 62935b588f introduced new parameter markPropertiesGroupOwnership for CourseConfigurationResource.createCourseTemplate and createCourse 2019-12-17 19:09:54 +01:00
Steffen Schaefer b9f53284b9 Bug 5085: Moved some security related classes to prevent dependency
cycles and adjusted shiro.ini files
2019-12-09 09:21:35 +01:00
Steffen Schaefer dfcabd483f Bug 5085: Removed unnecessary parts of web.xml and fixed several package
declarations
2019-12-09 09:21:33 +01:00
Steffen Schaefer 1fb07c69f4 Bug 5085: Added new distinct projects for shared sailing data 2019-12-09 09:19:12 +01:00