Git Product home page Git Product logo

cics-bundle-common's Issues

Support self-signed certificates

A lot of consumers are likely to have self-signed certificates. Support some kind of --insecure option in the end tooling.

This option will allow certificates regardless of provenance or trust, and will not verify that the hostname matches the certificate name.

CodeQL analysis failing - Lombok incompatibility

CodeQL analysis is failing. Snippet from the exception:

Caused by: java.lang.ClassNotFoundException: com.sun.tools.javac.code.TypeTags
  [2021-03-28 18:58:03] [autobuild]     at java.lang.ClassLoader.findClass (ClassLoader.java:719)
  [2021-03-28 18:58:03] [autobuild]     at java.lang.ClassLoader.loadClass (ClassLoader.java:589)
  [2021-03-28 18:58:03] [autobuild]     at lombok.launch.ShadowClassLoader.loadClass (ShadowClassLoader.java:422)

The CodeQL build has started using Java 11 (up from 8) which is incompatible with the version of Lombok we currently use.

Add validation when building

@davenice commented on Thu Jun 27 2019

Validate during build to match existing validation in CICS Explorer where possible.

  • name of generated bundle part (valid characters, no spaces)
  • jvmserver name validity ... probably don't want to mandate because of option to allow default JVM server for the region
  • verify behaviour if dependent Java project doesn't build cleanly
  • ...?

cics-bundle-common has dependency on jax-rs

The cics-bundle-common library pulls in javax.ws.rs. I noticed this when working on the Gradle plugin, as the repositories you select plugins from can be very specific.

It's only used for the AUTHORIZATION header constant. I'm sure we can spell that ourselves. ๐Ÿ˜‰

Support HTTP proxying

In order to use appscan to penetration test the endpoint I need to record the interactions between the maven plugin and CICS. To achieve this I need a version of the tool that can support proxied requests

Migrate to httpmime bundled with httpclient5

There's a newer version of httpmime available, however it is now provided in httpclient5 (rather than as a separate dependency).

They are not quite API compatible so a bit of rework will be needed within the BundleDeployHelper.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.