Hibernate Validator has an optional dependency on jsoup (for @SafeHtml)
by Scott Marlow
I would like to add a jsoup module to AS7 master, for the new HV
@SafeHtml feature which will check whether a given character sequence
contains potentially malicious html code.
jsoup (http://jsoup.org) is using the Mit license.
If we leave the jsoup module out of AS, @SafeHtml will not work.
Is anyone against bringing jsoup into AS7?
I'll submit a PR for this change.
Scott
11 years, 10 months
Re: [jboss-as7-dev] Components upgrade request (EAP 6.1)
by Tomaž Cerar
Guava was updated to 13.0.1 in master.
--
Tomaz
*From:* Fernando Nasser <fnasser(a)redhat.com>
*Sent:* February 7, 2013 4:02 PM
*To:* Julian Coleman <jcoleman(a)redhat.com>
*CC:* jboss-as7-dev(a)lists.jboss.org
*Subject:* Re: [jboss-as7-dev] Components upgrade request (EAP 6.1)
Do you see any PRs for the master AS& branch?
If not the answer was no ;-)
How do we poor mortals that don't know how to create PRs do
to get things upgraded? Do we open an AS& JIRA? How to make
sure these make into the Feb 8th tag?
Cheers,
Fernando
----- Original Message -----
> From: "Julian Coleman" <jcoleman(a)redhat.com>
> To: jboss-as7-dev(a)lists.jboss.org
> Sent: Thursday, February 7, 2013 7:36:59 AM
> Subject: Re: [jboss-as7-dev] Components upgrade request (EAP 6.1)
>
> Hi,
>
> > Would it be possible to upgrade:
> >
> > com.google.guava to 12.0 [1]
> > slf4j to 1.7.x [2]
> >
> > for the EAP 6.1 release, please? These versions are needed for
> > SOA-P/BRMS-P
> > components.
>
> No other comments? I guess that means that these upgrades won't
> happen.
>
> Thanks,
>
> J
>
> --
> Red Hat
> Newcastle upon Tyne
> _______________________________________________
> jboss-as7-dev mailing list
> jboss-as7-dev(a)lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
>
_______________________________________________
jboss-as7-dev mailing list
jboss-as7-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
11 years, 10 months
Next AS release ?
by FRANCESCO MARCHIONI
Hi all as7 devs!
I've been asked a couple of times by some customers but could not find any evidence of it: is there any mid-term planning for next AS release ( 8 ) ? Kind of rough guessing accepted too! :-)
Thanks
Francesco
11 years, 10 months
Removing thread subsystem
by Tomaž Cerar
Hi,
Threads subsystem has not been directly used since 7.1.0.CR1.
see https://issues.jboss.org/browse/AS7-390 for more details.
The only usage we have is that EJB3 & JCA subsystems use some common code
from threads subsystem (parser & few RD) but beyond that subsystem is
unused aka we could remove ThreadExtension and everything would still work.
And ever since there was no need for thread subsystem enabled/deployed in
configuration but we still had it in all our default shipped configs.
I would like to remove it from our default shipped configurations as it
does not effect any functionality.
Also I have introduced option to "deprecate" extension, so it now logs
warning when such extension is registered (aka is found in configuration)
As goes for compatibility issues in mixed-domain this change does not
effect 7.1.0+/EAP6 as they can properly operate without this subsystem.
It looks like that we removed usage of Threads subsystem in 7.1.0.CR1 but
forgot to remove it from shipped configurations.
my current effort at this can be found at
https://github.com/ctomc/jboss-as/compare/threads
(there is lots of removed redundant & old style tests)
--
tomaz
11 years, 11 months