You are viewing a plain text version of this content. The canonical link for it is here.
- [plc4x] branch develop updated: Updated connection cache pom based on Cesar's comments. - posted by hu...@apache.org on 2021/03/01 03:11:08 UTC, 0 replies.
- [plc4x] branch develop updated: - Fixed a minor bug in the knx master-data mspec generation. - posted by cd...@apache.org on 2021/03/01 19:01:21 UTC, 0 replies.
- [plc4x] branch develop updated: - Fixed a bug only returning results for only one group address for a given com object in System7 devices - posted by cd...@apache.org on 2021/03/02 11:12:18 UTC, 0 replies.
- [plc4x] branch develop updated: - Added an example for subscriptions in KNX - Fixed the code in KNX subscriptions to work if no datatype was provided - posted by cd...@apache.org on 2021/03/03 15:27:35 UTC, 0 replies.
- [plc4x] branch develop updated: - Made the driver replace the "field" in case of a subscription event to replace the original field, which can contain patterns, with a concrete version with no patterns. So we can know where an event came from. - posted by cd...@apache.org on 2021/03/04 08:46:31 UTC, 0 replies.
- [plc4x] branch feature/string_enum_mspec updated: Got enumerator discriminators working for for C - posted by hu...@apache.org on 2021/03/04 11:11:16 UTC, 0 replies.
- [plc4x] branch develop updated: - Added a "RawPlcValue" type which allows lazy decoding of the payload if the type-information is not known at the time it's processed by the driver. - posted by cd...@apache.org on 2021/03/04 11:44:19 UTC, 0 replies.
- [plc4x] branch develop updated: Updated some wording on the Kafka connector page - posted by hu...@apache.org on 2021/03/04 11:55:03 UTC, 0 replies.
- [plc4x] branch develop updated: - Added a RawReset function to the RawPlcValue to allow multiple parser runs of the same raw value. - posted by cd...@apache.org on 2021/03/04 12:02:11 UTC, 0 replies.
- [plc4x-website] branch asf-site updated: Site checkin for project PLC4X: Jenkins Tools - posted by gi...@apache.org on 2021/03/04 12:35:07 UTC, 8 replies.
- [plc4x] branch develop updated: - Changed the PlcValueAdapter.go to support the list functions on all plc value types, by treating single item plc-values as one-element lists. - posted by cd...@apache.org on 2021/03/04 14:38:40 UTC, 0 replies.
- [plc4x] branch bug/opcua_subscription created (now 67de5ba) - posted by hu...@apache.org on 2021/03/05 10:02:19 UTC, 0 replies.
- [plc4x] 01/01: Fix for opcua subscription - posted by hu...@apache.org on 2021/03/05 10:02:20 UTC, 0 replies.
- [plc4x] branch feature/string_enum_mspec updated: Updated C and Go templates - posted by hu...@apache.org on 2021/03/07 11:39:54 UTC, 0 replies.
- [plc4x] branch develop updated: - Major cleanup of the KnxNetIpConnection type - Made the drivers automatically register their default transports - posted by cd...@apache.org on 2021/03/08 07:30:12 UTC, 0 replies.
- [plc4x] branch develop updated: - Updated the knx codec to check expectations for expirations, even if no message was received - Added a dedicated TimeoutError type to allow easy detection of timeout errors - posted by cd...@apache.org on 2021/03/08 11:08:34 UTC, 0 replies.
- [plc4x] branch develop updated (06fbedd -> 3142a57) - posted by cd...@apache.org on 2021/03/08 12:45:48 UTC, 0 replies.
- [plc4x] 01/03: - Clean up the read-memory function and the updating of the max pdu size, if a mem-read returns less than expected. - posted by cd...@apache.org on 2021/03/08 12:45:49 UTC, 0 replies.
- [plc4x] 02/03: - Clean up the read-memory function and the updating of the max pdu size, if a mem-read returns less than expected. - posted by cd...@apache.org on 2021/03/08 12:45:50 UTC, 0 replies.
- [plc4x] 03/03: - Worked on detecting bad connections. - posted by cd...@apache.org on 2021/03/08 12:45:51 UTC, 0 replies.
- [plc4x] branch develop updated: - Fixed the Firmata driver (The analog part now works again) - posted by cd...@apache.org on 2021/03/08 16:36:46 UTC, 0 replies.
- [plc4x] branch develop updated: - Removed unneeded import. - posted by cd...@apache.org on 2021/03/08 17:57:49 UTC, 1 replies.
- [plc4x] branch develop updated: - Tried to resolve a strange problem only causing problems when compiling using gccgo - posted by cd...@apache.org on 2021/03/10 22:04:24 UTC, 0 replies.
- [plc4x] branch develop updated: lebbing logo - posted by ot...@apache.org on 2021/03/11 08:05:35 UTC, 0 replies.
- [plc4x] branch develop updated: adding Lebbing Automation - posted by ot...@apache.org on 2021/03/11 08:10:45 UTC, 0 replies.
- [plc4x] branch develop updated: golang type generator big.Int and big.Float support + initial ads generation - posted by sr...@apache.org on 2021/03/11 12:23:00 UTC, 0 replies.
- [plc4x] branch develop updated: remove debug statements from golang readbuffer - posted by sr...@apache.org on 2021/03/11 12:36:21 UTC, 0 replies.
- [plc4x] branch develop updated: - Added an execution of go fmt in the build - Fixed a bug in the error handling of generated XML code - posted by cd...@apache.org on 2021/03/11 12:57:24 UTC, 0 replies.
- [plc4x] branch develop updated (b1dc1be -> 5a3b74b) - posted by sr...@apache.org on 2021/03/11 14:51:33 UTC, 0 replies.
- [plc4x] 01/02: plc4go: add Makefile to wrap maven calls for non maven aware devs - posted by sr...@apache.org on 2021/03/11 14:51:34 UTC, 0 replies.
- [plc4x] 02/02: plc4go: enabled test run with maven and reformatted missing code - posted by sr...@apache.org on 2021/03/11 14:51:35 UTC, 0 replies.
- [plc4x] branch develop updated: plc4j: removed L from spec literal and added detection for long literals to java gernerator - posted by sr...@apache.org on 2021/03/11 15:08:20 UTC, 0 replies.
- [plc4x] branch develop updated: plc4j: removed L from spec literal and added detection for long literals to java gernerator Part2 now with spec - posted by sr...@apache.org on 2021/03/11 15:08:52 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: add WIP test files for ads and s7 - posted by sr...@apache.org on 2021/03/11 15:15:16 UTC, 0 replies.
- [plc4x] branch develop updated: - Adjusted the execution times of the go maven plugin tools - Removed obsolete test-code (That actually wasn't test code) - posted by cd...@apache.org on 2021/03/11 15:44:36 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: severall fixes regarding code generation + math/big import will only be rendered when required + generated code will now contain a comment which will be interpreted by the IDE + reformated code with tabs again. We need to adjust code generation here somehow + added prober .editorconfig for .go - posted by sr...@apache.org on 2021/03/11 16:41:41 UTC, 0 replies.
- [plc4x] branch develop updated: - Fixed the code generation issues for the new protocols - posted by cd...@apache.org on 2021/03/11 22:36:29 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: added parameter parsing to DriverTestRunner.go - posted by sr...@apache.org on 2021/03/12 10:39:12 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: initial work on ads driver + introduced zerolog github.com/rs/zerolog + introduced errors github.com/pkg/errors + Added some logging to DriverTestRunner + Fixed bug where delay lead to panic - posted by sr...@apache.org on 2021/03/12 12:25:25 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: Switch to zerolog + Fixed issues with tabs by adding tabs to golang ftlh templates + Fixed issue where generated header was missing + Fixed issue where fmt wasn proberly executed during maven cycle + added indent_style for ftlh - posted by sr...@apache.org on 2021/03/12 14:59:08 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: Enabled xunit report xml for jenkins - posted by sr...@apache.org on 2021/03/12 15:30:16 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: Disable console logger as it wrecks the report.xml - posted by sr...@apache.org on 2021/03/12 15:59:33 UTC, 0 replies.
- [plc4x] branch develop updated: - Tried to make the KNX protocol always update the xml-masterdata.xml - posted by cd...@apache.org on 2021/03/12 16:02:27 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: Make build on test fail - posted by sr...@apache.org on 2021/03/12 16:29:45 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: Only fail test after report was generated - posted by sr...@apache.org on 2021/03/12 16:36:14 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: Partial test fix + un/marshal uses hex base output now + DriverTestsuite.xml still contains base64 - posted by sr...@apache.org on 2021/03/13 01:04:40 UTC, 0 replies.
- [plc4x] branch develop updated: plc4x: convert missing base64 to hex - posted by sr...@apache.org on 2021/03/13 09:35:13 UTC, 0 replies.
- [plc4x] branch develop updated: plc4j: added deserializer to TestSuiteMappingModule.java - posted by sr...@apache.org on 2021/03/13 10:25:22 UTC, 0 replies.
- [plc4x] branch develop updated: - Removed the setting to re-download the xml-masterdata.xml on every build as in case of multiple builds a day you tend to get banned. - posted by cd...@apache.org on 2021/03/13 10:27:50 UTC, 0 replies.
- [plc4x] branch develop updated: - Updated the ads and can protocol modules to use hex-string encoded test-data - posted by cd...@apache.org on 2021/03/13 10:30:04 UTC, 0 replies.
- [plc4x] branch develop updated: - Updated the s7 and can protocol modules to use hex-string encoded test-data - posted by cd...@apache.org on 2021/03/13 10:40:40 UTC, 0 replies.
- [plc4x] branch develop updated: - Updated the testsuite data in the go module - posted by cd...@apache.org on 2021/03/13 10:52:05 UTC, 0 replies.
- [plc4x] branch develop updated: - Deleted some super-old legacy test - posted by cd...@apache.org on 2021/03/13 10:58:39 UTC, 0 replies.
- [plc4x] branch feature/string_enum_mspec updated: Updated Enum Discriinator fields for C and Java. - posted by hu...@apache.org on 2021/03/14 21:16:57 UTC, 0 replies.
- [plc4x] branch develop updated: Fix legacy transport name and unsubscribe request handling for CANopen. - posted by ld...@apache.org on 2021/03/15 16:17:47 UTC, 0 replies.
- [plc4x] branch feature/profinet2 created (now d8ddeb6) - posted by ld...@apache.org on 2021/03/15 18:09:28 UTC, 0 replies.
- [plc4x] 01/05: Sketch of Profinet DCP mspec. - posted by ld...@apache.org on 2021/03/15 18:09:29 UTC, 0 replies.
- [plc4x] 02/05: First Profinet Discovery and Configuration Protocol implementation. - posted by ld...@apache.org on 2021/03/15 18:09:30 UTC, 0 replies.
- [plc4x] 03/05: Implementation of writing part for pcap4j transport. - posted by ld...@apache.org on 2021/03/15 18:09:31 UTC, 0 replies.
- [plc4x] 04/05: Make ethernet sender field configurable. - posted by ld...@apache.org on 2021/03/15 18:09:32 UTC, 0 replies.
- [plc4x] 05/05: Fix troubles with padding, yet not perfect. - posted by ld...@apache.org on 2021/03/15 18:09:33 UTC, 0 replies.
- [plc4x] branch feature/string_enum_mspec updated (1431989 -> 409d940) - posted by hu...@apache.org on 2021/03/16 10:42:31 UTC, 0 replies.
- [plc4x] 01/02: Merge branch 'develop' into feature/string_enum_mspec - posted by hu...@apache.org on 2021/03/16 10:42:32 UTC, 0 replies.
- [plc4x] 02/02: Integration test is working in Go, sorting through some failed tests. - posted by hu...@apache.org on 2021/03/16 10:42:33 UTC, 0 replies.
- [plc4x] branch develop updated: added strtok_s define for windows - posted by cd...@apache.org on 2021/03/16 15:40:05 UTC, 0 replies.
- [plc4x] branch bug/opcua_subscription updated (67de5ba -> db392a1) - posted by hu...@apache.org on 2021/03/17 00:54:36 UTC, 0 replies.
- [plc4x] branch bug/opcua_subscription updated (db392a1 -> 5e00e3e) - posted by hu...@apache.org on 2021/03/17 01:10:32 UTC, 0 replies.
- [plc4x-build-tools] branch develop updated: - Updated the website skin to use the new apache event tooling (https://www.apachecon.com/event-images/) - posted by cd...@apache.org on 2021/03/17 13:54:17 UTC, 0 replies.
- [plc4x] branch develop updated: - Updated the website-generation to use the updated skin with the new tooling for Apache events. - posted by cd...@apache.org on 2021/03/17 13:56:35 UTC, 0 replies.
- [plc4x-build-tools] branch develop updated: - Updated the website-generation to use the updated skin with the new tooling for Apache events. - posted by cd...@apache.org on 2021/03/17 16:18:25 UTC, 1 replies.
- [plc4x] branch develop updated: - Updated the commercial-support.adoc page (Replaced codecentric entry with c-ware (as I'm no longer affiliated with cc)) - posted by cd...@apache.org on 2021/03/17 17:05:06 UTC, 0 replies.
- [plc4x] branch develop updated: - Fixed my email address - posted by cd...@apache.org on 2021/03/17 17:50:38 UTC, 0 replies.
- [plc4x] branch feature/string_enum_mspec updated (409d940 -> 248ad21) - posted by hu...@apache.org on 2021/03/17 21:21:04 UTC, 0 replies.
- [plc4x] 01/02: Minor changes - posted by hu...@apache.org on 2021/03/17 21:21:05 UTC, 0 replies.
- [plc4x] 02/02: Integration tests working for java,C and Go - posted by hu...@apache.org on 2021/03/17 21:21:06 UTC, 0 replies.
- [plc4x] branch feature/string_enum_mspec updated: Add additional tests to the test.mspec - posted by hu...@apache.org on 2021/03/18 10:33:31 UTC, 0 replies.
- [plc4x] branch feature/plc4go-cleanup created (now cd69c00) - posted by sr...@apache.org on 2021/03/18 10:41:43 UTC, 0 replies.
- [plc4x] 01/01: plc4go: Cleanup obsolete interface child Implementation meant a implements but was in fact a delegate attribute. So those got removed - posted by sr...@apache.org on 2021/03/18 10:41:44 UTC, 0 replies.
- [plc4x] branch develop updated (bed7865 -> cd69c00) - posted by sr...@apache.org on 2021/03/18 10:56:21 UTC, 0 replies.
- [plc4x] branch feature/plc4golang-refactor created (now d9bb672) - posted by sr...@apache.org on 2021/03/18 16:55:08 UTC, 0 replies.
- [plc4x] 01/01: plc4go: Refactor, deduplicate package name out of code - posted by sr...@apache.org on 2021/03/18 16:55:09 UTC, 0 replies.
- [plc4x] branch develop updated (cd69c00 -> d9bb672) - posted by sr...@apache.org on 2021/03/18 17:09:53 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: Removed obsolete interface delegates + added a readable test goal to Makefile + added Todos for DriverTestRunner.go - posted by sr...@apache.org on 2021/03/18 18:11:25 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: Improve error output on test failure + Provide a diff view for cases when the test fails - posted by sr...@apache.org on 2021/03/18 18:35:02 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: Change logger to text (only for unit tests) + Disable color when run from jenkins as the color instructions damage the xunit output - posted by sr...@apache.org on 2021/03/18 19:09:14 UTC, 0 replies.
- [plc4x] branch develop updated (c1d60ea -> 1972936) - posted by hu...@apache.org on 2021/03/18 21:45:53 UTC, 0 replies.
- [plc4x] 01/01: Merge pull request #227 from apache/bug/opcua_subscription - posted by hu...@apache.org on 2021/03/18 21:45:54 UTC, 0 replies.
- [plc4x] branch feature/opua created (now 1972936) - posted by hu...@apache.org on 2021/03/19 08:47:06 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: Cleanup + Added knxnetip_driver_test.go and knxnetip_parser_serializer_test.go for intial skipped test runs + Deduplicated Package names out of struct names + Converted consts to camel case + Added timeout for timeout error + removed package shadowing on modbus/Reader.go + fixed several linter issues - posted by sr...@apache.org on 2021/03/19 08:50:54 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: Fix missing method that broke the build - posted by sr...@apache.org on 2021/03/19 08:57:50 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: (Partial)Fix ordering issues when using maps - Skipped "Multi element read request" and "Array element read request" tests + Testsuite runner reports now sub-tests as proper tests to the golang testing framework + fixed issue where Read ran into a deadlock too soon due to writing in a not returned channel + Added MultiError.go to collect errors + Introduced name slices which keep the order of fields (and queries) + refined error messaging - posted by sr...@apache.org on 2021/03/19 12:00:03 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: Skip modbus "Single element read request" test case All three of these tests seem to have timing issues were they sometimes run sometimes not - posted by sr...@apache.org on 2021/03/19 12:12:22 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: Improved ParserSerializerTestRunner.go with sub-test and skip + Testcases are now properly reported as sub tests + Added ability to skip test cases - posted by sr...@apache.org on 2021/03/19 12:19:13 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: fix build by adding a header - posted by sr...@apache.org on 2021/03/19 12:26:56 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: refined logging + Added a convenience import to suppress too verbose logging for plc4go user which can be used like that `import _ "github.com/apache/plc4x/plc4go/pkg/plc4go/logging"` + Added log statements to driverManager.go - posted by sr...@apache.org on 2021/03/19 20:38:32 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: fix concurrency issue in testframework - posted by sr...@apache.org on 2021/03/22 10:53:08 UTC, 0 replies.
- [plc4x] branch develop updated: - Removed the "(incubating)" from IoTDB - posted by cd...@apache.org on 2021/03/22 12:03:04 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: added more log statements + use wrapped errors for models + use code generation for const names + added several todos and minor fixes - posted by sr...@apache.org on 2021/03/22 12:57:22 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: reactivated test by inserting artificial delay - posted by sr...@apache.org on 2021/03/23 08:51:24 UTC, 0 replies.
- [plc4x] branch develop updated: plc4j: added skip support for DriverTestsuiteRunner and ParserSerializerTestsuiteRunner - posted by sr...@apache.org on 2021/03/23 09:13:06 UTC, 0 replies.
- [plc4x] branch develop updated: - Changed the usage of the download-plugin to a groovy script that ensured the knx-master-data.xml is updated regularly without anoying the KNX foundation server - posted by cd...@apache.org on 2021/03/23 10:01:34 UTC, 0 replies.
- [plc4x] branch develop updated: - Disabled the string test in the ReadBuffer tests for plc4c as this seems to be failing on windows and needs investigating. - posted by cd...@apache.org on 2021/03/23 10:23:09 UTC, 0 replies.
- [plc4x-build-tools] branch feature/sparkplug-gateway created (now 6469a2f) - posted by cd...@apache.org on 2021/03/24 14:58:23 UTC, 0 replies.
- [plc4x] branch feature/sparkplug-gateway created (now 41ab78e) - posted by cd...@apache.org on 2021/03/24 14:58:28 UTC, 0 replies.
- [plc4x] 01/01: - Setup an empty module for the sparkplug edge gateway - Added a new "tools" module with the Eclips Tahu Sparkplug client (Sort of still integrated quite hackily) - posted by cd...@apache.org on 2021/03/24 14:58:29 UTC, 0 replies.
- [plc4x] branch feature/string_enum_mspec updated (a83a6f0 -> 1711c17) - posted by hu...@apache.org on 2021/03/27 20:44:46 UTC, 0 replies.
- [plc4x-build-tools] branch feature/opcua_native_client updated (d930eb3 -> a13cf7f) - posted by hu...@apache.org on 2021/03/27 23:48:58 UTC, 0 replies.
- [plc4x-build-tools] 01/02: Merge branch 'develop' into feature/opcua_native_client - posted by hu...@apache.org on 2021/03/27 23:48:59 UTC, 0 replies.
- [plc4x-build-tools] 02/02: Refactored the String lentgh expression to a Term. - posted by hu...@apache.org on 2021/03/27 23:49:00 UTC, 0 replies.
- [plc4x] branch feature/string_enum_mspec updated (1711c17 -> bd4078e) - posted by hu...@apache.org on 2021/03/29 00:00:51 UTC, 0 replies.
- [plc4x] branch feature/string_enum_mspec updated (bd4078e -> 35b8605) - posted by hu...@apache.org on 2021/03/29 09:23:30 UTC, 0 replies.
- [plc4x] branch feature/string_enum_mspec updated (35b8605 -> 1c311a0) - posted by hu...@apache.org on 2021/03/29 10:09:08 UTC, 0 replies.
- [plc4x] branch feature/profinet2 updated (d8ddeb6 -> 7d0fe2b) - posted by ld...@apache.org on 2021/03/29 11:56:20 UTC, 0 replies.
- [plc4x] 01/04: Use latest SNAPSHOT version to support JMPS - posted by ld...@apache.org on 2021/03/29 11:56:21 UTC, 0 replies.
- [plc4x] 02/04: Re-organize tests to match implementation #PLC4X-286 - posted by ld...@apache.org on 2021/03/29 11:56:22 UTC, 0 replies.
- [plc4x] 03/04: Add more PN_DCP constants without implementation - posted by ld...@apache.org on 2021/03/29 11:56:23 UTC, 0 replies.
- [plc4x] 04/04: Support for tagged ethernet frames. - posted by ld...@apache.org on 2021/03/29 11:56:24 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: first ads driver draft + contains additional minor tweaks - posted by sr...@apache.org on 2021/03/29 14:07:28 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: work on ads driver + fixes on model-template.ftlh to enable complex types + fixes on enum-template.ftlh to allow usage of constants + DriverTestRunner.go now properly appends options + fixed possible deadlock in modbus driver + fixed possible deadlock in knx driver - posted by sr...@apache.org on 2021/03/30 08:03:39 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: ads works now with a simple read + Fixed MultiError as it returned wrong type (TIL (*utils.MultiError = nil) != nil) + Fixed proper error handling on DriverTestRunner.go - posted by sr...@apache.org on 2021/03/30 09:57:10 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: use datatype length as read length - posted by sr...@apache.org on 2021/03/30 10:01:51 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: fix issue with unmarshalling on nested lists - posted by sr...@apache.org on 2021/03/30 12:42:41 UTC, 0 replies.
- [plc4x] branch develop updated: - Fixed the handling of DATE_AND_TIME variants of ADS in Go - posted by cd...@apache.org on 2021/03/30 13:59:00 UTC, 0 replies.
- [plc4x] branch feature/profinet2 updated (7d0fe2b -> 852d0b2) - posted by ld...@apache.org on 2021/03/30 15:59:13 UTC, 0 replies.
- [plc4x] 01/03: Fix EthernetFrame without tag - posted by ld...@apache.org on 2021/03/30 15:59:14 UTC, 0 replies.
- [plc4x] 02/03: Add test for TaggedFrame with payload - posted by ld...@apache.org on 2021/03/30 15:59:15 UTC, 0 replies.
- [plc4x] 03/03: Update frame length calculation logic. - posted by ld...@apache.org on 2021/03/30 15:59:16 UTC, 0 replies.
- [plc4x-build-tools] branch develop updated (6469a2f -> 66a7507) - posted by hu...@apache.org on 2021/03/31 08:09:05 UTC, 0 replies.
- [plc4x-build-tools] 01/01: Merge pull request #5 from apache/feature/opcua_native_client - posted by hu...@apache.org on 2021/03/31 08:09:06 UTC, 0 replies.
- [plc4x] branch develop updated (a507848 -> 003c50b) - posted by hu...@apache.org on 2021/03/31 08:15:18 UTC, 0 replies.
- [plc4x] 01/01: Merge pull request #230 from apache/feature/string_enum_mspec - posted by hu...@apache.org on 2021/03/31 08:15:19 UTC, 0 replies.
- [plc4x] branch rel/0.6 updated: Bump Netty Version to 4.1.62.Final. - posted by jf...@apache.org on 2021/03/31 09:30:02 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: ads first draft of symbolic addressing implemented + Test currently doesn't run due to issues on xml (un)marshalling - posted by sr...@apache.org on 2021/03/31 10:02:05 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: fixed issue when unmarshaling list elements from xml - posted by sr...@apache.org on 2021/03/31 11:04:44 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: ads symbolic resolving works (just in the wrong mode) + currently works in big endian opposed to the required little endian. Once this is resolved the ignore list entry for "Single element symbolic read request" can be removed - posted by sr...@apache.org on 2021/03/31 11:57:48 UTC, 0 replies.
- [plc4x] branch develop updated: - Made the integration test use the matching version of CMake for the current operating system (Mac, Linux, Windows) - posted by cd...@apache.org on 2021/03/31 13:15:35 UTC, 0 replies.
- [plc4x] branch develop updated: - Made sure the required artifacts are built first - posted by cd...@apache.org on 2021/03/31 14:40:00 UTC, 0 replies.
- [plc4x] branch develop updated: plc4x: fix .editorconfig for go templates - posted by sr...@apache.org on 2021/03/31 14:54:44 UTC, 0 replies.
- [plc4x] branch develop updated: plc4x: fix .editorconfig for java templates - posted by sr...@apache.org on 2021/03/31 14:55:16 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: ads symbolic resolving works now + Added little endian support (basic) in plc4go - posted by sr...@apache.org on 2021/03/31 17:39:26 UTC, 0 replies.
- [plc4x] branch develop updated: plc4go: fixes on ads symbolic resolving - posted by sr...@apache.org on 2021/03/31 21:02:12 UTC, 0 replies.