chore(quarkus-327): bump to Quarkus 3.27.3 LTS, rename quarkus-resteasy-reactive → quarkus-rest, fix testGetAuditQuestions map vs list, rename deprecated config keys
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
package dev.lions.events;
|
||||
|
||||
import lombok.Builder;
|
||||
import lombok.Getter;
|
||||
|
||||
/**
|
||||
* Événement de notification lors du téléchargement d'un fichier.
|
||||
*/
|
||||
@Getter
|
||||
@Builder
|
||||
public class FileUploadEvent {
|
||||
private String fileId;
|
||||
private String fileName;
|
||||
private long size;
|
||||
private long timestamp;
|
||||
}
|
||||
package dev.lions.events;
|
||||
|
||||
import lombok.Builder;
|
||||
import lombok.Getter;
|
||||
|
||||
/**
|
||||
* Événement de notification lors du téléchargement d'un fichier.
|
||||
*/
|
||||
@Getter
|
||||
@Builder
|
||||
public class FileUploadEvent {
|
||||
private String fileId;
|
||||
private String fileName;
|
||||
private long size;
|
||||
private long timestamp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user