[weld-issues] [JBoss JIRA] (WELD-1818) Detect when BeanIdentifierIndexes differ in a cluster

2014-12-15 Thread Jozef Hartinger (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jozef Hartinger created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Weld /  WELD-1818 
 
 
 
  Detect when BeanIdentifierIndexes differ in a cluster  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Enhancement 
 
 
 

Assignee:
 
 Martin Kouba 
 
 
 

Created:
 

 15/Dec/14 3:07 AM 
 
 
 

Fix Versions:
 

 2.2.x 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Jozef Hartinger 
 
 
 
 
 
 
 
 
 
 
Although this should never happen in the ideal world, it happens from time to time. If a (slightly) different application is deployed to one of the cluster nodes, the current replication mechanism does not work any longer. The failure is not obvious and difficult to debug. We should consider adding some extra information (e.g. a hash of BeanIdentifierIndexes) to serialized messages and fail fast if this situation is detected. We should seek a good compromise between the size of the extra information and the probability it detects a problem. 
Problems like these should be detected by the following test: 
org.jboss.weld.tests.unit.cluster.NaiveClusterTest.testVariableBeanDeploymentStructure() although due to a different error it does not happen at the moment. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 

[weld-issues] [JBoss JIRA] (WELD-1819) Apply InterceptionDecorationContext optimizations to all ThreadLocalStackServices

2014-12-15 Thread Jozef Hartinger (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jozef Hartinger created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Weld /  WELD-1819 
 
 
 
  Apply InterceptionDecorationContext optimizations to all ThreadLocalStackServices  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Enhancement 
 
 
 

Assignee:
 
 Jozef Hartinger 
 
 
 

Components:
 

 Performance and Scalability 
 
 
 

Created:
 

 15/Dec/14 3:09 AM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Jozef Hartinger 
 
 
 
 
 
 
 
 
 
 
 

use queue instead of Stack
 

use RequestScopedCache
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 

[weld-issues] [JBoss JIRA] (WELD-1818) Detect when BeanIdentifierIndexes differ in a cluster

2014-12-15 Thread Jozef Hartinger (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jozef Hartinger updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Weld /  WELD-1818 
 
 
 
  Detect when BeanIdentifierIndexes differ in a cluster  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jozef Hartinger 
 
 
 

Component/s:
 
 PerformanceandScalability 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.11#6341-sha1:83c4d29) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-1820) Generalize client proxy optimizations to all contextual instances

2014-12-15 Thread Jozef Hartinger (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jozef Hartinger created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Weld /  WELD-1820 
 
 
 
  Generalize client proxy optimizations to all contextual instances  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Enhancement 
 
 
 

Assignee:
 
 Jozef Hartinger 
 
 
 

Components:
 

 Performance and Scalability 
 
 
 

Created:
 

 15/Dec/14 3:10 AM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Jozef Hartinger 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.11#6341-sha1:83c4d29) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   


[weld-issues] [JBoss JIRA] (WELD-1812) Use of RequestScopedCache for removing InterceptionDecorationContext is causing problems

2014-12-15 Thread Jozef Hartinger (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jozef Hartinger updated  WELD-1812 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
Wang Liyu The fix is now merged in master and 2.2. Can you verify the fix? 
 
 
 
 
 
 
 
 
 
 Weld /  WELD-1812 
 
 
 
  Use of RequestScopedCache for removing InterceptionDecorationContext is causing problems  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jozef Hartinger 
 
 
 

Status:
 
 PullRequestSent Resolved 
 
 
 

Assignee:
 
 JozefHartinger 
 
 
 

Fix Version/s:
 
 3.0.0.Alpha4 
 
 
 

Fix Version/s:
 
 2.2.9.Final 
 
 
 

Resolution:
 
 Done 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.11#6341-sha1:83c4d29) 
 
 

[weld-issues] [JBoss JIRA] (WELD-1816) Speed up construction of simple beans

2014-12-15 Thread Jozef Hartinger (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jozef Hartinger updated  WELD-1816 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Weld /  WELD-1816 
 
 
 
  Speed up construction of simple beans  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jozef Hartinger 
 
 
 

Status:
 
 PullRequestSent Resolved 
 
 
 

Resolution:
 
 Done 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.11#6341-sha1:83c4d29) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-1810) @Dependent @Stateful session beans are shared between injection points

2014-12-15 Thread Jozef Hartinger (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jozef Hartinger updated  WELD-1810 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Weld /  WELD-1810 
 
 
 
  @Dependent @Stateful session beans are shared between injection points  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jozef Hartinger 
 
 
 

Status:
 
 PullRequestSent Resolved 
 
 
 

Fix Version/s:
 
 2.2.9.Final 
 
 
 

Resolution:
 
 Done 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.11#6341-sha1:83c4d29) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (CDITCK-459) cycle in Wizzard class producer

2014-12-15 Thread Tomas Remes (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tomas Remes updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 CDI TCK /  CDITCK-459 
 
 
 
  cycle in Wizzard class producer  
 
 
 
 
 
 
 
 
 

Change By:
 
 Tomas Remes 
 
 
 

Fix Version/s:
 
 1.1.6.Final 
 
 
 

Fix Version/s:
 
 1.2.4.Final 
 
 
 

Fix Version/s:
 
 2.0.0.Alpha2 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.11#6341-sha1:83c4d29) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (CDITCK-459) cycle in Wizzard class producer

2014-12-15 Thread Tomas Remes (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tomas Remes resolved as Done 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 CDI TCK /  CDITCK-459 
 
 
 
  cycle in Wizzard class producer  
 
 
 
 
 
 
 
 
 

Change By:
 
 Tomas Remes 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Done 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.11#6341-sha1:83c4d29) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-1812) Use of RequestScopedCache for removing InterceptionDecorationContext is causing problems

2014-12-15 Thread Wang Liyu (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Wang Liyu commented on  WELD-1812 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Use of RequestScopedCache for removing InterceptionDecorationContext is causing problems  
 
 
 
 
 
 
 
 
 
 
I have clone and built the master branch and run it with my application, all works fine, it removed the google stuff which made the jar half size smaller (which is nice). 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.11#6341-sha1:83c4d29) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-1812) Use of RequestScopedCache for removing InterceptionDecorationContext is causing problems

2014-12-15 Thread Wang Liyu (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Wang Liyu commented on  WELD-1812 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Use of RequestScopedCache for removing InterceptionDecorationContext is causing problems  
 
 
 
 
 
 
 
 
 
 
quick question when I built the latest master branch, it requires JDK 1.8 instead JDK 1.7, both source level and target level are 1.8, is JDK 1.7 no longer support with next release? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.11#6341-sha1:83c4d29) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-1812) Use of RequestScopedCache for removing InterceptionDecorationContext is causing problems

2014-12-15 Thread Jozef Hartinger (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jozef Hartinger commented on  WELD-1812 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Use of RequestScopedCache for removing InterceptionDecorationContext is causing problems  
 
 
 
 
 
 
 
 
 
 
Master now hosts Weld 3 which will require JDK8. The 2.2 branch hosts Weld 2.2 which runs fine on JDK1.7 (even 1.6). 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.11#6341-sha1:83c4d29) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues