Do we support SQL Server 2016 ?
I saw no explicit mention of it in the docs but I suppose it might
work. Do we test it, regularly or occasionally?
Thanks,
Sanne
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman
For SQL Server, 2012 is our latest supported Dialect.
I've been running tests on my local SQL Server 2016 Express and everything
worked fine.
As for Jenkins, we don't have support for MSSQL.
I'm not sure if the Linux version license allows us to run tests on
Jenkins, but if it does,
I think we sh
Thanks Vlad!
On 29 August 2017 at 11:15, Vlad Mihalcea wrote:
> For SQL Server, 2012 is our latest supported Dialect.
>
> I've been running tests on my local SQL Server 2016 Express and everything
> worked fine.
> As for Jenkins, we don't have support for MSSQL.
>
> I'm not sure if the Linux vers
Hi,
No bot today so here are the minutes, carefully copy/pasted manually.
Have a nice day, all!
15:06 < gsmet> so Emmanuel, I suppose you don't have any news on the
Hibernate front?
15:06 < gsmet> #topic Progress Emmanuel
15:06 < emmanuel> No
15:06 < emmanuel> Though I asked on another mailing l
Hi all,
In Hibernate Search we have a snippet of code doing:
private static BeanManager getBeanManager(Map configurationValues) {
return (BeanManager) configurationValues.get(
AvailableSettings.CDI_BEAN_MANAGER );
}
This used to work on WildFly 10 - even if we were to override the
Hibernate O
Hibernate ORM 5.1.x is in WF 11.
On Mon, Aug 28, 2017 at 4:20 PM, Steve Ebersole wrote:
> What version of Hibernate does WF 11 include?
>
> On Mon, Aug 28, 2017, 5:18 PM Gail Badner wrote:
>
>> This should be backported to 5.1 as well, shouldn't it?
>>
>> On Sun, Aug 27, 2017 at 2:27 PM, Steve
Hi all!
I've noticed some inconsistency between the Hibernate ORM User Guide [1]
and what seems to be in the documentation files in the GitHub repo. In
particular examples of @GeneratedValue usages:
Example 131. Unnamed sequence
@Entity
public class MyEntity {
@Id
@GeneratedValue( genera
Hi,
The inconsistencies are due to the latest release being done quite a long
time ago.
The 5.2 User Guide was generated when we released 5.2.10 while the GitHub
repo contains many doc changes that will be available only when we release
5.2.11.
Vlad
On Tue, Aug 29, 2017 at 8:12 PM, Marko B wro
Then I think we should update 5.2 as well, but that creates an interesting
concern in that the published artifact name would change if I understand
correctly because it would change the artifact's classifier from
`wildfly-10-dist` to `wildfly-11-dist`. Things that refer to this artifact
as a depen
Hi Sanne,
Do you have a WFLY issue for this?
I've tentatively created a branch and pushed a commit to my fork that
reproduces this issue. [1]
It reproduces using Hibernate 5.1.11-SNAPSHOT and 5.2.11-SNAPSHOT.
In 5.1, org.hibernate.jpa.test.cdi.ExtendedBeanManagerCdiTest uses an
implementation,
10 matches
Mail list logo