Skip to content
Snippets Groups Projects

update: upgrade to Quarkus 3.15 LTS and latest commons lib

Merged Martin Lowe requested to merge malowe/main/q-3.15-update into main
13 files
+ 351
342
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -100,7 +100,7 @@ public class CommitHelper {
* @return the project ID or the given default (empty string).
*/
public static String getProjectId(Project p) {
return p != null ? p.getProjectId() : "";
return p != null ? p.projectId() : "";
}
private CommitHelper() {
Loading