[weld/core] 7dfac4: [maven-release-plugin] prepare for next developmen...
by Matej Novotny
Branch: refs/heads/3.1
Home: https://github.com/weld/core
Commit: 7dfac4e39b948234e61534932ef085dd643c9b1d
https://github.com/weld/core/commit/7dfac4e39b948234e61534932ef085dd643c9b1d
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2021-01-12 (Tue, 12 Jan 2021)
Changed paths:
M bom/pom.xml
M bundles/osgi/pom.xml
M docs/reference/pom.xml
M environments/common/pom.xml
M environments/se/build/pom.xml
M environments/se/core/pom.xml
M environments/se/pom.xml
M environments/se/tests/pom.xml
M environments/servlet/build/pom.xml
M environments/servlet/core/pom.xml
M environments/servlet/pom.xml
M environments/servlet/tests/base/pom.xml
M environments/servlet/tests/jetty/pom.xml
M environments/servlet/tests/tomcat/pom.xml
M examples/jsf/login/pom.xml
M examples/jsf/numberguess/pom.xml
M examples/jsf/pastecode/pom.xml
M examples/jsf/translator/ear/pom.xml
M examples/jsf/translator/ejb/pom.xml
M examples/jsf/translator/ftest/pom.xml
M examples/jsf/translator/pom.xml
M examples/jsf/translator/war/pom.xml
M examples/pom.xml
M examples/se/groovy-numberguess/pom.xml
M examples/se/numberguess/pom.xml
M impl/pom.xml
M inject-tck-runner/pom.xml
M jboss-as/pom.xml
M jboss-tck-runner/pom.xml
M modules/ejb/pom.xml
M modules/jsf/pom.xml
M modules/jta/pom.xml
M modules/web/pom.xml
M pom.xml
M porting-package/pom.xml
M probe/core/pom.xml
M probe/pom.xml
M probe/tests/pom.xml
M tests-arquillian/pom.xml
M tests-common/pom.xml
M tests/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
3 years, 10 months
[weld/core] f872a2: [maven-release-plugin] prepare release 3.1.6.Final
by Matej Novotny
Branch: refs/heads/3.1
Home: https://github.com/weld/core
Commit: f872a292d2e47ec9276d9c57253d79e0f3c49ea5
https://github.com/weld/core/commit/f872a292d2e47ec9276d9c57253d79e0f3c49ea5
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2021-01-12 (Tue, 12 Jan 2021)
Changed paths:
M bom/pom.xml
M bundles/osgi/pom.xml
M docs/reference/pom.xml
M environments/common/pom.xml
M environments/se/build/pom.xml
M environments/se/core/pom.xml
M environments/se/pom.xml
M environments/se/tests/pom.xml
M environments/servlet/build/pom.xml
M environments/servlet/core/pom.xml
M environments/servlet/pom.xml
M environments/servlet/tests/base/pom.xml
M environments/servlet/tests/jetty/pom.xml
M environments/servlet/tests/tomcat/pom.xml
M examples/jsf/login/pom.xml
M examples/jsf/numberguess/pom.xml
M examples/jsf/pastecode/pom.xml
M examples/jsf/translator/ear/pom.xml
M examples/jsf/translator/ejb/pom.xml
M examples/jsf/translator/ftest/pom.xml
M examples/jsf/translator/pom.xml
M examples/jsf/translator/war/pom.xml
M examples/pom.xml
M examples/se/groovy-numberguess/pom.xml
M examples/se/numberguess/pom.xml
M impl/pom.xml
M inject-tck-runner/pom.xml
M jboss-as/pom.xml
M jboss-tck-runner/pom.xml
M modules/ejb/pom.xml
M modules/jsf/pom.xml
M modules/jta/pom.xml
M modules/web/pom.xml
M pom.xml
M porting-package/pom.xml
M probe/core/pom.xml
M probe/pom.xml
M probe/tests/pom.xml
M tests-arquillian/pom.xml
M tests-common/pom.xml
M tests/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 3.1.6.Final
3 years, 10 months
[weld/core] 178ced: WELD-2647 Add two automated tests; one standard an...
by Matej Novotny
Branch: refs/heads/3.1
Home: https://github.com/weld/core
Commit: 178cede49d556984b92c3482db371490a2160e24
https://github.com/weld/core/commit/178cede49d556984b92c3482db371490a2160e24
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2021-01-11 (Mon, 11 Jan 2021)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/AbstractDecorator.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/DecoratingInterfaceWithDefaultMethodTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/FooBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/InterfaceWithDefaultMethod.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/NonAbstractDecorator.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/PlainInterface.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/generic/DecoratingInterfaceWithDefaultMethodAndGenericsTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/generic/DecoratorClass.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/generic/Foo.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/generic/GenericInterface.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/generic/GenericInterfaceWithDefaultMethod.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/generic/SomeBean.java
Log Message:
-----------
WELD-2647 Add two automated tests; one standard and one using generics. Note that these tests were failing intermittently based on order in which interfaces were processed. Added a fix that subclasses don't create method delegation for abstract interface methods.
3 years, 10 months
[weld/core] 93d47d: WELD-2647 Add two automated tests; one standard an...
by Matej Novotny
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 93d47db7000b2c3427ce967a133b0b0196845ce1
https://github.com/weld/core/commit/93d47db7000b2c3427ce967a133b0b0196845ce1
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2021-01-11 (Mon, 11 Jan 2021)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/AbstractDecorator.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/DecoratingInterfaceWithDefaultMethodTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/FooBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/InterfaceWithDefaultMethod.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/NonAbstractDecorator.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/PlainInterface.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/generic/DecoratingInterfaceWithDefaultMethodAndGenericsTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/generic/DecoratorClass.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/generic/Foo.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/generic/GenericInterface.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/generic/GenericInterfaceWithDefaultMethod.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/defaultmethod/notDecorated/generic/SomeBean.java
Log Message:
-----------
WELD-2647 Add two automated tests; one standard and one using generics. Note that these tests were failing intermittently based on order in which interfaces were processed. Added a fix that subclasses don't create method delegation for abstract interface methods.
3 years, 10 months