strolch-website/docs/index.json

1 line
226 KiB
JSON
Raw Normal View History

2022-08-17 16:10:05 +02:00
[{"uri":"https://strolch.li/blog/post-00017/","title":"Strolch 1.8.5 and PLC 1.2.2 are out","tags":[],"description":"JDK 17 ready","content":"Strolch 1.8.5 and PLC 1.2.2 are out JDK 17 ready!\n Unbelievable, but the entire 1.7.x branch was never blogged about or deployed to Maven. We did do quite a few releases of the Java 11 version, but never got around to releasing to Maven.\nNow we have released the 1.8.x branch of Strolch and deployed to Maven Central.\nThe 1.8.x branch requires JDK 17, but is still on Tomcat 9.x. We will create a new branch for Tomcat 10.x and release that at a later date.\nWe also just released the Strolch PLC 1.2.x branch. This branch uses Strolch 1.8.x and is production ready.\nSo, Strolch 1.8.5 is out the door, go ahead and try it out.\n"},{"uri":"https://strolch.li/blog/post-00016/","title":"Strolch PLC now also on Maven Central","tags":[],"description":"Strolch PLC version 1.0.7 has been deployed to Maven Central for easier integration into your projects","content":"Strolch PLC now also on Maven Central Strolch PLC version 1.0.7 has been deployed to Maven Central for easier integration into your projects\n To more easily use Strolch PLC in your project, we have now deployed the latest Strolch PLC version to Maven Central. This version 1.0.7 depends on Strolch version 1.6.100.\nEnjoy coding!\n"},{"uri":"https://strolch.li/blog/post-00015/","title":"Release of Strolch 1.6.100","tags":[],"description":"The 100. release of the 1.6 branch and a brand new website!","content":"Release of Strolch 1.6.100 The 100. Strolch release of the 1.6 branch and a brand new website!\n Ok, so Maven doesn\u0026rsquo;t exactly have 100 releases on it, but even though we have been quiet on public releases, Strolch has seen many refactorings, fixes, new features etc. over the past three years of its last release.\nSome notable changes:\n I18n Support for StrolchExceptions. Better performance for reports on large joins. Move to JDK 11+. Refactoring to use of Java 9 LocalDateTime and ZonedDateTime where applicable. Added Controllers for better execution handling. Significantly simplified the methods to change the model. Simpler methods to retrieve relationship entities. Updated most libraries to their latest versions. Added a DataArchiveHandler to archive entities. Added require password change feature, and storing of login and password change history LDAP integration Added session keep alive Search expression simplifications New TextParameter for when persisting large values with whitespace and special characters Basic Auth for REST APIs, if no UI needed for scripting Many additional fixes, tweaks and helper functions Another new addition to the Strolch family is Strolch PLC. The Strolch PLC code allows one to use the same model but on a device acting as a soft PLC, e.g. a Raspberry Pi. This PLC code can then communicate using WebSockets with a Strolch instance, having quite seamless interaction with Activities which really shows the potential of using Strolch\u0026rsquo;s model in the shop floor.\nWe\u0026rsquo;ve been running the Strolch PLC in a mission critical shop floor application to control conveyors which are filled by a dispensing robot.\nSo, Strolch 1.6.100 is out the door, go ahead and try it out.\n"},{"uri":"https://strolch.li/blog/post-00014/","title":"Strolch Reports","tags":[],"description":"Strolch can do reports!","content":"Strolch Reports Strolch can do reports!\n A feature we haven\u0026rsquo;t written about yet is the report API. Strolch has it\u0026rsquo;s own API to generate reports of data, and since we have a generic model, we use Resource of type Report to define them.\nGo check out the documentation and then enjoy using this easy way to deliver the reports your peers require.\n"},{"uri":"https://strolch.li/blog/post-00013/","title":"Strolch Searches","tags":[],"description":"Strolch queries are deprecated!","content":"Strolch Searches Strolch queries are deprecated!\n Strolch has had once again many changes, and fixes etc. One important thing to note is that we have removed support for tr