Skip to content

788 - Waiting list bookings are not auto promoted #788#405

Open
mariusmarin-dev wants to merge 5 commits intomainfrom
788_auto_promotion_v2
Open

788 - Waiting list bookings are not auto promoted #788#405
mariusmarin-dev wants to merge 5 commits intomainfrom
788_auto_promotion_v2

Conversation

@mariusmarin-dev
Copy link

No description provided.

* @return an iterable with all expired RESERVED bookings
* @throws SegueDatabaseException if an error occurs
*/
public Iterable<EventBooking> findExpiredReservedBookings() throws SegueDatabaseException {

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
EventBookings.findExpiredReservedBookings
; it is advisable to add an Override annotation.
@github-actions
Copy link

github-actions bot commented Feb 25, 2026

Coverage Report

Overall Project 31.36% -0.21%
Files changed 15.84%

File Coverage
EventBookingManager.java 64.15% -0.6%
EventBookingPersistenceManager.java 58.49% -7.89%
PgEventBookings.java 52.29% -2.95%
SegueGuiceConfigurationModule.java 5.19% -0.67%
ExpiredReservationsCleanUpJob.java 0%
CancelExpiredReservationsJob.java 0%

/**
* Legacy wrapper for backwards compatibility with existing Quartz scheduler database entries.
* This job delegates to ExpiredReservationsCleanUpJob which contains the actual implementation.
*

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck> reported by reviewdog 🐶
Empty line should be followed by

tag on the next line.

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant