[weld/core] 7a6e02: [maven-release-plugin] prepare release 2.3.4.Final
by GitHub
Branch: refs/heads/2.3
Home: https://github.com/weld/core
Commit: 7a6e02867df3fe6dca78a9e4573e676b14955a3f
https://github.com/weld/core/commit/7a6e02867df3fe6dca78a9e4573e676b14955a3f
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2016-04-19 (Tue, 19 Apr 2016)
Changed paths:
M bom/pom.xml
M bundles/impl/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/permalink/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/osgi/paint-api/pom.xml
M examples/osgi/paint-core/pom.xml
M examples/osgi/paint-square/pom.xml
M examples/osgi/paint-triangle/pom.xml
M examples/osgi/pom.xml
M examples/pom.xml
M examples/se/groovy-numberguess/pom.xml
M examples/se/hello-world/pom.xml
M examples/se/numberguess/pom.xml
M examples/webstart/pom.xml
M impl/pom.xml
M inject-tck-runner/pom.xml
M jboss-as/pom.xml
M jboss-tck-runner/pom.xml
M jsf/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 2.3.4.Final
8 years, 7 months
weld-commits:招用待岗、内退、停薪留职的人员,应注意哪些细节问题?
by zbrtbzlio
weld-commits: 您好!
1.如何预防劳动者的“应聘欺诈”,如何证明劳动者的“欺诈”?
2.招收应届毕业生,应注意哪些细节问题?
3.招用达到法定退休年龄的人员,应注意哪些细节问题?
4.招用待岗、内退、停薪留职的人员,应注意哪些细节问题?
5.入职体检需注意哪些细节问题?
6.入职前后用人单位应告知劳动者哪些情况,如何保留证据?
7.《入职登记表》如何设计,才能起到预防法律风险的作用?
8.劳动者无法提交《离职证明》,该怎么办?
9.企业如何书写《录用通知书》,其法律风险有哪些?
附件中的内容希望能帮助到您的工作。。。
千山鸟飞绝,万径人踪灭。
2016/4/19 星期二15:01:36
巫新安
8 years, 7 months
[weld/core] 5aec76: WELD-2110 Relax Event.select() validation
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 5aec760018b28ef29786195b2441869c1535f536
https://github.com/weld/core/commit/5aec760018b28ef29786195b2441869c1535f536
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2016-04-18 (Mon, 18 Apr 2016)
Changed paths:
M impl/src/main/java/org/jboss/weld/event/EventImpl.java
M impl/src/main/java/org/jboss/weld/event/ObserverNotifier.java
M impl/src/main/java/org/jboss/weld/resolution/EventTypeAssignabilityRules.java
M impl/src/main/java/org/jboss/weld/util/Types.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/event/subtype/Bar.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/event/subtype/Baz.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/event/subtype/EventSelectTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/event/subtype/Foo.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/event/subtype/FooBarImpl.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/event/subtype/Observers.java
Log Message:
-----------
WELD-2110 Relax Event.select() validation
- the event type may contain wildcards
8 years, 7 months