Skip to content

Commit

Permalink
Bump to Quarkus 3.2 LTS and Jakarta namespace (apache#3332)
Browse files Browse the repository at this point in the history
* Bump to Quarkus 3.2.9.Final

* [Quarkus 3] Updated rewrite data

* fixed quarkus3 patches

* Apply patches

* wip : fix jakarta.validation-api version

* TEMPORARY: adjust pipeline config

* CI - limit generated jobs

* CI: update mvn and jdk in GHA

* Fixing_ForEachRestIT (apache#3304)

* Fixing_ForEachRestIT

* Formatting

* kie-issues#262: Spring-Boot 3.0.5 migration: Fix SVG Addon (apache#3303)

* kie-issues#262: Spring-Boot 3.0.5 migration: Fix SVG Addon
* `keycloak-spring-boot-starter` removal in favour of springboot ouath2
* IT test fixes
* upgrade `quarkus-embedded-postgresql` version

* A property that use to be optional is now mandatory.

* Formatting (apache#3306)

MVn sort imports alphabetically, Jakarta is now before Java

* Fix apache#3308 - Configure SpringBoot Kubernetes to add Client in test context (apache#3311)

* Fix apache#3308 - Configure SpringBoot Kubernetes to add Client in test context

Signed-off-by: Ricardo Zanini <zanini@redhat.com>

* Add rockd temps to gitignore

Signed-off-by: Ricardo Zanini <zanini@redhat.com>

---------

Signed-off-by: Ricardo Zanini <zanini@redhat.com>

* issues#3320 Flaky timeout tests (apache#3321)

- Disabled until they get fixed/stable

* Using different topics (apache#3322)

* Fixing Fabric8 version alignment on Quarkus and SB (apache#3324)

Signed-off-by: Ricardo Zanini <zanini@redhat.com>

* Cancel should not interrupt current thread (apache#3325)

* Do not interrut in CancelActionCommand (apache#3326)

* There is not need to to do that check (apache#3329)

* - Removing @lazy injections on RestWorkItemHandler constructors (apache#3330)

* wip

---------

Signed-off-by: Ricardo Zanini <zanini@redhat.com>
Co-authored-by: Toshiya Kobayashi <toshiyakobayashi@gmail.com>
Co-authored-by: jstastny-cz <jan.stastny@ibm.com>
Co-authored-by: Francisco Javier Tirado Sarti <65240126+fjtirado@users.noreply.github.com>
Co-authored-by: Pere Fernández <pefernan@users.noreply.github.com>
Co-authored-by: Francisco Javier Tirado Sarti <ftirados@redhat.com>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com>
  • Loading branch information
7 people authored and yesamer committed Apr 22, 2024
1 parent d0c5830 commit b07ed52
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
import jakarta.ws.rs.core.HttpHeaders;
import jakarta.ws.rs.core.MediaType;

import jakarta.ws.rs.core.HttpHeaders;

/**
* Decorators for Http CloudEvents outgoing messages
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@
import jakarta.ws.rs.core.MediaType;
import jakarta.ws.rs.core.Response;

import jakarta.enterprise.context.ApplicationScoped;
import jakarta.inject.Inject;
import jakarta.ws.rs.GET;
import jakarta.ws.rs.Path;
import jakarta.ws.rs.PathParam;
import jakarta.ws.rs.Produces;
import jakarta.ws.rs.QueryParam;
import jakarta.ws.rs.core.MediaType;
import jakarta.ws.rs.core.Response;

@ApplicationScoped
@Path("/management/processes/")
public final class SourceFilesResource {
Expand Down

0 comments on commit b07ed52

Please sign in to comment.