Employers in Quebec should be mindful of Bill 176, which has received royal assent and amends the Act Respecting Labor Standards. https://goo.gl/ocmVXi #GlobalHR #HRTech
FMLA Forms Extended Through August 2021
The U.S. Department of Labor has announced that its Family and Medical Leave Act (FMLA) certification forms and notices are valid for three more years, until Aug. 31, 2021. https://goo.gl/5GmLuX #GlobalHR #HRTech
Trump Executive Order Calls for Changes to Retirement Accounts
President Donald Trump signed an executive order calling on the federal government to revise rules deemed burdensome to plan sponsors and retirement savers, such as by easing plan disclosures and helping small employers partner in shared 401(k) plans. https://goo.gl/RE56XH #GlobalHR #HRTech
OSGi: How to Handle the (Wrong) Bundle’s Startup Order
#ICYDK: Context
In some situations, it is needed that some of the OSGi (formerly known as the Open Services Gateway initiative) bundles are started in a specific order.
A concrete case is when the Apache Camel is used in the context of the OSGi. If one of the OSGi bundles is a user-defined Apache Camel component and another bundle uses this user-defined Camel component into a (Camel) route, then the bundle containing the Camel component should be started before the bundle that is using the Camel component. https://goo.gl/8f78VX #DataIntegration #ML