Commit Graph

109 Commits

Author SHA1 Message Date
Robert von Burg 783a530f3b [Project] Updated logback to 1.2.8 due to https://jira.qos.ch/browse/LOGBACK-1591 2021-12-14 17:13:43 +01:00
Robert von Burg fdb04a8839 [Project] Don't use Jakarta yet, use javax 2021-11-29 18:06:13 +01:00
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