Next-Gen WAF for Java 1.1.0
- Updated jars to match maven conventions
Gemfile Gemfile.lock LICENSE README.md catalog-info.yaml constants.js docs edge gatsby-browser.js gatsby-config.js gatsby-node.js gatsby-schema-customization.js gatsby-ssr.js mdx-to-markdown.js node_modules package-lock.json package.json plugins postcss.config.js scripts sections-to-translate.txt src src-ja static test-mdx-conversion.js tsconfig.json utils
sigsci-module-java-{version}.jar
contains the module classes without dependencies (seepom.xml
) Gemfile Gemfile.lock LICENSE README.md catalog-info.yaml constants.js docs edge gatsby-browser.js gatsby-config.js gatsby-node.js gatsby-schema-customization.js gatsby-ssr.js mdx-to-markdown.js node_modules package-lock.json package.json plugins postcss.config.js scripts sections-to-translate.txt src src-ja static test-mdx-conversion.js tsconfig.json utilssigsci-module-java-{version}-shaded.jar
bundles dependencies following maven shaded classifier<classifier>shaded</classifier>
- Updated dependencies to latest
- Fixed a rare issue where an exception would cause the filter chain to be called twice
Prior change: Next-Gen WAF for Java 1.0.5
Following change: Next-Gen WAF for Java 1.1.1