-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace @SessionScoped with @ApplicationScoped in Camel CXF #6888
Comments
@jamesnetherton Can you assign me ? |
First observation, using
|
llowinge
added a commit
to llowinge/camel-quarkus
that referenced
this issue
Jan 6, 2025
@jamesnetherton @ppalaga Would you be OK with sth like llowinge@7d75b22 ? |
From my POV, yes. It's the more correct solution. |
llowinge
added a commit
to llowinge/camel-quarkus
that referenced
this issue
Jan 7, 2025
llowinge
added a commit
to llowinge/camel-quarkus
that referenced
this issue
Jan 7, 2025
llowinge
added a commit
to llowinge/camel-quarkus
that referenced
this issue
Jan 7, 2025
llowinge
added a commit
to llowinge/camel-quarkus
that referenced
this issue
Jan 7, 2025
llowinge
added a commit
to llowinge/camel-quarkus
that referenced
this issue
Jan 7, 2025
llowinge
added a commit
to llowinge/camel-quarkus
that referenced
this issue
Jan 7, 2025
jamesnetherton
pushed a commit
that referenced
this issue
Jan 7, 2025
jamesnetherton
pushed a commit
to jamesnetherton/camel-quarkus
that referenced
this issue
Jan 9, 2025
jamesnetherton
pushed a commit
to jamesnetherton/camel-quarkus
that referenced
this issue
Jan 12, 2025
jamesnetherton
pushed a commit
that referenced
this issue
Jan 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
As discussed in #6880 it looks we are using
@SessionScoped
at more places (https://github.com/search?q=repo%3Aapache%2Fcamel-quarkus%20%40SessionScoped&type=code). We should aim for@ApplicationScoped
(or@RequestScope
for special needs, but@SessionScoped
acted as workaround only - there is no session in the camel cxf route, so it doesn't make sense to use it).The text was updated successfully, but these errors were encountered: