Skip to content

Missing constructor in CargoBookingQueryService #6

Description

@armzim

During testing the Rest-API I got Nullpointer-Exceptions for the cargobooking/findCargo ... due to the missing constructor in CargoBookingQueryService:

public CargoBookingQueryService(CargoRepository cargoRepository) {
this.cargoRepository = cargoRepository;
}

Works now 😉

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions