Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DevSecOpsG/DevOps-Example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: shakirmir/DevOps-Example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 4 files changed
  • 2 contributors

Commits on May 21, 2026

  1. Update pom.xml

    shakirmir authored May 21, 2026
    Configuration menu
    Copy the full SHA
    9d9b918 View commit details
    Browse the repository at this point in the history
  2. Fix Lombok compilation error: update maven-compiler-plugin and add JV…

    …M args for Java 9+ compatibility
    shakir committed May 21, 2026
    Configuration menu
    Copy the full SHA
    e2ccea5 View commit details
    Browse the repository at this point in the history
  3. Add pluginManagement to enforce maven-compiler-plugin configuration a…

    …nd Lombok compatibility fix
    shakir committed May 21, 2026
    Configuration menu
    Copy the full SHA
    b7f13c6 View commit details
    Browse the repository at this point in the history
  4. Use annotationProcessorPaths for Lombok to properly handle Java 9+ mo…

    …dule system
    shakir committed May 21, 2026
    Configuration menu
    Copy the full SHA
    09aa074 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    248ad95 View commit details
    Browse the repository at this point in the history
  6. Upgrade Java target from 1.8 to 11 for Java 9+ module system compatib…

    …ility with --add-opens flag
    shakir committed May 21, 2026
    Configuration menu
    Copy the full SHA
    43f3af7 View commit details
    Browse the repository at this point in the history
  7. Fix docker.build() error: use shell command instead of Docker Pipelin…

    …e plugin syntax
    shakir committed May 21, 2026
    Configuration menu
    Copy the full SHA
    f907e06 View commit details
    Browse the repository at this point in the history
  8. Use Jenkins credentials for Docker login

    shakir committed May 21, 2026
    Configuration menu
    Copy the full SHA
    22a3555 View commit details
    Browse the repository at this point in the history
  9. Add Jenkins Docker runtime setup

    shakir committed May 21, 2026
    Configuration menu
    Copy the full SHA
    ad7b5c0 View commit details
    Browse the repository at this point in the history
Loading