Commit Graph

157 Commits

Author SHA1 Message Date
Robert von Burg 8a1e7aea4e [Project] Allow generating PMD and SpotBugs reports 2021-09-29 10:04:05 +02:00
Robert von Burg a404a708c2 [Major] Upgraded to Camel 3.11.1 2021-09-24 14:47:06 +02:00
Robert von Burg 4e65fe038c [Project] Updating dependencies 2021-09-24 14:45:01 +02:00
Robert von Burg 77648a445c [Project] Updated to JDK 17 2021-09-24 10:17:11 +02:00
Robert von Burg 72610ca9a6 [Project] Auto update to new version 1.8.0-SNAPSHOT 2021-09-24 08:54:58 +02:00
Robert von Burg f97c7df7b0 [Project] Updated snapshot version to 1.7.0-SNAPSHOT 2021-09-08 09:46:12 +02:00
Robert von Burg e61f9eb3d8 [Project] Update SCM URLs 2021-07-16 15:49:49 +02:00
Robert von Burg 72d84d1ea5 [Project] removed website module 2021-07-16 11:33:29 +02:00
Robert von Burg 5a05d14bd5 [Project] Updated to HikariCP 4.x 2021-05-26 09:28:15 +02:00
Robert von Burg 476d652294 [Project] Updated grizzly dependencies 2021-04-30 14:41:46 +02:00
Robert von Burg 6eb3229a69 [Project] Updated jersey version to 2.34 2021-04-28 13:03:27 +02:00
Robert von Burg efe7755f3c [Project] change logback dependency definition 2021-04-23 14:58:56 +02:00
Robert von Burg 3eda5149b8 [Project] Updated tyrus and grizzly versions 2021-04-23 14:48:08 +02:00
Robert von Burg b3d2501e5b [Fix] Freeze jSerialComm version to 2.6.2 2021-04-20 14:05:00 +02:00
Robert von Burg 48948a5707 [Project] fixed import of javax.servlet 2021-04-19 17:25:19 +02:00
Robert von Burg 737e679672 [Project] updated pi4j to release 1.4 2021-03-03 09:40:10 +01:00
Snyk bot b510ea9f67
fix: upgrade org.postgresql:postgresql from 42.2.17.jre7 to 42.2.18.jre7 (#19)
Snyk has created this PR to upgrade org.postgresql:postgresql from 42.2.17.jre7 to 42.2.18.jre7.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.postgresql/postgresql/

See this project in Snyk:
https://app.snyk.io/org/eitch/project/ad44f97f-ef3a-465e-a126-6d30ac46a757?utm_source=github&utm_medium=upgrade-pr
2020-11-09 13:52:46 +01:00
Snyk bot d8b08dd376
fix: upgrade org.postgresql:postgresql from 42.2.16.jre7 to 42.2.17.jre7 (#18)
Snyk has created this PR to upgrade org.postgresql:postgresql from 42.2.16.jre7 to 42.2.17.jre7.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.postgresql/postgresql/

See this project in Snyk:
https://app.snyk.io/org/eitch/project/ad44f97f-ef3a-465e-a126-6d30ac46a757?utm_source=github&utm_medium=upgrade-pr
2020-11-04 13:13:07 +01:00
Snyk bot 6de07354d6
fix: pom.xml to reduce vulnerabilities (#14)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-JUNIT-1017047
2020-10-14 10:50:16 +02:00
Snyk bot e35c012574
fix: upgrade org.postgresql:postgresql from 42.2.15 to 42.2.16.jre7 (#9)
Snyk has created this PR to upgrade org.postgresql:postgresql from 42.2.15 to 42.2.16.jre7.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.postgresql/postgresql/

See this project in Snyk:
https://app.snyk.io/org/eitch/project/ad44f97f-ef3a-465e-a126-6d30ac46a757?utm_source=github&utm_medium=upgrade-pr
2020-09-29 11:02:46 +02:00
Robert von Burg a31a8643f3 [Project] Updated JDK to 11 -> It is time to leave JDK 8 behind 2020-09-04 15:48:18 +02:00
Robert von Burg f1c1948398 [Project] Updated dependencies 2020-08-18 10:52:16 +02:00
Robert von Burg 6ef1cc4f50 [Project] Updated dependencies 2020-08-17 21:55:33 +02:00
Robert von Burg 6d4ae7ae33 [Major] Use cron expressions to execute StrolchJobs
A strolch job can now be modelled in XML as follows:

   <Resource Id="reloadPolicies" Name="Reload Policies" Type="StrolchJob">
       <ParameterBag Id="parameters" Name="Parameters" Type="Parameters">
           <Parameter Id="className" Name="Class Name" Type="String"
                   Value="li.strolch.policy.ReloadPoliciesJob"/>
           <Parameter Id="mode" Name="Job Mode" Type="String"
                   Interpretation="Enumeration" Uom="JobMode" Value="Recurring"/>
           <Parameter Id="startDate" Name="Job StartDate" Type="Date" Value="-"/>
           <Parameter Id="cron" Name="Cron" Type="String" Value="47 * * * *"/>
       </ParameterBag>
   </Resource>
2020-05-02 21:57:25 +02:00
Robert von Burg dadc2a8cb8 [Major] Rewrote execution with controllers 2020-02-18 18:11:22 +01:00
Robert von Burg 2ced238b20 [Minor] Moved archetype-packaging version to root pom 2020-01-27 16:15:56 +01:00
Robert von Burg ca1b93d4ea [Project] Fixed bom and JavaDoc generation 2019-09-27 09:59:13 +02:00
Robert von Burg edf60923ac [Project] Updated slf4j to 1.7.28 2019-09-25 11:12:49 +02:00
Robert von Burg 15a9c924e7 [Major] Added maven archetypes to create new projects 2019-09-10 13:22:49 +02:00
Robert von Burg 1a82429962 [Project] Fix dependencies for Java 11 2019-07-04 15:46:51 +02:00
Robert von Burg 8c1ecdd8d2 [Project] Updated all project and Maven dependencies 2019-07-03 20:38:22 +02:00
Robert von Burg 36f3c54435 [Major] Added new module websocket for observer updates over websocket 2019-03-11 13:13:13 +01:00
Robert von Burg 7c3a26771e [Project] new profile source for source building 2019-03-08 08:28:52 +01:00
Robert von Burg b6819c4b47 [Major] Removed serializable and reformatted all code 2018-10-05 09:17:13 +02:00
Robert von Burg 9b8e91d0a5 [New] Added REST API for Reports 2018-09-07 10:17:37 +02:00
Robert von Burg 304b0cae3d [Project] fixing deploy to maven central 2018-06-25 13:41:04 +02:00
Robert von Burg b95f65e609 [Project] fixing deploy to maven central 2018-06-25 13:31:46 +02:00
Robert von Burg 4b2c11dccb [Project] autoReleaseAfterClose for maven central 2018-06-25 13:20:36 +02:00
Robert von Burg 4391ac9067 [Project] Removed planning and tutorial web apps, use bookt shop instead 2018-03-28 17:38:17 +02:00
Robert von Burg 86b65f8697 [Major] Removed petitparser, using StrolchSearch in REST API 2018-03-20 07:46:28 +01:00
Robert von Burg ae405492e9 Merge branch 'develop' into feature/soql 2018-02-27 17:05:50 +01:00
Robert von Burg 315879ebe1 [Major] (Re-)Implemented XML Persistence 2018-02-27 09:00:26 +01:00
Robert von Burg 7969873a46 [Project] Removing jersey-container-servlet dependency from rest 2018-01-03 13:39:52 +01:00
msmock 92915b4552 initial commit of SOQL, the object query language for strolch 2017-11-30 17:05:10 +01:00
Robert von Burg cc66ab67b2 [WIP] Added new module SOQL 2017-11-30 13:09:18 +01:00
Robert von Burg 5afacfb1c4 [Project] Added maven-resources-plugin version 2017-11-07 10:17:10 +01:00
Robert von Burg 76e7403974 [Project] Update all dependencies and plugin dependencies in pom.xml 2017-09-28 19:11:34 +02:00
Robert von Burg 1a2752039f [Project] logback is now a compile time dependency 2017-09-25 12:17:16 +02:00
Robert von Burg c3dd25a068 [Project] Configure gpg keyname for deployment 2017-08-24 14:21:58 +02:00
Robert von Burg a27e9a2999 [Project] Set new snapshot version 1.6.0-SNAPSHOT 2017-08-24 14:11:29 +02:00
Robert von Burg f87c42f399 [Project] switched tests to use logback-classic 2017-05-22 09:50:48 +02:00
Robert von Burg f3d686c3bb [Project] disable dependency-check 2017-05-03 16:25:21 +02:00
Robert von Burg 2a3ee2bcf0 [Minor] Updated to latest versions of external dependencies 2017-04-03 10:01:19 +02:00
Robert von Burg b325e77197 [Minor] Updated to latest versions of external dependencies 2017-04-03 09:56:42 +02:00
Robert von Burg 8310dc1a44 [Project] Updated to petit-parser 2.0.3 2017-03-07 09:49:56 +01:00
Robert von Burg cf9026f693 [Project] Skipping deployment of demo/test apps to Central 2017-01-18 11:00:23 +01:00
Robert von Burg 5c08705fef [Project] Skipping deployment of demo/test apps to Central 2017-01-18 10:20:10 +01:00
Robert von Burg 905db8c297 [Project] Set new version 1.5.0-SNAPSHOT 2016-11-03 12:07:38 +01:00
Robert von Burg 0e2424bf22 [Minor] Upgrade to Jersey 2.23.2 2016-10-04 15:13:25 +02:00
Robert von Burg 7255bcedc0 [Project] add mgmt for maven-project-info-reports-plugin 2016-09-22 15:30:35 +02:00
Robert von Burg dc0a34dc9d [Project] Set new snapshot version 1.4.0-SNAPSHOT 2016-09-22 11:33:15 +02:00
Robert von Burg bda16a0f80 [Project] Updated project for deployment to Maven Central 2016-09-22 09:37:55 +02:00
Robert von Burg 6ed3587394 [Project] Set distribution management to oss.sonatype.org 2016-09-21 21:28:01 +02:00
Robert von Burg 5559e4cb8a [Project] Disabled building of XML persistence 2016-08-08 09:57:12 +02:00
Robert von Burg 1d8dbf875f [Project] Added slf4j-log4j as global test dependency 2016-07-31 09:28:05 +02:00
Robert von Burg 612745098b [Project] Set new SNAPSHOT version 1.3.0-SNAPSHOT 2016-07-05 09:57:44 +02:00
Robert von Burg 611a7c670a [Project] Set new SNAPSHOT version 1.2.1-SNAPSHOT 2016-07-05 09:56:56 +02:00
Robert von Burg e15b93e690 [Project] Set version 1.2.0 2016-07-05 09:52:34 +02:00
Robert von Burg 78d7ae97ba [Project] Cleaned up build scripts 2016-07-05 09:50:54 +02:00
Robert von Burg f0bba0f915 [Major] Moving eitchnet projects into Strolch 2016-06-24 18:13:02 +02:00
Robert von Burg 3b7e5200fa [Project] Removed parent 2016-06-24 18:05:45 +02:00
Robert von Burg 14197ed644 [Major] Cleaning up parents 2016-06-24 18:00:44 +02:00
Robert von Burg 5d38fc4526 [Project] Removed parent 2016-06-24 17:46:30 +02:00
Robert von Burg 12d8a71e80 [Major] Move ch.eitchnet projects to li.strolch 2016-06-24 17:42:16 +02:00
Robert von Burg e03c760d4a [Project] Removed repository management 2016-04-09 15:14:04 +02:00
Robert von Burg c697316661 [Project] Added proper repository management 2016-04-09 14:49:20 +02:00
Robert von Burg 5f71427d33 [New] Added a QueryParser to parse String queries to Strolch queries 2016-04-05 08:30:07 +02:00
Robert von Burg f09d227fa3 [Project] Updated deployment server 2015-11-20 00:17:16 +01:00
Robert von Burg 974b746a42 [Project] Updated deployment server 2015-11-20 00:15:18 +01:00
Robert von Burg 2eaa0b5498 [New] Added new project li.strolch.planningwebapp
- this project will be a reference implementation for planning use cases
2015-08-11 17:59:12 +02:00
Robert von Burg 2e91d18aa9 [Minor] moved artifact definition before properties 2015-07-09 14:49:13 +02:00
Robert von Burg f808899cca [New] added a performance test project to see how many TX/s are possible 2015-04-21 15:05:28 +02:00
Robert von Burg e961aa8cd3 [Project] Bumped version from 1.2.0-SNAPSHOT to 1.1.0-SNAPSHOT 2015-03-02 14:29:34 +01:00
Robert von Burg 460c26126e [Project] Bumped version from 1.1.0-SNAPSHOT to 1.2.0-SNAPSHOT 2015-03-02 14:28:18 +01:00
Robert von Burg 52e06f1818 [Project] Bumped version to 1.1.0-SNAPSHOT 2015-03-02 13:43:45 +01:00
Robert von Burg ada9abb097 [Project] Bumped version from 1.0.0-RC1 to 1.0.0-SNAPSHOT 2014-09-20 15:23:11 +02:00
Robert von Burg 7c0ab16c9e [Project] bumped version from 1.0.0-SNAPSHOT to 1.0.0-RC1 2014-09-20 14:38:29 +02:00
Robert von Burg 6cff4e1902 [New] added new setVersion.sh script 2014-09-20 00:18:41 +02:00
Robert von Burg 41c1f9ae3e [Minor] cleanup 2014-09-19 22:05:40 +02:00
Robert von Burg fa3e9d2742 [New] added new ch.eitchnet project 2014-09-19 21:23:31 +02:00
Robert von Burg dc4c7b9fd0 [Project] add ch.eitchnet to module build 2014-09-19 21:19:21 +02:00
Robert von Burg fe37e0aae0 [Project] added a new parent pom where Strolch's version is set 2014-09-19 20:09:42 +02:00
Robert von Burg 82d10873cd [Project] added a new parent pom where Strolch's version is set 2014-09-19 19:47:07 +02:00
Robert von Burg f590a12e3a [Project] added a new parent pom where Strolch's version is set 2014-09-19 19:23:49 +02:00
Robert von Burg 4498d41dd8 [Project] moving module build one up 2014-09-19 19:06:11 +02:00
Robert von Burg 3cc91dfd04 moved everything to a subdirectory for repo merge 2014-09-16 08:45:30 +02:00
Robert von Burg 3526c33271 [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:22:54 +02:00
Robert von Burg e82b9a6ae6 [Project] added resource filtering for agentVersion.properties 2014-08-13 23:37:26 +02:00
Robert von Burg b50863d897 [Project] fixed urls of projects 2014-03-14 14:38:08 +01:00
Robert von Burg 0f8b7fd3a7 [New] added version info metadata to agent 2014-01-23 22:00:22 +01:00