[weld-issues] [JBoss JIRA] (WELD-2493) Make Weld modular according to JPMS specs

2018-06-29 Thread Ricardo Malikoski (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ricardo Malikoski commented on  WELD-2493  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Make Weld modular according to JPMS specs   
 

  
 
 
 
 

 
 I made litte changes at weld-environment-common module, and used Maven Moditec Plugin to inject module-info.class in weld-se-shaded. Then Weld worked for my Java SE (jdk 10) project (JavafFx).   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.0#75005-sha1:fd8c849)  
 
 

 
   
 

  
 

  
 

   

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

[weld-issues] [JBoss JIRA] (WELD-2500) ProbeObserver.isContainerEvent() does not recognize BeforeDestroyed qualifier

2018-06-29 Thread Martin Kouba (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martin Kouba updated  WELD-2500  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Weld /  WELD-2500  
 
 
  ProbeObserver.isContainerEvent() does not recognize BeforeDestroyed qualifier   
 

  
 
 
 
 

 
Change By: 
 Martin Kouba  
 
 
Status: 
 Pull Request Sent Resolved  
 
 
Resolution: 
 Done  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.0#75005-sha1:fd8c849)  
 
 

 
   
 

  
 

  
 

   

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

[weld-issues] [JBoss JIRA] (WELD-2506) Intercepted private observer method throws IllegalAccessError if notified within invocation of another business method of the declaring bean

2018-06-29 Thread Martin Kouba (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martin Kouba updated  WELD-2506  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Weld /  WELD-2506  
 
 
  Intercepted private observer method throws IllegalAccessError if notified within invocation of another business method of the declaring bean   
 

  
 
 
 
 

 
Change By: 
 Martin Kouba  
 
 
Status: 
 Pull Request Sent Resolved  
 
 
Resolution: 
 Done  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.0#75005-sha1:fd8c849)  
 
 

 
   
 

  
 

  
 

   

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

[weld-issues] [JBoss JIRA] (WELD-2507) Abstract package private class with public method is not intercepted

2018-06-29 Thread Matej Novotny (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matej Novotny updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Weld /  WELD-2507  
 
 
  Abstract package private class with public method is not intercepted   
 

  
 
 
 
 

 
Change By: 
 Matej Novotny  
 
 
Git Pull Request: 
 https://github.com/weld/core/pull/1853 , https://github.com/weld/core/pull/1854  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.0#75005-sha1:fd8c849)  
 
 

 
   
 

  
 

  
 

   

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

[weld-issues] [JBoss JIRA] (WELD-2507) Abstract package private class with public method is not intercepted

2018-06-29 Thread Matej Novotny (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matej Novotny updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Weld /  WELD-2507  
 
 
  Abstract package private class with public method is not intercepted   
 

  
 
 
 
 

 
Change By: 
 Matej Novotny  
 
 
Fix Version/s: 
 2.4.8.Final  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.0#75005-sha1:fd8c849)  
 
 

 
   
 

  
 

  
 

   

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

[weld-issues] [JBoss JIRA] (WELD-2514) Interceptor for overriden generic method is not invoked

2018-06-29 Thread Matej Novotny (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matej Novotny commented on  WELD-2514  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Interceptor for overriden generic method is not invoked   
 

  
 
 
 
 

 
 Thanks for the report. At first glance, this looks very similar to WELD-2507.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.0#75005-sha1:fd8c849)  
 
 

 
   
 

  
 

  
 

   

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

[weld-issues] [JBoss JIRA] (WELD-2514) Interceptor for overriden generic method is not invoked

2018-06-29 Thread John Smith (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Smith updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Weld /  WELD-2514  
 
 
  Interceptor for overriden generic method is not invoked   
 

  
 
 
 
 

 
Change By: 
 John Smith  
 
 
Steps to Reproduce: 
 Project containing web application which shows not working interception in weld3  (weld-servlet-shaded) :https://github.com/JavaTesting1/weldInterceptorBugProject containig unit test which shows not working interception in weld3  (weld-se-core) :https://github.com/JavaTesting1/weldInterceptorBug2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.0#75005-sha1:fd8c849)  
 
 

 
   
 

  
 

  
 

   

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

[weld-issues] [JBoss JIRA] (WELD-2514) Interceptor for overriden generic method is not invoked

2018-06-29 Thread John Smith (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Smith created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Weld /  WELD-2514  
 
 
  Interceptor for overriden generic method is not invoked   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 3.0.4.Final  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 Interceptors and Decorators  
 
 
Created: 
 29/Jun/18 7:10 AM  
 
 
Environment: 
 JAVA version: jdk1.8.0_151  
 
 
Priority: 
  Major  
 
 
Reporter: 
 John Smith  
 

  
 
 
 
 

 
 The following simplified code works with weld 2.4.5.Final and stopped working in weld 3.0.4.Final.  
 
 
 
 
 public abstract class AbstractServiceextends SuperParam> {  
 
 
 public S doSomething(final S param) {... }  
 
 
 }  
 
 
    
 

[weld-issues] [JBoss JIRA] (WELD-2507) Abstract package private class with public method is not intercepted

2018-06-29 Thread Matej Novotny (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matej Novotny assigned an issue to Matej Novotny  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Weld /  WELD-2507  
 
 
  Abstract package private class with public method is not intercepted   
 

  
 
 
 
 

 
Change By: 
 Matej Novotny  
 
 
Assignee: 
 Matej Novotny  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.0#75005-sha1:fd8c849)  
 
 

 
   
 

  
 

  
 

   

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

[weld-issues] [JBoss JIRA] (WELD-2507) Abstract package private class with public method is not intercepted

2018-06-29 Thread Matej Novotny (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matej Novotny updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Weld /  WELD-2507  
 
 
  Abstract package private class with public method is not intercepted   
 

  
 
 
 
 

 
Change By: 
 Matej Novotny  
 
 
Git Pull Request: 
 https://github.com/weld/core/pull/1853  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.0#75005-sha1:fd8c849)  
 
 

 
   
 

  
 

  
 

   

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

[weld-issues] [JBoss JIRA] (WELD-2506) Intercepted private observer method throws IllegalAccessError if notified within invocation of another business method of the declaring bean

2018-06-29 Thread Martin Kouba (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martin Kouba updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Weld /  WELD-2506  
 
 
  Intercepted private observer method throws IllegalAccessError if notified within invocation of another business method of the declaring bean   
 

  
 
 
 
 

 
Change By: 
 Martin Kouba  
 
 
Git Pull Request: 
 https://github.com/weld/core/pull/1851 , https://github.com/weld/core/pull/1852  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.0#75005-sha1:fd8c849)  
 
 

 
   
 

  
 

  
 

   

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

[weld-issues] [JBoss JIRA] (WELD-2506) Intercepted private observer method throws IllegalAccessError if notified within invocation of another business method of the declaring bean

2018-06-29 Thread Martin Kouba (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martin Kouba updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Weld /  WELD-2506  
 
 
  Intercepted private observer method throws IllegalAccessError if notified within invocation of another business method of the declaring bean   
 

  
 
 
 
 

 
Change By: 
 Martin Kouba  
 
 
Fix Version/s: 
 3.0.5.Final  
 
 
Fix Version/s: 
 2.4.8.Final  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.0#75005-sha1:fd8c849)  
 
 

 
   
 

  
 

  
 

   

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

[weld-issues] [JBoss JIRA] (WELD-2506) Intercepted private observer method throws IllegalAccessError if notified within invocation of another business method of the declaring bean

2018-06-29 Thread Martin Kouba (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martin Kouba updated  WELD-2506  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Weld /  WELD-2506  
 
 
  Intercepted private observer method throws IllegalAccessError if notified within invocation of another business method of the declaring bean   
 

  
 
 
 
 

 
Change By: 
 Martin Kouba  
 
 
Status: 
 Open Pull Request Sent  
 
 
Git Pull Request: 
 https://github.com/weld/core/pull/1851  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.0#75005-sha1:fd8c849)  
 
 

 
   
 

  
 

  
 

   

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

[weld-issues] [JBoss JIRA] (WELD-2506) Intercepted private observer method throws IllegalAccessError if notified within invocation of another business method of the declaring bean

2018-06-29 Thread Martin Kouba (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martin Kouba updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Weld /  WELD-2506  
 
 
  Intercepted private observer method throws IllegalAccessError if notified within invocation of another business method of the declaring bean   
 

  
 
 
 
 

 
Change By: 
 Martin Kouba  
 
 
Affects Version/s: 
 2.4.7.Final  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.0#75005-sha1:fd8c849)  
 
 

 
   
 

  
 

  
 

   

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

[weld-issues] [JBoss JIRA] (WELD-2500) ProbeObserver.isContainerEvent() does not recognize BeforeDestroyed qualifier

2018-06-29 Thread Martin Kouba (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martin Kouba updated  WELD-2500  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Weld /  WELD-2500  
 
 
  ProbeObserver.isContainerEvent() does not recognize BeforeDestroyed qualifier   
 

  
 
 
 
 

 
Change By: 
 Martin Kouba  
 
 
Status: 
 Open Pull Request Sent  
 
 
Git Pull Request: 
 https://github.com/weld/core/pull/1850  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.0#75005-sha1:fd8c849)  
 
 

 
   
 

  
 

  
 

   

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