[JENKINS-72486] Adapt to Jackson 2.16

        Anirudh added a comment -

        if PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy is deprecated from jackson , can we write a custom class that does the same function or we've to look for an alternative in jackson only?

         

        Anirudh added a comment - if PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy is deprecated from jackson , can we write a custom class that does the same function or we've to look for an alternative in jackson only?  

        Basil Crow added a comment -

        LowerCaseWithUnderscoresStrategy should be replaced with SnakeCaseStrategy.

        Basil Crow added a comment - LowerCaseWithUnderscoresStrategy should be replaced with SnakeCaseStrategy .

        Anirudh added a comment -

        Yes i understand that but SnakeCaseStrategy.is also deprecated as of now by jackson in PropertyNamingStrategy class there's another function LowerCasewithSeparator which i think can be used.
        I'll also would like if i could've some help in setting up this repo in my local setup. If there's a giude or readme available

        Anirudh added a comment - Yes i understand that but SnakeCaseStrategy .is also deprecated as of now by jackson in PropertyNamingStrategy class there's another function LowerCasewithSeparator which i think can be used. I'll also would like if i could've some help in setting up this repo in my local setup. If there's a giude or readme available

        Basil Crow added a comment - See https://github.com/FasterXML/jackson-databind/blob/3d3972381ece81d464caba19020f732421afd9b9/src/main/java/com/fasterxml/jackson/databind/PropertyNamingStrategy.java#L63-L70 .

        Anirudh added a comment -

        @deprecated Since 2.12 deprecated. Use {@link PropertyNamingStrategies#SNAKE_CASE} instead
        so we've to use PropertyNamingStrategies.SnakeCaseStrategy?

        Anirudh added a comment - @deprecated Since 2.12 deprecated. Use {@link PropertyNamingStrategies#SNAKE_CASE} instead so we've to use PropertyNamingStrategies.SnakeCaseStrategy?

        Debayan added a comment -

        Can I work on this issue?

        Debayan added a comment - Can I work on this issue?

        Debayan added a comment -

        It seems that the last commit to this plugin was 5 years ago and it has not been updated since.

        Debayan added a comment - It seems that the last commit to this plugin was 5 years ago and it has not been updated since.

        Alex added a comment -

        I think its ok to fork/branch the repo, develop/test in a local Jenkins and then submit a PR, the contributors are still active on Github in other projects

        Alex added a comment - I think its ok to fork/branch the repo, develop/test in a local Jenkins and then submit a PR, the contributors are still active on Github in other projects

        Vladimir added a comment -

        any updates about this issue ?

        Vladimir added a comment - any updates about this issue ?

        Basil Crow added a comment -

        leoqa alex_lopes debghosh666 vpikovski Are any of you still using one of these plugins?

        • kubernetes-pipeline-aggregator (suspended in 2019 in SECURITY-920)
        • kubernetes-pipeline-arquillian-steps (suspended in 2019 in SECURITY-920)
        • kubernetes-pipeline-devops-steps
        • kubernetes-pipeline-steps (suspended in 2019 in SECURITY-920)

        All but kubernetes-pipeline-devops-steps were suspended in 2019. If you are still using kubernetes-pipeline-devops-steps, could you tell me whether you are using it for its "Apply Kubernetes/Openshift configuration" feature, its Elastic Search integration feature, or both?

        Basil Crow added a comment - leoqa alex_lopes debghosh666 vpikovski Are any of you still using one of these plugins? kubernetes-pipeline-aggregator (suspended in 2019 in SECURITY-920) kubernetes-pipeline-arquillian-steps (suspended in 2019 in SECURITY-920) kubernetes-pipeline-devops-steps kubernetes-pipeline-steps (suspended in 2019 in SECURITY-920) All but kubernetes-pipeline-devops-steps were suspended in 2019. If you are still using kubernetes-pipeline-devops-steps , could you tell me whether you are using it for its "Apply Kubernetes/Openshift configuration" feature, its Elastic Search integration feature, or both?

          iocanel Ioannis Canellos
          basil Basil Crow
          Votes:
          1 Vote for this issue
          Watchers:
          6 Start watching this issue

            Created:
            Updated: