1. 7ae352e chore: Switched from http to https for the License link used in the Apache header (After updating to rat 0.14 this is now possible) by cdutz · 2 years ago
  2. 78b0bb6 chore(code-gen): Added the concept of var-length int and uint to mspec. by cdutz · 2 years ago
  3. 0f4aaa1 chore(code-gen): Added the "version" of the maven project to the code-generation context. by cdutz · 2 years ago
  4. 57e8c65 refactor(codegen): change index on variable literal to make use of optional by Sebastian Rühl · 2 years ago
  5. 12c6aa9 feat(codegen): changed validation to fail parsing conditionally by Sebastian Rühl · 2 years, 1 month ago
  6. 59cf376 refactor(codegen): replaced some lookups by Sebastian Rühl · 2 years, 3 months ago
  7. 24f61be feat(codegen): added a get getAllFields method by Sebastian Rühl · 2 years, 3 months ago
  8. 49f41ca fix(codegen): Added more testcases for the new field types and added support for them in Java, C and Go by cdutz · 2 years, 3 months ago
  9. 9ff1e93 chore(build): added missing asf yaml by Sebastian Rühl · 2 years, 3 months ago
  10. 6d57f02 Merge pull request #21 from apache/dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.0.0-M5 by Sebastian Rühl · 2 years, 3 months ago
  11. 111917b Merge pull request #20 from apache/dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.2.2 by Sebastian Rühl · 2 years, 3 months ago
  12. 8f00b28 Merge pull request #19 from apache/dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.2.2 by Sebastian Rühl · 2 years, 3 months ago
  13. feb20f5 Merge pull request #22 from apache/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.3.2 by Sebastian Rühl · 2 years, 3 months ago
  14. 5b038cf fix(codegen): isNonDiscriminatorField has broken logic by Sebastian Rühl · 2 years, 3 months ago
  15. 3072bf1 fix(codegen): getAllVirtualFields returning wrong type by Sebastian Rühl · 2 years, 3 months ago
  16. ffbec8f fix(codegen): fix ComplexTypeDefinition#isNonDiscriminatorField so it respects virtual fields too by Sebastian Rühl · 2 years, 3 months ago
  17. 7c8720a chore(deps): bump maven-javadoc-plugin from 3.3.1 to 3.3.2 by dependabot[bot] · 2 years, 3 months ago
  18. 93f138a chore(deps): bump maven-release-plugin from 3.0.0-M4 to 3.0.0-M5 by dependabot[bot] · 2 years, 3 months ago
  19. 3ebef44 chore(deps): bump maven-jar-plugin from 3.2.0 to 3.2.2 by dependabot[bot] · 2 years, 3 months ago
  20. 5709315 chore(deps): bump maven-project-info-reports-plugin from 3.1.2 to 3.2.2 by dependabot[bot] · 2 years, 3 months ago
  21. 4b0090a fix(plc4j): Made the bacnet RandomPackagesTest.java execute on Windows and updated the documentation on setting up libpcap on Windows. by cdutz · 2 years, 3 months ago
  22. dec6568 Revert "Bump maven.version from 3.6.3 to 3.8.4" by Sebastian Rühl · 2 years, 3 months ago
  23. 37bfdb2 Merge pull request #16 from apache/dependabot/maven/commons-io-commons-io-2.11.0 by Sebastian Rühl · 2 years, 3 months ago
  24. dd79086 Merge pull request #17 from apache/dependabot/maven/org.apache.maven.plugin-tools-maven-plugin-annotations-3.6.4 by Sebastian Rühl · 2 years, 3 months ago
  25. 48e12bb Merge pull request #18 from apache/dependabot/maven/org.apache.maven.plugins-maven-plugin-plugin-3.6.4 by Sebastian Rühl · 2 years, 3 months ago
  26. 7aeba2c Merge pull request #12 from apache/dependabot/maven/maven.version-3.8.4 by Sebastian Rühl · 2 years, 3 months ago
  27. 634aa08 Merge pull request #15 from apache/dependabot/maven/commons-beanutils-commons-beanutils-1.9.4 by Sebastian Rühl · 2 years, 3 months ago
  28. 6ef2695 feat(codegen): Tried getting stuff working in C ;-) by cdutz · 2 years, 3 months ago
  29. a105b61 fix(codegen): fix ComplexTypeReference by Sebastian Rühl · 2 years, 3 months ago
  30. 26e0a2f feat(codegen): Fixed array type handling and data-io code generation by cdutz · 2 years, 4 months ago
  31. eb5dcf5 fix(codegen): put DataIo below ComplexType by Sebastian Rühl · 2 years, 4 months ago
  32. ba2d024 feat(codegen): added new type conversion by Sebastian Rühl · 2 years, 4 months ago
  33. 70b443c refactor(codegen): fixed enum type definition by Sebastian Rühl · 2 years, 4 months ago
  34. 7c8383b refactor(codegen): fixed enum type defintion by Sebastian Rühl · 2 years, 4 months ago
  35. 121c789 refactor(codegen): fixed some open todos by Sebastian Rühl · 2 years, 4 months ago
  36. 3ff59b8 feat(codegen): Started clening up the type references by cdutz · 2 years, 4 months ago
  37. 5739421 refactor(codegen): moved default types to mspec base by Sebastian Rühl · 2 years, 4 months ago
  38. 39be9f6 feat(codegen): Ensured the VariableLiterals are able to provide their type. by cdutz · 2 years, 4 months ago
  39. e22fb79 chore(build): Bumped the apache parent to the freshly released version 25 by cdutz · 2 years, 4 months ago
  40. 1755a7c feat(codegen): moved functions from helper into types by Sebastian Rühl · 2 years, 4 months ago
  41. 70731aa feat(codegen): introduce TypeContext to transport more information out of code generation by Sebastian Rühl · 2 years, 4 months ago
  42. 3cc0c7e chore(code-generation): Marked the plugin as threadsafe. by cdutz · 2 years, 4 months ago
  43. 6d4e024 feat(code-generation): Added the concept of a "protocol version" to the protocol modules and the code-generation plugin. by cdutz · 2 years, 4 months ago
  44. 1adbb7d chore(deps): bump maven-plugin-plugin from 3.6.1 to 3.6.4 by dependabot[bot] · 2 years, 5 months ago
  45. 2678d54 chore(deps): bump maven-plugin-annotations from 3.6.0 to 3.6.4 by dependabot[bot] · 2 years, 5 months ago
  46. 7782a21 chore(build): added sast and worked on ensure-platforms.yml by Sebastian Rühl · 2 years, 5 months ago
  47. 2a7f841 feat: add peek field by Sebastian Rühl · 2 years, 5 months ago
  48. efbcecb feat: add validation field by Sebastian Rühl · 2 years, 5 months ago
  49. d400edd build(deps): bump commons-io from 2.6 to 2.11.0 by dependabot[bot] · 2 years, 6 months ago
  50. 5a5bf40 build(deps): bump commons-beanutils from 1.9.3 to 1.9.4 by dependabot[bot] · 2 years, 6 months ago
  51. 9e8ec04 fix: Enabled the language tests again and fixed all the stuff that needed fixing after that. by cdutz · 2 years, 6 months ago
  52. 8c0c38b fix: Worked hard on getting the conditions for typeSwitches strongly typed. (WIP ... currently all Java modules work, C and Go still need some polishing) by cdutz · 2 years, 6 months ago
  53. d6f6ba2 fix: Changed typeSwitch to no longer use expressions as discriminators (Now variableLiterals are required) in const fields now no longer expressions can be used and instead only Literals can be used. by cdutz · 2 years, 6 months ago
  54. 40d3992 fix: Changed typeSwitch to no longer use expressions as discriminators (Now variableLiterals are required) in const fields now no longer expressions can be used and instead only Literals can be used. by cdutz · 2 years, 7 months ago
  55. 32cc800 fix: Changed typeSwitch to no longer use expressions as discriminators (Now variableLiterals are required) in const fields now no longer expressions can be used and instead only Literals can be used. by cdutz · 2 years, 7 months ago
  56. 5372316 Bump maven.version from 3.6.3 to 3.8.4 by dependabot[bot] · 2 years, 7 months ago
  57. 8fe7394 fix(.mvn): upgrading mvn wrapper to 3.6.3 (previous LTS version) by Sebastian Rühl · 2 years, 7 months ago
  58. 106e256 fix: set maven version to the previous lts to give plugins a bit time to catch up by Sebastian Rühl · 2 years, 7 months ago
  59. 6d7364d refactor: cleanup pom by Sebastian Rühl · 2 years, 7 months ago
  60. 4ee7232 Merge pull request #11 from apache/dependabot/maven/org.apache.commons-commons-lang3-3.12.0 by Sebastian Rühl · 2 years, 7 months ago
  61. 9d743c5 Merge pull request #10 from apache/dependabot/maven/maven.version-3.8.4 by Sebastian Rühl · 2 years, 7 months ago
  62. 2dbf4e9 Merge pull request #9 from apache/dependabot/maven/junit-junit-4.13.2 by Sebastian Rühl · 2 years, 7 months ago
  63. b4d3d8a Bump commons-lang3 from 3.9 to 3.12.0 by dependabot[bot] · 2 years, 7 months ago
  64. 7dfd85a - Started making the expression handling functions in the Java code-generation type-aware by cdutz · 2 years, 7 months ago
  65. 32c056c Bump maven.version from 3.3.9 to 3.8.4 by dependabot[bot] · 2 years, 7 months ago
  66. b41f350 Bump junit from 4.12 to 4.13.2 by dependabot[bot] · 2 years, 7 months ago
  67. 45391cb doc: update README.md [ci skip] by Sebastian Rühl · 2 years, 7 months ago
  68. 4bd965d doc: update README.md [ci skip] by Sebastian Rühl · 2 years, 7 months ago
  69. 93d5974 fix(ci): remove java 8 from platform ensurance by Sebastian Rühl · 2 years, 7 months ago
  70. 7debe55 doc(ci): require at least java 9 by Sebastian Rühl · 2 years, 7 months ago
  71. 83541a0 fix(ci): remove not needed languages from codeql by Sebastian Rühl · 2 years, 7 months ago
  72. 65c1385 fix(ci): fix build by using min java version by Sebastian Rühl · 2 years, 7 months ago
  73. ed7641c fix(ci): add mvn wrapper at top level by Sebastian Rühl · 2 years, 7 months ago
  74. 82e38ef feat(ci): add github workflows by Sebastian Rühl · 2 years, 7 months ago
  75. cfcd97e Merge remote-tracking branch 'origin/develop' into develop by cdutz · 2 years, 7 months ago
  76. a7418c5 - Continued working on merging the serialize methods into the pojos. by cdutz · 2 years, 7 months ago
  77. 39cde14 Merge pull request #7 from hboutemy/develop by hutcheb · 2 years, 7 months ago
  78. 0e30364 feat(plc4x/codegen): remove obsolete ticks by Sebastian Rühl · 2 years, 7 months ago
  79. e5d8837 - Refactored the way the STATIC_CALL operates to no longer require a java package name. by cdutz · 2 years, 7 months ago
  80. 46bdcdb - Implemented the checksum field with the new logic by cdutz · 2 years, 7 months ago
  81. 5f3c986 - Made plc4c build again by cdutz · 2 years, 7 months ago
  82. 69ac124 - Continued implementing the direct subtype-reference feature (Had to disable Opc-Ua for now, as this needs an update that exceeds my brain-capacity ;-) ) by cdutz · 2 years, 7 months ago
  83. bf05d2d - Continued fixing issues releated to string types by cdutz · 2 years, 7 months ago
  84. 2065824 - Continued porting remaining parts. by cdutz · 2 years, 7 months ago
  85. 7b0da44 fix(plc4j/codgen): avoid duplicating params by Sebastian Rühl · 2 years, 8 months ago
  86. e709e45 fix(plc4j/codgen): fixed data reader complex working with a empty logical name by Sebastian Rühl · 2 years, 8 months ago
  87. cfb213f refactor(plc4j/codgen): small cleanups by Sebastian Rühl · 2 years, 8 months ago
  88. a3156ff - Continued cleaning up the enum work a bit by cdutz · 2 years, 8 months ago
  89. f4afd72 - Removed the field args and replaced everything related with type args from square brackets to round brackets by cdutz · 2 years, 8 months ago
  90. de1f5c1 - Worked on the float types by cdutz · 2 years, 8 months ago
  91. 629ed6e fix: Continued implementing the arguments in the parser by cdutz · 2 years, 8 months ago
  92. 713526d Finished updating the mspecs and the build by cdutz · 2 years, 8 months ago
  93. afd94d4 Worked on implementing some of the mspec changes we discussed (WIP) by cdutz · 2 years, 8 months ago
  94. 4397826 refactor: add todos to TypeDefinition by Sebastian Rühl · 2 years, 8 months ago
  95. 168a718 fix: getDiscriminatorCaseToKeyValueMap should return Map interface again by Sebastian Rühl · 2 years, 8 months ago
  96. 82324e5 fix: fixed order on getDiscriminatorCaseToKeyValueMap by Sebastian Rühl · 2 years, 8 months ago
  97. f75623e refactor: cleanup interfaces and add functionality by Sebastian Rühl · 2 years, 8 months ago
  98. 548b557 feat: mspec extension with parameterized type refs, assert, try, const by Sebastian Rühl · 2 years, 9 months ago
  99. d23c1d5 fix typo by Hervé Boutemy · 2 years, 9 months ago
  100. fc846f1 Initialized the RELEASE_NOTES with the next version. by cdutz · 2 years, 9 months ago