|
Re: Status of JAXB in JAX-RS 2.1
Markus,
your description of user definitely doesn't read the spec document, javadocs, etc. So what exactly would be achieved by putting a note into the spec document?
My
Markus,
your description of user definitely doesn't read the spec document, javadocs, etc. So what exactly would be achieved by putting a note into the spec document?
My
|
By
Pavel Bucek
·
#183
·
|
|
Re: Status of JAXB in JAX-RS 2.1
Pavel,
this complete Jigsaw topic is a mess for the end user and I wonder what the OpenJDK guys wanted to reach with making JAXB optional… In reality no end user knows anything about Jigsaw (end
Pavel,
this complete Jigsaw topic is a mess for the end user and I wonder what the OpenJDK guys wanted to reach with making JAXB optional… In reality no end user knows anything about Jigsaw (end
|
By
Markus KARG
·
#182
·
|
|
Re: Status of JAXB in JAX-RS 2.1
Well.. the spec says nothing about running on Java 9, since Java 9 won't be final when JAX-RS 2.1 is released.
When a user want's to run on Java 9, it is expected that he knows what
Well.. the spec says nothing about running on Java 9, since Java 9 won't be final when JAX-RS 2.1 is released.
When a user want's to run on Java 9, it is expected that he knows what
|
By
Pavel Bucek
·
#181
·
|
|
Re: Status of JAXB in JAX-RS 2.1
Pavel,
my point is that the application *user* simply does not know that he must use --add-module when running any binary application on Java 9, as the *user* has no knowledge that JAXB is used
Pavel,
my point is that the application *user* simply does not know that he must use --add-module when running any binary application on Java 9, as the *user* has no knowledge that JAXB is used
|
By
Markus KARG
·
#180
·
|
|
Re: Status of JAXB in JAX-RS 2.1
that depends on how the application is ran (on Java 9).
If the app is on classpath, the *user* has to --add-module java.xml.bind. Nobody can do that for him.
If the app is on module
that depends on how the application is ran (on Java 9).
If the app is on classpath, the *user* has to --add-module java.xml.bind. Nobody can do that for him.
If the app is on module
|
By
Pavel Bucek
·
#179
·
|
|
Re: Status of JAXB in JAX-RS 2.1
I do not say we should remove JAXB, I just wanted to ask because it was in the JSR 370 charter. I also do not see a big benefit of removing JAXB. The only problem I see is running JAX-RS 2.1 on Java
I do not say we should remove JAXB, I just wanted to ask because it was in the JSR 370 charter. I also do not see a big benefit of removing JAXB. The only problem I see is running JAX-RS 2.1 on Java
|
By
Markus KARG
·
#178
·
|
|
Re: Status of JAXB in JAX-RS 2.1
+1
— Santiago
By
Santiago Pericas-Geertsen
·
#177
·
|
|
Re: Status of JAXB in JAX-RS 2.1
I see no practical point in doing it anyway. It's unlikely that any of the existing JAX-RS implementations will choose to annoy some of its users and just do not ship JAXB-aware
I see no practical point in doing it anyway. It's unlikely that any of the existing JAX-RS implementations will choose to annoy some of its users and just do not ship JAXB-aware
|
By
Sergey Beryozkin
·
#176
·
|
|
Re: Status of JAXB in JAX-RS 2.1
Hi Markus,
we learned that it is not possible to do that in this release.
The main issue is that we cannot just deprecate something, there is a strict policy related to making backwards
Hi Markus,
we learned that it is not possible to do that in this release.
The main issue is that we cannot just deprecate something, there is a strict policy related to making backwards
|
By
Pavel Bucek
·
#175
·
|
|
Status of JAXB in JAX-RS 2.1
Dear Spec Leads,
the JSR 370 charter says that with JAX-RS 2.1 the JAXB technology should become conditional.
Looking at the last spec draft I cannot find anything about that. Quite contrary
Dear Spec Leads,
the JSR 370 charter says that with JAX-RS 2.1 the JAXB technology should become conditional.
Looking at the last spec draft I cannot find anything about that. Quite contrary
|
By
Markus KARG
·
#174
·
|
|
Re: doc property for all JAX-RS annotations
Hi Pavel
I agree (2nd time in a row :-))
Cheers, Sergey
Hi Pavel
I agree (2nd time in a row :-))
Cheers, Sergey
|
By
Sergey Beryozkin
·
#173
·
|
|
Re: Subresource locator - return instance or class
Hi Pavel
You are right, makes sense
Sergey
Hi Pavel
You are right, makes sense
Sergey
|
By
Sergey Beryozkin
·
#172
·
|
|
Re: doc property for all JAX-RS annotations
Hi Sergey,
I believe that javadoc is the right place for documentation like this. Not to mention that writing the documentation to the annotation string literal is not very convenient, especially
Hi Sergey,
I believe that javadoc is the right place for documentation like this. Not to mention that writing the documentation to the annotation string literal is not very convenient, especially
|
By
Pavel Bucek
·
#171
·
|
|
Re: Subresource locator - return instance or class
Hi Sergey,
that's true, but does that contradict what we did? (I do see that as a shortcut, which makes sense to have, nothing more).
Regards,
Pavel
Hi Sergey,
that's true, but does that contradict what we did? (I do see that as a shortcut, which makes sense to have, nothing more).
Regards,
Pavel
|
By
Pavel Bucek
·
#170
·
|
|
doc property for all JAX-RS annotations
Hi
I created an issue awhile back to get something like
@Path(value="/", doc="the path")
supported for all of the JAX-RS annotations.
The idea is to come up with a single well known property that
Hi
I created an issue awhile back to get something like
@Path(value="/", doc="the path")
supported for all of the JAX-RS annotations.
The idea is to come up with a single well known property that
|
By
Sergey Beryozkin
·
#169
·
|
|
Re: Subresource locator - return instance or class
Hi Pavel
As far as I understand that is what the idea behind ResourceContext.getResource(Class<T>) was ?
Thanks, Sergey
Hi Pavel
As far as I understand that is what the idea behind ResourceContext.getResource(Class<T>) was ?
Thanks, Sergey
|
By
Sergey Beryozkin
·
#168
·
|
|
Re: CDI integration - decision
Hi Sebastian,
that's easy to write in the spec, the consequences are not so simple to consider and implement. Most of the CDI changes won't be in the API at all - its not about the
Hi Sebastian,
that's easy to write in the spec, the consequences are not so simple to consider and implement. Most of the CDI changes won't be in the API at all - its not about the
|
By
Pavel Bucek
·
#167
·
|
|
Re: CDI integration - decision
Hi Pavel,
Totally understandable.
However, let me raise an issue that is related to the CDI topic -- I think the whole CDI integration contains several, different concerns at once:
Hi Pavel,
Totally understandable.
However, let me raise an issue that is related to the CDI topic -- I think the whole CDI integration contains several, different concerns at once:
|
By
Sebastian Daschner
·
#166
·
|
|
Re: CDI integration - decision
Hi,
Not at the moment, but pieces of work for it have been done (PRs pending) and I hope to be able to work on that ASAP, so should be sooner rather than later.
Kind regards,
Arjan Tijms
Hi,
Not at the moment, but pieces of work for it have been done (PRs pending) and I hope to be able to work on that ASAP, so should be sooner rather than later.
Kind regards,
Arjan Tijms
|
By
Arjan Tijms
·
#165
·
|
|
Re: CDI integration - decision
Is the Payara nightly build already able to execute JAX-RS 2.1 applications?
Is the Payara nightly build already able to execute JAX-RS 2.1 applications?
|
By
Markus KARG
·
#164
·
|