I Use This!
Activity Not Available

News

Analyzed 5 months ago. based on code collected 5 months ago.
Posted over 4 years ago by sharan
Apache Event @ Tsinghua University, Beijing, China, Nov. 9, 2019 The Way of Open Source Lecture Series - Embracing The Apache Open Source Community --The All-in-one video of the Apache Event - Embracing the Apache OSS Community (Panel Discussion ... [More] included):  https://youtu.be/vDc7nUb7V0w--Craig's talk, The Apache Way : https://youtu.be/JZbR5vW7oL0--Junping Du's talk (in Chinese), The practice of enjoying Apache : https://youtu.be/cCQ52QPtZ_s--Willem Jiang's talk (in Chinese), Getting Started: How to join an Open Source project:  https://youtu.be/Ly54ckucpmE--Liang Zhang's talk (Chinese), Apache ShardingSphere Community's Exploration and Expansion: https://youtu.be/V-ZX1onkFhQ    -- session slide decks:--Craig's slides: https://www.slideshare.net/jixuan1989/craig-the-apache-way--Junping Du's slides: https://www.slideshare.net/jixuan1989/the-practice-of-enjoying-apache--Willem Jiang's slides: https://www.slideshare.net/jixuan1989/willem-ning-jiang-getting-started-how-to-join-an-open-source-project-apache-event-in-tsinghua-2019--Liang Zhang's slides: https://www.slideshare.net/jixuan1989/practice-of-building-apache-sharding-sphere-iincubator-community--Xiangdong's slides: https://www.slideshare.net/jixuan1989/from-a-student-to-an-apache-committer-practice-of-apache-io-tdb Apache Event @ Tsinghua University, Beijing, China - Embracing The Apache Open Source Community November 9, a cold sunny Saturday morning, the Apache Event, "Embracing The Apache Open Source Community" was held in the lecture hall on the fourth floor of the New Hydraulic Engineering Building of Tsinghua University, Beijing, China. The Event is also the second edition of "The way of open source" Lecture Series hosted by School of Software, Tsinghua University and NELBDS lab in China. The Lecture Series about Open Source is an initiative of School of Software, Tsinghua University contributing to open source innovation and implement the national innovation development strategy and big data action plan in the new digital economy era. Wang Jianmin, Dean, Professor of School of software, Tsinghua University, Apache IoTDB PPMC, in his opening speech, stressed the importance of open source as a major enabling environment of collaborative innovation in software engineering.  Embracing open source will have great impact under the current circumstance to the national information technology development and international collaborations among big data software experts. Tsinghua University school of software, is currently in a process of reformation and encourage students to acquire system building skills by joining and contributing to top-tier open source projects. Craig L. Russell, Chairman of the Apache Open Source Foundation, elaborated on the Apache way of organizing open source community in his presentation, including the history of Apache, how Apache works, why the ASF works, and the process from the incubator to graduation for an Apache project. This is the second time Craig presenting the Apache principles such as “community over code” in Tsinghua, by then, he was on the post of Apache secretary. Junping Du, Apache Member, Apache Hadoop PMC, Chairman of Tencent Open Source Alliance, introduced the Apache practice for engineers. Ning Jiang, Apache Member, Apache ServiceComb PMC, Director of Huawei Open Source Capability Center, gave a very gentle and inspiring tutorial for novice of open source projects. Liang Zhang, Apache ShardingSphere PPMC, a mathematician from JD.com Mathematics Department, shared the great experience of joining the open source community and the exploration of Apache Shardingshpere project. Xiangdong Huang, Apache IoTDB PPMC, a fresh new faculty member of Tsinghua University, host of the event, shared his experience of growing from a young student to an open source project backbone, and the Objective of Apache IoTDB project, which invites interested college students to join. At the end of the activity, Lin Liu, Associate Professor with Tsinghua University, Junping Du, Craig Russell, and Ted Liu (Apache Member and head of Kaiyuanshe) shared their views during their panel discussion on "open source education from the perspective of universities, enterprises, foundations and society". Duo Zhang, Apache HBase VP, from Mi.com, Zhongyi Tan, Apache BRPC PPMC, from Baidu, Liang Zhang from JD.com, Ning Jiang from Huawei, Qipeng Li, Apache RocketMQ PMC, from Ali shared their views during the panel discussion on "open source experience and work". There also active discussions inspired by questions from the audience. Lunch were severely delayed till 13:15, leaving Craig running for the airport without finishing his first slice of Pizza in a cafeteria on the campus. Around 150 students and faculties from Tsinghua University, Beijing University of Posts and telecommunications, and other universities attended the activity. "I wish you all the best as you learnt how to do software, and it is just important to learn how to develop software in the community. Apache is a great place to find the community that you can love. So, come with us." Craig said. Event Photos Introduction :https://s.apache.org/7p0gm Jianmin Wang https://s.apache.org/ktdxs Craig L. Russell https://s.apache.org/cwrwq Ning Jiang https://s.apache.org/96j4g Liang Zhang https://s.apache.org/sh0pb Xiangdong Huang https://s.apache.org/lkmys Panel discussions https://s.apache.org/q6i2z https://s.apache.org/f27gi Craig signs on the flag with many Apache projects https://s.apache.org/sfosw Young students with Apache stickers https://s.apache.org/pvc36 Group picture in the end https://s.apache.org/lhnsh Written by Xiangdong Huang [Less]
Posted over 4 years ago by khmarbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Enforcer Plugin, version 3.0.0-M3. You should specify the version in your project’s plugin configuration: 1 2 3 4 5 org.apache.maven.plugins ... [More] maven-enforcer-plugin 3.0.0-M3 You can download the appropriate sources etc. from the download page: https://maven.apache.org/enforcer/download.cgi Release Notes – Maven Enforcer Plugin Version 3.0.0-M3 (including 3.0.0-M1) Bugs: MENFORCER-234 – Link to plugin’s web site is reported as redirected by maven linkcheck plugin. MENFORCER-239 – Fix link in navigation (enforcer/maven-enforcer-plugin/index.html) RESOURCES MENFORCER-240 – Link to page does not work MENFORCER-265 – Get site generation working MENFORCER-268 – Usage of CI friendly version placeholders does not work MENFORCER-274 – Use of RequireJavaVersion with Java-9 breaking starting at b175 MENFORCER-281 – RequirePluginVersions broken with “CI Friendly versions” New Features: MENFORCER-204 – Add new rule: should be able to make sure that project artifact is a Snapshot MENFORCER-247 – Add a “require file checksum” rule MENFORCER-273 – RequireUpperBoundDeps.excludes MENFORCER-282 – Add RequireProfileIdsExist to ensure al mentioned cmdline profiles exist Improvements: MENFORCER-228 – DependencyConvergence: Simplify logging errors MENFORCER-253 – Upgrade maven-shared-components parent to version 30 MENFORCER-259 – The rule BanDuplicatePomDependencyVersions is not documented MENFORCER-263 – Upgrade mrm-maven-plugin to 1.0.0 MENFORCER-266 – Remove usage of prerequisites in parent pom MENFORCER-291 – Cleanup ReactorModuleConvergence implementation MENFORCER-292 – Remove getModelsRecursively from EnforcerRuleUtils MENFORCER-293 – Remove deprecated marked ignoreParent from BanDistributionManagement Tasks: MENFORCER-221 – Removed deprecated marked constructor from EnforcerExpressionEvaluator MENFORCER-272 – Allow site generation to work MENFORCER-284 – switch to Git MENFORCER-296 – Update URL for CI System Dependency upgrades: MENFORCER-278 – Upgrade mockito to 2.X to prevent JDK 9 WARNINGs MENFORCER-289 – Upgrade maven-plugin-plugin to 3.5 MENFORCER-290 – Upgrade plexus-utils 3.1.0 MENFORCER-297 – Upgrade parent to 31 MENFORCER-303 – Upgrade mave-surefire/failsafe-plugin 2.21.0 Enjoy, -The Apache Maven team [Less]
Posted over 4 years ago by Swapnil M Mane
Greetings all. It's time to review the Apache community's activities from the past week: ASF Board – management and oversight of the business affairs of the corporation in accordance with the Foundation's bylaws.  - The Apache Software ... [More] Foundation Operations Summary: May - July 2019 https://s.apache.org/a6s40  - Next Board Meeting: 18 December 2019. Board calendar and minutes http://apache.org/foundation/board/calendar.html ApacheCon™ – the ASF's official global conference series, bringing Tomorrow's Technology Today since 1998 - ApacheCon 2019 events are complete: catch the latest from Berlin, including     -- interviews on Feathercast https://feathercast.apache.org/    -- session slide decks at https://aceu19.apachecon.com/sessions    -- select plenaries, keynotes, and presentations on YouTube https://www.youtube.com/user/TheApacheFoundation    -- photos on ApacheCon https://photos.apachecon.com/ and Flickr https://www.flickr.com/groups/apachecon/pool/ ASF Infrastructure – our distributed team on three continents keeps the ASF's infrastructure running around the clock. - 7M+ weekly checks yield uptime at a rocking 99.96%. Performance checks across 50 different service components spread over more than 250 machines in data centers around the world. http://www.apache.org/uptime/Apache Code Snapshot – this week, 929 Apache contributors changed 2,581,566 lines of code over 4,068 commits. Top 5 contributors, in order, are: Etienne Chauchot, Tellier Benoit, Dan Haywood, Tilman Hausherr, and Kostas Kloudas.      Apache Project Announcements – the latest updates by category. Big Data --  - Apache Kudu 1.10.1 and 1.11.1 released https://kudu.apache.org/ Cloud Computing -- - Apache Libcloud 2.6.1 released https://libcloud.apache.org/ Did You Know?  - Did you know that the Apache Maven project oversees nearly 2,134,000 lines of code? http://maven.apache.org/  - Did you know that Apache SkyWalking powers Mingsheng Bank's FinTech private cloud service provider's application performance management (APM) system? http://skywalking.apache.org/  - Did you know that ASF codebase is conservatively valued at least $20B, using the COCOMO 2 model? https://s.apache.org/w7bw1 Apache Community Notices:  - The Apache Way to Sustainable Open Source Success https://s.apache.org/GhnI  - Celebrating 20 Years Community-led Development "The Apache Way" https://s.apache.org/ASF20thAnniversary  - ASF Founders look back on 20 Years of the ASF https://blogs.apache.org/foundation/entry/our-founders-look-back-on  - Foundation Reports and Statements http://www.apache.org/foundation/reports.html  - ApacheCon: Tomorrow's Technology Today since 1998 http://s.apache.org/ApacheCon  - ASF Annual Report for FY2019 https://s.apache.org/FY2019AnnualReport  - The Apache Software Foundation 2018 Vision Statement https://s.apache.org/zqC3  - Foundation Statement –Apache Is Open. https://s.apache.org/PIRA  - "Success at Apache" focuses on the processes behind why the ASF "just works". https://blogs.apache.org/foundation/category/SuccessAtApache  - Please follow/like/re-tweet the ASF on social media: @TheASF on Twitter (https://twitter.com/TheASF) and on LinkedIn at https://www.linkedin.com/company/the-apache-software-foundation  - Do friend and follow us on the Apache Community Facebook page https://www.facebook.com/ApacheSoftwareFoundation/ and Twitter account https://twitter.com/ApacheCommunity  - The list of Apache project-related MeetUps can be found at http://events.apache.org/event/meetups.html  - Find out how you can participate with Apache community/projects/activities --opportunities open with Apache Camel, Apache HTTP Server, and more! https://helpwanted.apache.org/  - Are your software solutions Powered by Apache? Download & use our "Powered By" logos http://www.apache.org/foundation/press/kit/#poweredby = = = For real-time updates, sign up for Apache-related news by sending mail to [email protected] and follow @TheASF on Twitter. For a broader spectrum from the Apache community, https://twitter.com/PlanetApache provides an aggregate of Project activities as well as the personal blogs and tweets of select ASF Committers. [Less]
Posted over 4 years ago by khmarbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Surefire Plugin, version 3.0.0-M4. The release contains 43 bug fixes. Again we received contributions from the community in form of bug reports and bug fixes. ... [More] Thank you and keep them coming! You should specify the version in your project’s plugin configuration: 1 2 3 4 5 org.apache.maven.plugins maven-surefire-plugin 3.0.0-M4 or for failsafe: 1 2 3 4 5 org.apache.maven.plugins maven-failsafe-plugin 3.0.0-M4 or for surefire-report: 1 2 3 4 5 org.apache.maven.plugins maven-surefire-report-plugin 3.0.0-M4 You can download the appropriate sources etc. from the download page. Release Notes – Maven Surefire – Version 3.0.0-M4 Bugs: SUREFIRE-1222 – ForkClient attempts to consume unrelated lines SUREFIRE-1464 – Failsafe plugin exposes slf4j-jdk14 dependency SUREFIRE-1534 – Surefire 2.21.0 ClassNotFoundException: org.apache.maven.plugin.surefire.StartupReportConfiguration using reuseForks set to false SUREFIRE-1546 – JUnit 5 runner does not honor JUnit 5 display names SUREFIRE-1664 – “plugin’s wiki page” points to non-existing web page SUREFIRE-1669 – POJO tests do not call fixture methods setUp and tearDown and test instances are not new between tests SUREFIRE-1670 – wrong “Filtering by Test Class Names” in failsafe “Using JUnit 5 Platform” page SUREFIRE-1675 – Forked JVM terminates with ‘halt’ when another module’s tests fail SUREFIRE-1679 – Caching of provider classpath with module-specific changes may break test bootstrapping in subsequent modules SUREFIRE-1684 – The documentation of Maven Surefire Report Plugin contains wrong number of plugin goals SUREFIRE-1689 – The fast PpidChecker is switched to the slow 30 seconds PING after the subprocess (/bin/ps -o etime= -p …) failed with exit 1 SUREFIRE-1690 – Typo fixed: classpathDependencyExclude SUREFIRE-1701 – Surefire / Failsafe rerun failed tests functionality fails with JUnit 5 if using @DisplayName SUREFIRE-1707 – Forked JVM is killed when GC paused the tests for over 30 seconds SUREFIRE-1712 – Running tests with JDK13 fails with Unsupported class file major version 57 SUREFIRE-1716 – JUnit5 Parameterized tests and re-run should see unique test runs with different parameters New Features: SUREFIRE-1584 – Rerun Failing Tests with JUnit 5 SUREFIRE-1705 – new config parameter Exclude Environment Variables SUREFIRE-1711 – Support @ParameterizedTest for JUnit 5 test reruns SUREFIRE-1717 – Enable Process Checkers Improvements: SUREFIRE-1004 – Enhance pattern/wildcard capabilities for dependenciesToScan to GAVT SUREFIRE-1585 – Align JUnit Platform version at runtime SUREFIRE-1617 – Surefire fails with bad message when path contains colon SUREFIRE-1619 – FileReporter should not use PintWriter because i/o errors are not thrown SUREFIRE-1620 – Replaced deprecated component ArtifactFactory with RepositorySystem SUREFIRE-1634 – Add missing since tags to excludesFile and includesFile SUREFIRE-1635 – Set properties readonly where it doesn’t make sense to change values SUREFIRE-1647 – When using junit5, delay loading testClass and use myown classLoader SUREFIRE-1666 – printSummary=false does not completely suppress the summary on the console SUREFIRE-1668 – The stackTrace should use CDATA in XML report. SUREFIRE-1682 – Default value for config parameter ‘shutdown’ should change from ‘testset’ to ‘exit’ SUREFIRE-1702 – [JDK 11 Alpine Linux] JAR content is not flushed completely down to drive “Error: Invalid or corrupt jarfile target/surefire/surefirebooter13749914711390838584.jar” SUREFIRE-1703 – [JDK 11 Alpine Linux] Surefire handled random order of pid and /procps does not filter pid on busybox distributions SUREFIRE-1704 – [JDK 11 Alpine Linux] long etime within hours has format 2h01 on busybox Tasks: SUREFIRE-1678 – JUnit5 Integration Tests should test wide spectrum of versions SUREFIRE-1683 – Buildfix: TLS 1.2 passed to maven-invoker-plugin via system property SUREFIRE-1706 – Use the checkstyle in tests and set includeTestSourceDirectory=true SUREFIRE-1714 – Created module “surefire-shared-utils” as a required dependency in “surefire-extensions-api” and “maven-surefire-common” Dependency upgrades: SUREFIRE-1642 – Upgrade plexus-java to Version 1.0.3 SUREFIRE-1646 – Upgrade maven-artifact-transfer Version 0.11.0 SUREFIRE-1672 – DOXIA updated to version 1.9 SUREFIRE-1674 – DOXIA TOOLS updated to version 1.9.1 SUREFIRE-1685 – Upgrade maven-fluido-skin to 1.8 and maven-site-plugin to 3.8.2 Enjoy, -The Apache Maven team [Less]
Posted over 4 years ago by khmarbaise
The Apache Maven team is pleased to announce the release of the Apache Maven EAR Plugin, version 3.0.2 This plugin generates Java EE Enterprise Archive (EAR) file. It can also generate the deployment descriptor file (e.g. application.xml). ... [More] You should specify the version in your project’s plugin configuration: 1 2 3 4 5 org.apache.maven.plugins maven-ear-plugin 3.0.2 You can download the appropriate sources etc. from the download page. Release Notes – Maven EAR Plugin – Version 3.0.2 Bug: MEAR-273 – Adding extra slash causing issues on eclipse editors Wish: MEAR-271 – Support lookup-name in resource-ref section Dependency upgrades: MEAR-270 – Upgrade maven-plugins parent to version 32 MEAR-274 – Upgrade plexus-interpolation to 1.25 MEAR-275 – Upgrade plexus-archiver to 4.1.0 MEAR-277 – Upgrade maven-invoker-plugin to 3.2.1 Enjoy, -The Apache Maven team [Less]
Posted over 4 years ago by Swapnil M Mane
Greetings all. It's time to review the Apache community's activities from the past week: ASF Board – management and oversight of the business affairs of the corporation in accordance with the Foundation's bylaws.  - The Apache Software ... [More] Foundation Operations Summary: May - July 2019 https://s.apache.org/a6s40  - Next Board Meeting: 20 November 2019. Board calendar and minutes http://apache.org/foundation/board/calendar.html ApacheCon™ – the ASF's official global conference series, bringing Tomorrow's Technology Today since 1998 - ApacheCon 2019 events are complete: catch the latest from Berlin, including     -- interviews on Feathercast https://feathercast.apache.org/    -- session slide decks at https://aceu19.apachecon.com/sessions    -- select plenaries, keynotes, and presentations on YouTube https://www.youtube.com/user/TheApacheFoundation    -- photos on ApacheCon https://photos.apachecon.com/ and Flickr https://www.flickr.com/groups/apachecon/pool/ ASF Infrastructure – our distributed team on three continents keeps the ASF's infrastructure running around the clock. - 7M+ weekly checks yield uptime at a rocking 99.99%. Performance checks across 50 different service components spread over more than 250 machines in data centers around the world. http://www.apache.org/uptime/Apache Code Snapshot – this week, 878 Apache contributors changed 1,385,567 lines of code over 3,657 commits. Top 5 contributors, in order, are: Tellier Benoit, Alex Herbert, Mark Thomas, Claus Ibsen, and Andi Huber.    Apache Project Announcements – the latest updates by category. Big Data --  - Apache BookKeeper 4.10.0 released http://bookkeeper.apache.orgContent --  - Apache Jackrabbit 2.18.4 and Oak 1.10.6 released http://jackrabbit.apache.org - Apache UIMA Java SDK 3.1.1 released http://uima.apache.org Libraries --  - Apache ServiceComb Service-Center 1.3.0 released http://servicecomb.apache.org  - Apache Commons RNG Version 1.3 released https://commons.apache.orgMessaging --  - Apache Qpid JMS 0.47.0 released http://qpid.apache.orgDid You Know?  - Did you know that the Federal Aviation Administration is Powered by Apache? System-wide information management enables every airplane take off and land in US airspace using Apache Camel and Apache ActiveMQ. https://projects.apache.org/projects.html?category - Did you know that Lyft's real-time data querying and alerting is powered by Apache Druid (incubating), Flink, and Kafka? http://druid.apache.org/  - Did you know that 9M+ source code downloads from Apache mirrors (excluding convenience binaries)? https://s.apache.org/w7bw1 Apache Community Notices:  - The Apache Way to Sustainable Open Source Success https://s.apache.org/GhnI  - Celebrating 20 Years Community-led Development "The Apache Way" https://s.apache.org/ASF20thAnniversary  - ASF Founders look back on 20 Years of the ASF https://blogs.apache.org/foundation/entry/our-founders-look-back-on  - Foundation Reports and Statements http://www.apache.org/foundation/reports.html  - ApacheCon: Tomorrow's Technology Today since 1998 http://s.apache.org/ApacheCon  - ASF Annual Report for FY2019 https://s.apache.org/FY2019AnnualReport  - The Apache Software Foundation 2018 Vision Statement https://s.apache.org/zqC3  - Foundation Statement –Apache Is Open. https://s.apache.org/PIRA  - "Success at Apache" focuses on the processes behind why the ASF "just works". https://blogs.apache.org/foundation/category/SuccessAtApache  - Please follow/like/re-tweet the ASF on social media: @TheASF on Twitter (https://twitter.com/TheASF) and on LinkedIn at https://www.linkedin.com/company/the-apache-software-foundation  - Do friend and follow us on the Apache Community Facebook page https://www.facebook.com/ApacheSoftwareFoundation/ and Twitter account https://twitter.com/ApacheCommunity  - The list of Apache project-related MeetUps can be found at http://events.apache.org/event/meetups.html  - Find out how you can participate with Apache community/projects/activities --opportunities open with Apache Camel, Apache HTTP Server, and more! https://helpwanted.apache.org/  - Are your software solutions Powered by Apache? Download & use our "Powered By" logos http://www.apache.org/foundation/press/kit/#poweredby = = = For real-time updates, sign up for Apache-related news by sending mail to [email protected] and follow @TheASF on Twitter. For a broader spectrum from the Apache community, https://twitter.com/PlanetApache provides an aggregate of Project activities as well as the personal blogs and tweets of select ASF Committers. [Less]
Posted over 4 years ago by Sally
FOUNDATION OPERATIONS SUMMARY First Quarter, Fiscal Year 2020 (May - July 2019) "We are excited to support The Apache Software Foundation, championing an organization that is delivering software for public good. Apache's software ... [More] is core to much of the Internet and is used by many of our customers and community."—Zaheda Bhorat, Head of Open Source Strategy, Amazon Web Services (ASF Platinum Sponsor and Targeted Silver Sponsor) > Conferences and Events: During Q1, we did not hold any official Apache events. We were actively planning for the following upcoming events: ApacheCon North America in September, and ApacheCon Europe in October. Upcoming events are always listed at events.apache.org and sponsorship opportunities are available for all upcoming events. Contact [email protected] with any questions. > Community Development: Throughout this quarter a lot of work has been done in helping support the preparations for ApacheCon NA and EU. With a 3 day Community track planned for ApacheCon NA and a 2 day Community track planned for ApacheCon EU, we helped co-ordinate and manage the CFP submissions to select the content for the tracks.   In early 2018, we setup a Redbubble store as an easy way for any of our ASF projects to order their own branded items such as t-shirts and mugs etc. In preparation for ApacheCon, many of our projects have asked for their logos to be added to the store so they can purchase a range of merchandise and promote their projects visually. As a regular GSoC mentor organisation, we have been invited to participate at the Mentor Summit in Germany. Two of our existing GSoC mentors have been chosen to attend. Following on from the discussions last quarter on ways to drive better diversity and inclusion, a separate mailing list has been established that will focus on discussing, defining and co-ordinating strategies to improve diversity and inclusion across the foundation. We are continuing to investigate opportunities for smaller Apache Roadshows in 2020 including the possibility of one in India. We have also been invited to participate with an Apache track in CCOSS 2019 in Mexico. Mailing list traffic has decreased this quarter probably due to the holiday season. > Committers and Contributions: Over the past quarter, 1,646 contributors committed 44,068 changes that amount to 17,190,978 lines of code across Apache projects. The top 5 contributors, in order, were: Andrea Cosentino (921 commits), Duo Zhang (906 commits), Claus Ibsen (748 commits), Jean-Baptiste Onofré (722 commits), and Mark Thomas (664 commits). All individuals who are granted write access to the Apache repositories must submit an Individual Contributor License Agreement (ICLA). Corporations that have assigned employees to work on Apache projects as part of an employment agreement may sign a Corporate CLA (CCLA) for contributing intellectual property via the corporation. Individuals or corporations donating a body of existing software or documentation to one of the Apache projects need to execute a formal Software Grant Agreement (SGA) with the ASF.  During Q1 FY2020, the ASF Secretary processed 188 ICLAs, 11 CCLAs, and 14 Software Grants. History of Apache committer growth can be seen at https://projects.apache.org/timelines.html > Brand Management: Operations — The work of the Brand Management team falls broadly into one of three categories: trademark transfers and registrations granting permission to use our marks addressing potential infringements of our marks The volume of work has remained steady this quarter. Registrations and transfers are lengthy processes but the tracking system we have put in place remains up to the task. This quarter has seen the usual collection of requests to use Apache marks for user groups, events, merchandise and publications with nearly all requests being granted, subject to our Trademark Usage Policy. Use of our marks for events is now dependent on the event having an acceptable anti-harassment policy. Registrations — A number of registrations came up for renewal this quarter. We review each renewal as it comes up and, as a result, opted not to some of those registrations. The remaining renewals are in now progress. Some registrations, particularly those outside the US, tend to be more complex. This quarter some of our registrations in China have required additional work to help them progress. Infringements — Potential infringements are brought to our attention from both internal and external sources. The majority of infringements we see are accidental and our project communities are able to resolve these quickly and informally with occasional input from the Brand Management team. A small number of issues take longer to resolve. We made progress on some of these this quarter and hope that that progress will continue next quarter. It was pleasing to see a number of PMCs successfully address potential infringements independently this quarter. As the ASF continues to grow, having PMCs that can operate more independently in this area helps the overall Brand Management capability scale to match the ASF's growth. And finally… The Brand Management team welcomes your comments and suggestions as well as any questions you might have. Please see https://www.apache.org/foundation/marks/contact for our contact details. > Infrastructure: Infrastructure has had an interesting quarter, combining a regular workload of upgrades, ticket handling, and project support, then needing to change gears for July to perform a full datacenter move to lower our costs. We spent a significant amount of time upgrading and improving our systems. The backup system was simplified in FY19Q3, and we took another pass at it this quarter to expand storage space and improve the tooling via the open source backuppc system. Numerous upgrades of services, such as Jira and Jenkins, were performed to keep us secure and up to date. One of the newer services we are testing is the use of a "Content Delivery Network" (CDN) for our projects' websites. A few projects are participating in a trial, and we will roll out wider usage later this year, after successful trials. Lastly, we have started a concerted effort to expand and diversify our CI/CD capacity. The continued growth of projects at the Foundation, and modern development trends towards CI/CD, have combined to create an ever-increasing demand for resources. We are increasing our system capacity, tracking projects' usage, and looking towards new types of systems and providers. > Financial Statement: > Fundraising: Fundraising continues to carry on smoothly. New sponsors are successfully onboarding and renewals are occurring without incident. In this quarter, we renewed and onboarded several sponsors smoothly. We also spent the quarter continuing our work on consolidating existing sponsorship agreements into our formalized foundation offerings. This helps to limit one-off processing and to keep operations as efficient as possible. We formalized a number of our event sponsorship/support activities into ongoing processes that are safe, repeatable, and comply with industry best-practices as we continue support of ApacheCon and our Roadshows. Another significant step for Fundraising this quarter was the introduction of form-based onboarding which helps keep data clean and helps enable further automation for the road ahead! We are delighted to report more than $10,000 in individual giving was donated to The ASF in addition to our foundation sponsors. Thank you, deeply, for your support! = = =  Thank you to all our Sponsors -- PLATINUM: Amazon Web Services, Cloudera, Comcast, Facebook, Google, LeaseWeb, Microsoft, Pineapple Fund, Verizon Media, Tencent GOLD: Anonymous, ARM, Bloomberg, Handshake, Huawei, IBM, Indeed, Union Investment, Workday SILVER: Aetna, Alibaba Cloud Computing, Baidu, Budget Direct, Capital One, Cerner, Inspur, ODPi, Private Internet Access, Red Hat, Target BRONZE: Airport Rentals, The Blog Starter, Bookmakers, Cash Store, Bestecasinobonussen.nl, CarGurus, Casino2k, Cloudsoft, The Economic Secretariat, Emerio, Footprints Recruiting, Gundry MD, HostChecka.com, Host Advice, HostingAdvice.com, Journal Review, LeoVegas Indian Online Casino,  Mutuo Kredit AG, Online Holland Casino, ProPrivacy, PureVPN, RX-M, SCAMS.info, Site Builder Report, Start a Blog by Ryan Robinson, Talend, The Best VPN, Top10VPN, Twitter, Web Hosting Secret Revealed TARGETED PLATINUM: CloudBees, DLA Piper, JetBrains, Microsoft, OSU Open Source Labs, Sonatype, Verizon Media TARGETED GOLD: Atlassian, The CrytpoFund, Datadog, PhoenixNAP, Quenda TARGETED SILVER: Amazon Web Services, HotWax Systems, Rackspace TARGETED BRONZE: Bintray, Education Networks of America, Google, Hopsie, No-IP, PagerDuty, Peregrine Computer Consultants Corporation, Sonic.net, SURFnet, Virtru To sponsor The Apache Software Foundation, visit http://apache.org/foundation/sponsorship.html . To make a one-time or monthly recurring donation, please visit https://donate.apache.org/ # # # Report prepared by Sally Khudairi, Vice President Marketing & Publicity, with contributions by Rich Bowen, Vice President Conferences; Sharan Foga, Vice President Community Development; Mark Thomas, Vice President Brand Management; Greg Stein, ASF Infrastructure Administrator; Tom Pappas, Vice President Finance; and Daniel Ruggeri, Vice President Fundraising. For more information, subscribe to the [email protected] mailing list and visit http://www.apache.org/, the ASF Blog at http://blogs.apache.org/, the @TheASF on Twitter, and https://www.linkedin.com/company/the-apache-software-foundation. (c) The Apache Software Foundation 2019. [Less]
Posted over 4 years ago by Swapnil M Mane
Happy Friday: it's time to look back at our activities over the past week: ASF Board – management and oversight of the business affairs of the corporation in accordance with the Foundation's bylaws.  - Next Board Meeting: 20 November 2019. ... [More] Board calendar and minutes http://apache.org/foundation/board/calendar.html ApacheCon™ – the ASF's official global conference series, bringing Tomorrow's Technology Today since 1998 - ApacheCon 2019 events are complete: catch the latest from Berlin, including     -- interviews on Feathercast https://feathercast.apache.org/    -- session slide decks at https://aceu19.apachecon.com/sessions    -- select plenaries, keynotes, and presentations on YouTube https://www.youtube.com/user/TheApacheFoundation    -- photos on ApacheCon https://photos.apachecon.com/ and Flickr https://www.flickr.com/groups/apachecon/pool/ ASF Infrastructure – our distributed team on three continents keeps the ASF's infrastructure running around the clock. - 7M+ weekly checks yield uptime at a rocking 99.88%. Performance checks across 50 different service components spread over more than 250 machines in data centers around the world. http://www.apache.org/uptime/Apache Code Snapshot – this week, 830 Apache contributors changed 939,092 lines of code over 3,390 commits. Top 5 contributors, in order, are: Andrea Cosentino, Daniel Sun, Eroma Abeysinghe, Andrew Palumbo, and Mark Thomas.  Apache Project Announcements – the latest updates by category. Big Data -- - Apache NiFi 1.10.0 released https://nifi.apache.org/  - Apache Kudu 1.11.0 released https://kudu.apache.org/ IDE --  - Apache NetBeans 11.2 released http://netbeans.apache.org/ Machine Learning -- - The Apache Software Foundation Announces Apache® SINGA™ as a Top-Level Project https://s.apache.org/j40py Search --  - Apache Lucene Solr 8.3.0 released http://lucene.apache.org/ Servers --  - Apache HttpComponents Core 5.0 beta10 (GA candidate) released http://hc.apache.org Did You Know? - Did you know that the following Apache projects are celebrating anniversaries this month? Ant (17 years); Labs (13 years); HttpComponents (12 years); Attic, Buildr, CouchDB, Qpid (11 years); Community Development (10 years); OODT and ZooKeeper (9 years); Kafka and Syncope (7 years); Ambari and Marmotta (6 years); BookKeeper, Drill, and MetaModel (5 years); Brooklyn, Groovy, Kylin, and REEF (4 years); Geode (3 years); Guacamole, Impala, and Mnemonic (2 years); Griffin (1 year) --many happy returns! https://projects.apache.org/committees.html?date  - Did you know that Apache CouchDB http://couchdb.apache.org/ powered a vaccination trial software that led to the first Ebola vaccine? Learn more at https://www.ibm.com/cloud/blog/new-builders/database-deep-dives-couchdb  - Did you know that the apache.org has 35M page views per week? https://s.apache.org/w7bw1 Apache Community Notices:  - The Apache Way to Sustainable Open Source Success https://s.apache.org/GhnI  - Celebrating 20 Years Community-led Development "The Apache Way" https://s.apache.org/ASF20thAnniversary  - ASF Founders look back on 20 Years of the ASF https://blogs.apache.org/foundation/entry/our-founders-look-back-on  - Foundation Reports and Statements http://www.apache.org/foundation/reports.html  - ApacheCon: Tomorrow's Technology Today since 1998 http://s.apache.org/ApacheCon  - ASF Annual Report for FY2019 https://s.apache.org/FY2019AnnualReport  - The Apache Software Foundation 2018 Vision Statement https://s.apache.org/zqC3  - Foundation Statement –Apache Is Open. https://s.apache.org/PIRA  - "Success at Apache" focuses on the processes behind why the ASF "just works". https://blogs.apache.org/foundation/category/SuccessAtApache  - Please follow/like/re-tweet the ASF on social media: @TheASF on Twitter (https://twitter.com/TheASF) and on LinkedIn at https://www.linkedin.com/company/the-apache-software-foundation  - Do friend and follow us on the Apache Community Facebook page https://www.facebook.com/ApacheSoftwareFoundation/ and Twitter account https://twitter.com/ApacheCommunity  - The list of Apache project-related MeetUps can be found at http://events.apache.org/event/meetups.html  - In-Memory Computing Summit North America 2019 will be held 13-14 November in Burlingame https://www.imcsummit.org/2019/us/  - Find out how you can participate with Apache community/projects/activities --opportunities open with Apache Camel, Apache HTTP Server, and more! https://helpwanted.apache.org/  - Are your software solutions Powered by Apache? Download & use our "Powered By" logos http://www.apache.org/foundation/press/kit/#poweredby = = = For real-time updates, sign up for Apache-related news by sending mail to [email protected] and follow @TheASF on Twitter. For a broader spectrum from the Apache community, https://twitter.com/PlanetApache provides an aggregate of Project activities as well as the personal blogs and tweets of select ASF Committers. [Less]
Posted over 4 years ago by Sally
Open Source machine learning library in use at Citigroup, NetEase, and Singapore General Hospital, among others. Wakefield, MA —4 November 2019— The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and ... [More] incubators of more than 350 Open Source projects and initiatives, announced today Apache® SINGA™ as a Top-Level Project (TLP). Apache SINGA is an Open Source distributed, scalable machine learning library. The project was originally developed in 2014 at the National University of Singapore, and was submitted to the Apache Incubator in March 2015. "We are excited that SINGA has graduated from the Apache Incubator," said Wei Wang, Vice President of Apache SINGA and Assistant Professor at the National University of Singapore. "The SINGA project started at the National University of Singapore, in collaboration with Zhejiang University, focusing on scalable distributed deep learning. In addition to scalability, during the incubation process, built multiple versions to improve the project’s usability and efficiency. Incubating SINGA at the ASF brought opportunities to collaborate, grew our community, standardize the development process, and more." Apache SINGA is a distributed machine learning library that facilitates the training of large-scale machine learning (especially deep learning) models over a cluster of machines. Various optimizations on efficiency, memory, communication and synchronization are implemented to speed it up and scale it out. Currently, the Apache SINGA project is working on SINGA-lite for deep learning on edge devices with 5G, and SINGA-easy for making AI usable by domain experts (without deep AI background). Apache SINGA is in use at organizations such as Carnegie Technologies, CBRE, Citigroup, JurongHealth Hospital, National University of Singapore, National University Hospital, NetEase, Noblis, Shentilium Technologies, Singapore General Hospital, Tan Tock Seng Hospital, YZBigData, and others. Apache SINGA is used across applications in banking, education, finance, healthcare, real estate, software development, and other categories. "So glad to see the first Apache project focusing on distributed deep learning become a Top-Level Project," said Beng Chin Ooi, Distinguished Professor of National University of Singapore who initialized the SINGA project, and a member of the Apache SINGA Project Management Committee. "It is essential to scale deep learning via distributed computing as the deep learning models are typically large and trained over big datasets, which may take hundreds of days using a single GPU." "I am glad to witness the graduation of Apache SINGA as a TLP," said Gang Chen, Professor and Dean of Zhejiang University and Dean of ZJU-NetEase research lab. "We will continue to contribute to the development and use it for industry applications such as smart fabric printing, e-commerce recommendation and smart cities." "Apache SINGA has a flexible distributed training framework," said Sheng Wang, Research Scientist at the DAMO Academy of Alibaba and a member of the Apache SINGA Project Management Committee. "SINGA can implement multiple popular distributed training strategies, including synchronous and asynchronous training. It achieved excellent scalability in comparison with other deep learning platforms." "Apache SINGA has been applied to support many different healthcare applications at MZH Technologies," said Zhongle Xie, CTO of Hangzhou MZH Technologies and a member of the Apache SINGA Project Management Committee. "The performance of disease diagnoses based on X-Ray images could even pass the radiologists. We also built a food recognition app using SINGA to help patients monitor their food intake and log the nutrition automatically." "We are working with cardiologists in Fuwai Hospital, Beijing, China, to develop a machine learning/deep learning cardiovascular disease prediction model, using cardiovascular risk factors and other indirect factors such as diet and exercise," said MZH Technologies co-founder and Beijing Institute of Technology Professor, Meihui Zhang. "We are also using Apache SINGA for data cleaning and integration." "Besides scalability, SINGA team is continuously improving the library by adding new features to make it easier to use," said Moaz Reyad, Postdoctoral Researcher at Université Grenoble Alpes, and a member of the Apache SINGA Project Management Committee. "For example, SINGA has a sub-component called SINGA-auto (original name is Rafiki), which provides AutoML features like automatic hyper-parameter tuning." "We would like to thank all our mentors for guiding the project and all contributors for helping on this project from incubation to graduation," added Wang. "Deep learning and other AI technologies are changing the world from many aspects. We welcome newcomers to join our community to make contributions to this exciting field!" Availability and Oversight Apache SINGA software is released under the Apache License v2.0 and is overseen by a self-selected team of active contributors to the project. A Project Management Committee (PMC) guides the Project's day-to-day operations, including community development and product releases. For downloads, documentation, and ways to become involved with Apache SINGA, visit http://singa.apache.org/ and https://twitter.com/ApacheSINGA About the Apache Incubator The Apache Incubator is the entry path for projects and codebases wishing to become part of the efforts at The Apache Software Foundation. All code donations from external organizations and existing external projects enter the ASF through the Incubator to: 1) ensure all donations are in accordance with the ASF legal standards; and 2) develop new communities that adhere to our guiding principles. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. For more information, visit http://incubator.apache.org/ About The Apache Software Foundation (ASF) Established in 1999, the all-volunteer Foundation oversees more than 350 leading Open Source projects, including Apache HTTP Server --the world's most popular Web server software. Through the ASF's meritocratic process known as "The Apache Way," more than 730 individual Members and 7,000 Committers across six continents successfully collaborate to develop freely available enterprise-grade software, benefiting millions of users worldwide: thousands of software solutions are distributed under the Apache License; and the community actively participates in ASF mailing lists, mentoring initiatives, and ApacheCon, the Foundation's official user conference, trainings, and expo. The ASF is a US 501(c)(3) charitable organization, funded by individual donations and corporate sponsors including Aetna, Alibaba Cloud Computing, Anonymous, ARM, Baidu, Bloomberg, Budget Direct, Capital One, Cerner, Cloudera, Comcast, Facebook, Google, Handshake, Hortonworks, Huawei, IBM, Indeed, Inspur, Leaseweb, Microsoft, ODPi, Pineapple Fund, Pivotal, Private Internet Access, Red Hat, Target, Tencent, Union Investment, Workday, and Verizon Media. For more information, visit http://apache.org/ and https://twitter.com/TheASF © The Apache Software Foundation. "Apache", "SINGA", "Apache SINGA", and "ApacheCon" are registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries. All other brands and trademarks are the property of their respective owners. # # # [Less]
Posted over 4 years ago by khmarbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Jar Plugin, version 3.2.0. This plugin provides the capability to build jars. 1 2 3 4 5 org.apache.maven.plugins maven-jar-plugin 3.2.0 Release Notes – ... [More] Maven JAR Plugin – Version 3.2.0 New Feature: MJAR-263 – Reproducible Builds: make entries in output jar files reproducible (order + timestamp) Read https://maven.apache.org/guides/mini/guide-reproducible-builds.html for more information on Reproducible Builds with Maven. Enjoy, The Apache Maven team [Less]