Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new oppdrag-service application #3498

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Commits on May 28, 2024

  1. Add new oppdrag-service application

    Created a new application called oppdrag-service. This includes java-based application files, Dockerfile, Gradle build system files, and various supporting configuration files. Also added API interface descriptions in WSDL and XSD formats. A basic unit test file was added as well.
    krharum committed May 28, 2024
    Configuration menu
    Copy the full SHA
    8732b81 View commit details
    Browse the repository at this point in the history
  2. Add Oppdrag web service client and update configurations

    Added new OppdragClient class, related configuration, and corresponding consumer and controller. Adjusted build configurations and dependencies for SOAP-based web service compatibility. Replaced reactive-core with
    krharum committed May 28, 2024
    Configuration menu
    Copy the full SHA
    35be286 View commit details
    Browse the repository at this point in the history
  3. Add OppdragRequest DTO class

    A new data transfer object (DTO) class called 'OppdragRequest' is introduced. This class is suited for the Oppdrag service and is equipped with Lombok annotations for data encapsulation, builder pattern support, no-args and all-args constructors.
    krharum committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2cf8f24 View commit details
    Browse the repository at this point in the history