You are viewing a plain text version of this content. The canonical link for it is here.
- [incubator-plc4x] branch develop updated: - Made the C++ build run faster (Boost now builds the "system" library) - Fixed a problem with the Windows build (the boost build adds an additional directory when building on windows) - posted by cd...@apache.org on 2019/01/03 13:58:15 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: Adjusted the example to match some API changes in the upstream cloud-bee library. - posted by cd...@apache.org on 2019/01/03 14:21:38 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Cleaned up the properties - Made the CMakeLists.txt no longer contain two versions of the include path - Integrated the C++ module into the main build (but is only included, if the "with-cpp" profile is manually enabled) - posted by cd...@apache.org on 2019/01/03 14:52:55 UTC, 0 replies.
- [incubator-plc4x-website] branch asf-site updated: Site checkin for project PLC4X: Jenkins Tools - posted by gi...@apache.org on 2019/01/03 14:58:05 UTC, 43 replies.
- [incubator-plc4x] branch feature/io-model updated (26feda7 -> 22b0719) - posted by cd...@apache.org on 2019/01/07 12:57:25 UTC, 0 replies.
- [incubator-plc4x] 01/01: Merge branches 'develop' and 'feature/io-model' of https://gitbox.apache.org/repos/asf/incubator-plc4x into feature/io-model - posted by cd...@apache.org on 2019/01/07 12:57:26 UTC, 0 replies.
- [incubator-plc4x] Diff for: [GitHub] JulianFeinauer merged pull request #43: S7 fix of array and String acquirement - posted by GitBox <gi...@apache.org> on 2019/01/15 20:39:29 UTC, 0 replies.
- [incubator-plc4x] branch develop updated (dc22e1c -> 704f989) - posted by jf...@apache.org on 2019/01/15 20:39:31 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Moved the enforcer-checks to a dedicated "development" profile as they only make sense there and could otherwise cause problems when building previous releases. - posted by cd...@apache.org on 2019/01/16 08:40:46 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: S7: fix of array acquirement, fix of String aquirement, added additional scraper yml - posted by jf...@apache.org on 2019/01/16 15:16:56 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: Extended RELEASE_NOTES for Release 0.3.0 - posted by jf...@apache.org on 2019/01/16 15:22:01 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: Changed Copyright info in NOTICE. - posted by jf...@apache.org on 2019/01/16 15:30:48 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: [maven-release-plugin] prepare branch rel/0.3 - posted by jf...@apache.org on 2019/01/16 15:32:59 UTC, 0 replies.
- [incubator-plc4x] branch rel/0.3 created (now 87f6c1a) - posted by jf...@apache.org on 2019/01/16 15:33:02 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: [maven-release-plugin] prepare for next development iteration - posted by jf...@apache.org on 2019/01/16 15:33:13 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: Fixed failing Test. - posted by jf...@apache.org on 2019/01/16 16:04:36 UTC, 0 replies.
- [incubator-plc4x] branch rel/0.3 updated: Fixed failing Test. - posted by jf...@apache.org on 2019/01/16 16:09:23 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Updated the pom versions of modules excluded from the build. - posted by cd...@apache.org on 2019/01/16 16:42:41 UTC, 0 replies.
- [incubator-plc4x] branch rel/0.3 updated: Replaced the old dependency (after renaming). - posted by jf...@apache.org on 2019/01/16 16:55:19 UTC, 0 replies.
- [incubator-plc4x] branch develop updated (333656e -> 0d03828) - posted by cd...@apache.org on 2019/01/16 18:34:04 UTC, 0 replies.
- [incubator-plc4x] 01/02: - Fixed an invalid dependency - posted by cd...@apache.org on 2019/01/16 18:34:05 UTC, 0 replies.
- [incubator-plc4x] 02/02: - Added DFDL Schema for S7 Protocol. - posted by cd...@apache.org on 2019/01/16 18:34:06 UTC, 0 replies.
- [incubator-plc4x] branch rel/0.3 updated: - Manually removed the "-SNAPSHOT" suffix from modules not part of the normal build in preparation of the upcoming release. - posted by cd...@apache.org on 2019/01/16 18:36:57 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: S7: changed byteLength and blockNumber from short to int - posted by cd...@apache.org on 2019/01/16 20:42:18 UTC, 0 replies.
- [incubator-plc4x] branch develop updated (0d03828 -> 972188f) - posted by cd...@apache.org on 2019/01/16 20:48:54 UTC, 0 replies.
- [incubator-plc4x] 01/02: - Added two more DFDL schemas for ISO-TP and ISO-on-TCP - posted by cd...@apache.org on 2019/01/16 20:48:55 UTC, 0 replies.
- [incubator-plc4x] 02/02: - Resolved merge conflicts.. - posted by cd...@apache.org on 2019/01/16 20:48:56 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Fixed some tests now failling due to the tape change of blockNumber and byteOffset - posted by cd...@apache.org on 2019/01/16 21:01:01 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Added some more documentation on things we noticed when preparing the last release branch - posted by cd...@apache.org on 2019/01/17 08:31:30 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Made the TcpSocketChannelFactory wrap any exception into a Plc4xException in order to fix issues with some tests which would fail for people with DNS providers with capture-all responses. - posted by cd...@apache.org on 2019/01/17 10:28:20 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Added "name" tags to the projects poms that were missing them ... now the output of the reactor sumary looks nice again. - posted by cd...@apache.org on 2019/01/17 10:44:49 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Found another place where tests fail on systems with DNS providers that return default IPs - posted by cd...@apache.org on 2019/01/17 10:47:51 UTC, 0 replies.
- [incubator-plc4x] branch develop updated (9db9e6b -> 316fdbd) - posted by cd...@apache.org on 2019/01/17 11:57:28 UTC, 0 replies.
- [incubator-plc4x] 01/02: - Disabled one test we simply can't check reliably in case of DNS providers returning default IP addresses for unknown domain names - posted by cd...@apache.org on 2019/01/17 11:57:29 UTC, 0 replies.
- [incubator-plc4x] 02/02: - Replaced the hostname we expect not to exist with one a little more obvious. - posted by cd...@apache.org on 2019/01/17 11:57:30 UTC, 0 replies.
- [incubator-plc4x] branch develop updated (316fdbd -> d8588bf) - posted by cd...@apache.org on 2019/01/17 14:11:27 UTC, 0 replies.
- [incubator-plc4x] 01/02: - Defined a new Annotation "RequirePcapNg" you can annotate Junit5 tests with to automatically disable tests, if the libpcap requirement is not met (Especially on Windows) - posted by cd...@apache.org on 2019/01/17 14:11:28 UTC, 0 replies.
- [incubator-plc4x] 02/02: README - Updated the integration module list - Updated the requirements - Added information on installing libpcap/WinPcap - Added a section on building with C++ - posted by cd...@apache.org on 2019/01/17 14:11:29 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Added a new RequirePcap for general libpcap requiring tests - posted by cd...@apache.org on 2019/01/17 14:23:04 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Bumped the artifact version to a newer one due to CVEs - posted by cd...@apache.org on 2019/01/17 14:35:51 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Excluded the plexus-utils dependency. - posted by cd...@apache.org on 2019/01/17 14:47:52 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Fixed some SonarQube findings - posted by cd...@apache.org on 2019/01/17 15:05:07 UTC, 0 replies.
- [incubator-plc4x] branch develop updated (e853c79 -> 1a09a0a) - posted by cd...@apache.org on 2019/01/17 22:27:21 UTC, 0 replies.
- [incubator-plc4x] 01/02: - Cleaned up the dependency versions - posted by cd...@apache.org on 2019/01/17 22:27:22 UTC, 0 replies.
- [incubator-plc4x] 02/02: - Hopefully fixed the Scraper test that was failing on some systems. - posted by cd...@apache.org on 2019/01/17 22:27:23 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Changed the way we do the Vulnerability checks for our referenced libraries. - Improved the documentation in our README - posted by cd...@apache.org on 2019/01/18 08:47:29 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Commented in the commented out line back. - posted by cd...@apache.org on 2019/01/18 08:54:28 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Changed the dependencyManagement to use version-properties for every dependency. - posted by cd...@apache.org on 2019/01/18 09:29:45 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Added a annotation to prevent Mockito unnecessary-stubbing exceptions - posted by cd...@apache.org on 2019/01/18 09:37:41 UTC, 0 replies.
- [incubator-plc4x] branch develop updated (c32afe3 -> 717cdd4) - posted by cd...@apache.org on 2019/01/18 10:08:06 UTC, 0 replies.
- [incubator-plc4x] 01/02: - Further attempts to get the ScraperTaskTest running on all platforms - posted by cd...@apache.org on 2019/01/18 10:08:07 UTC, 0 replies.
- [incubator-plc4x] 02/02: - Moved the JAR related plugin configuration to the java-module profile to reduce the number of warnings in the build - posted by cd...@apache.org on 2019/01/18 10:08:08 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Updated the JQAssistant version and removed a now obsolete setting from the Jenkinsfile - posted by cd...@apache.org on 2019/01/18 11:39:53 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Converted the test-data from pcapng files to pcap files as on some systems there were issues reading them. - posted by cd...@apache.org on 2019/01/18 12:38:34 UTC, 1 replies.
- [incubator-plc4x] branch develop updated: - Removed an unneeded utility class. - posted by cd...@apache.org on 2019/01/18 15:00:47 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Bumped the karaf plugin to a newer version - Bumped the maven sonar plugin to a newer version - Merged the wireshark-utils with the test-utils - Added JUnit5 annotations for detecting an active internet connection - Added JUnit5 annotations for detecting an capture-all DNS service - posted by cd...@apache.org on 2019/01/19 17:16:28 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Reassigned the features generate-descriptor and verify goal executions of the karaf plugin to the package phase of the build. - posted by cd...@apache.org on 2019/01/19 18:10:54 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Removed some unused imports. - posted by cd...@apache.org on 2019/01/20 10:36:58 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Added a first Daffodil testcase for the cotp protocol - posted by cd...@apache.org on 2019/01/21 13:14:31 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Managed to get the Daffodil testcase working. - posted by cd...@apache.org on 2019/01/21 14:28:16 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Got the testsuite working for the protocols module (Was missing a "src/main/java" directory, which activates the "java-module" profile) - posted by cd...@apache.org on 2019/01/21 14:50:08 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Added tests to fully test the tpkt protocol. - posted by cd...@apache.org on 2019/01/21 15:10:47 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Simplified the way test-suites are defined - posted by cd...@apache.org on 2019/01/21 16:00:38 UTC, 0 replies.
- [incubator-plc4x] branch rel/0.3 updated (b0a46fa -> ef3ec76) - posted by jf...@apache.org on 2019/01/21 22:31:06 UTC, 0 replies.
- [incubator-plc4x] 01/02: Merge branch 'develop' into rel/0.3 - posted by jf...@apache.org on 2019/01/21 22:31:07 UTC, 0 replies.
- [incubator-plc4x] 02/02: Fixed all versions after merging master to prepare RC. - posted by jf...@apache.org on 2019/01/21 22:31:08 UTC, 0 replies.
- [incubator-plc4x] branch rel/0.3 updated: Fixed all versions after merging master to prepare RC. - posted by jf...@apache.org on 2019/01/21 23:00:26 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Added the testsuite name to the test-name output - posted by cd...@apache.org on 2019/01/22 08:34:15 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Added a first test to the cotp protocol testsuite - Aligned the cotp schema with the tpkt protocol structure - posted by cd...@apache.org on 2019/01/22 09:51:52 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Introduced some "enum"-like construct for the message- and parameter-types. - posted by cd...@apache.org on 2019/01/22 10:43:16 UTC, 0 replies.
- [incubator-plc4x] branch rel/0.3 updated: Commented out mqtt support due to SNAPSHOT dependency on mqtt-bee - posted by jf...@apache.org on 2019/01/22 10:46:13 UTC, 0 replies.
- [incubator-plc4x] annotated tag release/0.3.0 created (now 1c44c8c) - posted by jf...@apache.org on 2019/01/22 10:46:43 UTC, 0 replies.
- [incubator-plc4x] branch rel/0.3 updated: [maven-release-plugin] prepare for next development iteration - posted by jf...@apache.org on 2019/01/22 10:46:49 UTC, 3 replies.
- [incubator-plc4x] branch rel/0.3 updated: [maven-release-plugin] rollback the release of release/0.3.0 - posted by jf...@apache.org on 2019/01/22 10:50:48 UTC, 1 replies.
- [incubator-plc4x] branch develop updated (572a7f4 -> 0d51987) - posted by cd...@apache.org on 2019/01/22 12:47:48 UTC, 0 replies.
- [incubator-plc4x] 01/02: - Fixed some problems in the cotp dfdl schema - Implemented a lot of COTP tests - posted by cd...@apache.org on 2019/01/22 12:47:49 UTC, 0 replies.
- [incubator-plc4x] 02/02: - Disabled the timeout in order to find out if this was killing our jobs. - posted by cd...@apache.org on 2019/01/22 12:47:50 UTC, 0 replies.
- [incubator-plc4x] annotated tag release/0.3.0 deleted (was 1c44c8c) - posted by jf...@apache.org on 2019/01/22 13:31:30 UTC, 0 replies.
- [incubator-plc4x] annotated tag release/0.3.0 created (now 60532b2) - posted by jf...@apache.org on 2019/01/22 13:32:38 UTC, 1 replies.
- [incubator-plc4x] annotated tag release/0.3.0 deleted (was 60532b2) - posted by jf...@apache.org on 2019/01/22 13:34:35 UTC, 1 replies.
- [incubator-plc4x] branch rel/0.3 updated: Reverted previous release commits, restarting release cycle. - posted by jf...@apache.org on 2019/01/22 13:39:08 UTC, 0 replies.
- [incubator-plc4x] branch rel/0.3 updated: [maven-release-plugin] prepare release release/0.3.0 - posted by jf...@apache.org on 2019/01/22 14:46:46 UTC, 1 replies.
- [incubator-plc4x] annotated tag release/0.3.0 created (now 8c5b865) - posted by jf...@apache.org on 2019/01/22 14:47:01 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Added a little more documentation on things to check when performing a release. - posted by cd...@apache.org on 2019/01/22 15:24:15 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Finished the last missing part in the COTP protocol. - posted by cd...@apache.org on 2019/01/22 20:52:22 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Added a merged dfdl schema joining TPKT, COTP and S7 schema.develop - Started creating a testsuite for this merged schema. - posted by cd...@apache.org on 2019/01/23 16:13:42 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Fixed the handling of empty elements in the S7 protocol (Setup-Communication Request Payload and Read Var Request Payload) - posted by cd...@apache.org on 2019/01/23 17:14:43 UTC, 0 replies.
- svn commit: r32120 - in /dev/incubator/plc4x: ./ 0.3.0-incubating/ 0.3.0-incubating/rc1/ - posted by jf...@apache.org on 2019/01/24 13:29:37 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - removed the downloading of the MD5 hashes - posted by cd...@apache.org on 2019/01/24 14:21:58 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Fixed the handling of "CPU Function" packets. - Added a lot of S7 test with real-world packet captures. - posted by cd...@apache.org on 2019/01/24 15:38:12 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Undid some line-breaks. - posted by cd...@apache.org on 2019/01/24 15:38:59 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Updated the "release:prepare" command to also include the c++ modules. - posted by cd...@apache.org on 2019/01/25 12:15:53 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Implemented the "fillingByte" functionality needed for 1-byte payloads. - posted by cd...@apache.org on 2019/01/25 15:48:46 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Fixed a problem with the S7 not correctly handling fill-bytes in multi-item read-responses and write-requests. - posted by cd...@apache.org on 2019/01/25 16:14:40 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Disabled the deployment of all c++ modules as well as the examples. - posted by cd...@apache.org on 2019/01/26 09:45:05 UTC, 0 replies.
- [incubator-plc4x] branch rel/0.3 updated: Fixed issue in RELEASE_NOTES - posted by jf...@apache.org on 2019/01/27 10:21:57 UTC, 0 replies.
- [incubator-plc4x] annotated tag release/0.3.0 deleted (was 8c5b865) - posted by jf...@apache.org on 2019/01/27 10:22:59 UTC, 0 replies.
- [incubator-plc4x] branch rel/0.3 updated (ac40415 -> 6f2ee1c) - posted by jf...@apache.org on 2019/01/27 10:27:47 UTC, 0 replies.
- [incubator-plc4x] 01/02: Going back to status before rc1 release. - posted by jf...@apache.org on 2019/01/27 10:27:48 UTC, 0 replies.
- [incubator-plc4x] 02/02: Fixed issue in RELEASE_NOTES - posted by jf...@apache.org on 2019/01/27 10:27:49 UTC, 0 replies.
- [incubator-plc4x] annotated tag release/0.3.0 created (now f671920) - posted by jf...@apache.org on 2019/01/27 10:39:24 UTC, 0 replies.
- svn commit: r32158 - in /dev/incubator/plc4x/0.3.0-incubating/rc2: ./ README RELEASE_NOTES apache-plc4x-incubating-0.3.0-source-release.zip apache-plc4x-incubating-0.3.0-source-release.zip.asc apache-plc4x-incubating-0.3.0-source-release.zip.sha512 - posted by jf...@apache.org on 2019/01/28 08:45:14 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Updated the plugin and dependency versions for the used plugins. - Added some git exclusions for CLion - Added some documentation on building with the C++ modules enabled. - posted by cd...@apache.org on 2019/01/28 13:04:27 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Moved the S7 protocol specs into a dedicated s7-protocol module - posted by cd...@apache.org on 2019/01/28 14:37:24 UTC, 0 replies.
- [incubator-plc4x] branch develop updated (c4d24c5 -> 6f1201d) - posted by cd...@apache.org on 2019/01/29 12:44:31 UTC, 0 replies.
- [incubator-plc4x] 01/02: - Cleaned up the structure of the s7 protocol module - Removed the duplicate definitions for the separate protocol layers - Added a dummy SCXML definition of the S7 protocol - posted by cd...@apache.org on 2019/01/29 12:44:32 UTC, 0 replies.
- [incubator-plc4x] 02/02: - Added a "sandbox" module - posted by cd...@apache.org on 2019/01/29 12:44:33 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Added a new talk (Changed the sorting to have newest on the top) - posted by cd...@apache.org on 2019/01/29 21:23:38 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - Added a multi-module example consisting of an Apache Royale JavaScript frontend, a Spring service module and a Spring-Boot WAR application bundling everything together. - posted by cd...@apache.org on 2019/01/30 16:40:07 UTC, 0 replies.
- [incubator-plc4x] branch develop updated: - updated the Royale version to the last released version - posted by cd...@apache.org on 2019/01/30 16:52:42 UTC, 0 replies.