CINXE.COM
JBoss Community Recognition Awards
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="keywords" content="JBoss Community Recognition Awards" /> <meta name="description" content="" /> <meta name="author" content="" /> <meta name="robots" content="all" /> <meta name="generator" content="Magnolia Community Edition 4.4.6" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" /> <title>JBoss Community Recognition Awards</title> <link rel="icon" type="image/png" href="//static.jboss.org/images/favicon.ico" /> <link rel="stylesheet" type="text/css" href="https://static.jboss.org/theme/css/magnolia/stkdefault-styles.css" media="screen, projection" /> <link rel="stylesheet" type="text/css" href="https://static.jboss.org/theme/css/common/org_common.css" media="screen, projection" /> <link rel="stylesheet" type="text/css" href="https://static.jboss.org/css/magnolia/styles.css" media="screen, projection" /> <link rel="stylesheet" type="text/css" href="https://static.jboss.org/theme/css/magnolia/jquery-ui.css" media="screen, projection" /> <link rel="stylesheet" type="text/css" href="https://static.jboss.org/theme/css/magnolia/project.css" media="screen, projection" /> <link rel="stylesheet" type="text/css" href="https://static.jboss.org/theme/css/magnolia/clearspace_common.css" media="screen, projection" /> <link rel="stylesheet" type="text/css" href="https://static.jboss.org/theme/css/magnolia/wide.css" media="only screen and (min-width: 1200px)" /> <link rel="stylesheet" type="text/css" href="https://static.jboss.org/theme/css/magnolia/small.css" media="only screen and (max-width: 980px)" /> <link rel="stylesheet" type="text/css" href="https://static.jboss.org/theme/css/magnolia/print.css" media="print" /> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Cabin:400" media="screen, projection" /> <link rel="stylesheet" type="text/css" href="https://static.jboss.org/ffe/16.0.0/css/global.css" media="screen, projection" /> <script src="/resources/templating-kit/js/jbossorg.2011-07-27-15-42-03-383.cache.js" type="text/javascript"></script> <script src="https://w.sharethis.com/button/buttons.js" type="text/javascript"></script> <script src="https://static.jboss.org/theme/js/magnolia/allinone.js" type="text/javascript"></script> <script src="/resources/templating-kit/js/all.2011-01-19-09-23-54-917.cache.js" type="text/javascript"></script> <script src="https://static.jboss.org/www/1.0.GA/javascripts/vendor/jbossorg-tabzilla.js" type="text/javascript"></script> <script src="/.resources/jbossorg-downloads2/sorttable.js" type="text/javascript"></script> <script type="text/javascript"> function checkForSSO() { var jbssoserverbase = (document.location.href.indexOf("-stg.") != -1) ? "https://sso-stg.jboss.org" : "https://sso.jboss.org"; // Temporarily set to sso while the not on the vpn jbssoserverbase = "https://sso.jboss.org"; // you can uncomment and fill next variable with another URL to be used for return from SSO login. // Full URL of current page is used normally. var _jbssobackurl = window.location.href; // you can uncomment and fill next variable with another URL to be used for logout link. // Global SSO logout URL is used normally if not defined. var _jbssologouturl = window.location.origin + '/login'; // postfix appended to returned info snippets before they are placed into HTML var _jbssoinfopostfix = ' |'; // Loads this.. $.ajax({ // https://sso.jboss.org/logininfo url : jbssoserverbase + "/logininfo?backurl=" + escape(_jbssobackurl) +"&lourl="+ escape(_jbssologouturl), context : document.body, dataType : "jsonp", type : "GET", success : function(data, textStatus) { if (data && data.session) { // user is logged in! var response = $(data.part1), img = response.find('img'), profileUrl = response[2].getAttribute('href'), name = response[2].innerText; $('a.logged-in-name') .text(name) .attr('href', profileUrl) .prepend(img) .show(); $('dd.logged-in').show(); $('dd.login').hide(); $('dd.register').hide(); } else { $('dd.login').show(); $('dd.register').show(); $('dd.logged-in').hide(); } } }); }; $(document).ready(function () {checkForSSO();}); </script> <!-- Add admin fix --> <style type="text/css"> <!-- .mgnlControlBar td { padding: 4px 100px 4px 2px !important; } --> </style> <!-- custom page javascript --> <!-- added below js --> <!--[if lt IE 7]><script type="text/javascript" src="https://static.jboss.org/theme/js/magnolia/maxWidthFixForIE6.js"></script><![endif]--> <script type="text/javascript"> stLight.options({ publisher:'0c0850b9-23f0-4286-b05a-7593cc190675', doNotHash: true, doNotCopy: true, hashAddressBar: false }); </script> <!-- Syntax Highlighter --> <script src="/docroot/jbossorg/js/common/syntaxhighlighter/XRegExp.js" type="text/javascript"></script> <script src="/docroot/jbossorg/js/common/syntaxhighlighter/shCore.js" type="text/javascript"></script> <script src="/docroot/jbossorg/js/common/syntaxhighlighter/shAutoloader.js" type="text/javascript"></script> <link href="/docroot/jbossorg/css/common/syntaxhighlighter/shCore.css" rel="stylesheet" type="text/css" /> <link href="/docroot/jbossorg/css/common/syntaxhighlighter/shThemeDefault.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> // initialise Superfish $(document).ready(function() { <!-- loading of necessary brushes --> SyntaxHighlighter.autoloader( 'applescript /docroot/jbossorg/js/common/syntaxhighlighter/shBrushAppleScript.js', 'as3 /docroot/jbossorg/js/common/syntaxhighlighter/shBrushAS3.js', 'bash /docroot/jbossorg/js/common/syntaxhighlighter/shBrushBash.js', 'cf /docroot/jbossorg/js/common/syntaxhighlighter/shBrushColdFusion.js', 'cpp /docroot/jbossorg/js/common/syntaxhighlighter/shBrushCpp.js', 'c-sharp /docroot/jbossorg/js/common/syntaxhighlighter/shBrushCSharp.js', 'css /docroot/jbossorg/js/common/syntaxhighlighter/shBrushCss.js', 'pas /docroot/jbossorg/js/common/syntaxhighlighter/shBrushDelphi.js', 'diff /docroot/jbossorg/js/common/syntaxhighlighter/shBrushDiff.js', 'erlang /docroot/jbossorg/js/common/syntaxhighlighter/shBrushErlang.js', 'groovy /docroot/jbossorg/js/common/syntaxhighlighter/shBrushGroovy.js', 'javafx /docroot/jbossorg/js/common/syntaxhighlighter/shBrushJavaFX.js', 'java /docroot/jbossorg/js/common/syntaxhighlighter/shBrushJava.js', 'js /docroot/jbossorg/js/common/syntaxhighlighter/shBrushJScript.js', 'pl /docroot/jbossorg/js/common/syntaxhighlighter/shBrushPerl.js', 'php /docroot/jbossorg/js/common/syntaxhighlighter/shBrushPhp.js', 'plain docroot/jbossorg/js/common/syntaxhighlighter/shBrushPlain.js', 'ps /docroot/jbossorg/js/common/syntaxhighlighter/shBrushPowerShell.js', 'python /docroot/jbossorg/js/common/syntaxhighlighter/shBrushPython.js', 'ruby /docroot/jbossorg/js/common/syntaxhighlighter/shBrushRuby.js', 'sass /docroot/jbossorg/js/common/syntaxhighlighter/shBrushSass.js', 'scala /docroot/jbossorg/js/common/syntaxhighlighter/shBrushScala.js', 'sql /docroot/jbossorg/js/common/syntaxhighlighter/shBrushSql.js', 'vb /docroot/jbossorg/js/common/syntaxhighlighter/shBrushVb.js', 'xml /docroot/jbossorg/js/common/syntaxhighlighter/shBrushXml.js' ); SyntaxHighlighter.all(); <!-- ^^ syntax highlighting end --> $('ul.sf-menu').superfish({ delay: 300, // one second delay on mouseout animation: {opacity:'show',height:'show'}, // fade-in and slide-down animation speed: 'fast', // faster animation speed autoArrows: false, // disable generation of arrow mark-up dropShadows: false // disable drop shadows }); }); </script> <!-- added above js --></head> <body id="community" class="col-float3 leftcol-layout" > <script>dataLayer = [{'channel' : 'developer'}];</script> <!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-NJWS5L" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NJWS5L');</script> <!-- End Google Tag Manager --> <div id="wrapper"> <div id="maincontent-wrapper"> <!-- JBoss.org SSO login info. It needs span or div with 'jbssologininfo' id to fill it with info --> <script type="text/javascript"> var jbssoserverbase = "https://sso.jboss.org"; var jbssobackurl = document.location.href; if (document.location.hash.length > 0) { jbssobackurl = jbssobackurl.replace(document.location.hash, ""); } var jbssologouturl = ""; </script> <div class="dropup"><a class="tabnav-closed" href="https://www.jboss.org" id="tab">Red Hat</a></div> <header class="main"><i class="nav-toggle nav-toggle-open"></i><div class="row"><div class="large-7 columns"><h1 class="logo"><a href="http://www.jboss.org/">JBoss<strong>Developer</strong></a></h1></div></div></header> <nav class="top-bar"><div class="row collapse"> <dl class="sub-nav"> <dd class="home-link"><a href="http://www.jboss.org/"><i class="fa fa-home"></i></a></dd> <dd class="search-wrapper"><form class="search" action="search" method="POST" name="search"><input class="query" type="text" name="q" placeholder="Search"></form></dd> <dd class="register"><a href="https://community.jboss.org/register.jspa">Register</a></dd> <dd class="logged-in" style="display:none;"><a class="logged-in-name" href="#" style="display: inline;"><img src="#" border="0" alt=""></a></dd> <dd class="login"><a href="https://sso.jboss.org/login?service=http://www.jboss.org" data-dropdown="login"><i class="fa fa-user"></i>Login</a></dd> </dl> <div class="f-dropdown content round" id="login" data-dropdown-content="true"><h4>Login</h4><p>Log in to access unlimited downloads and contribute to the community.</p><form class="login"><input type="text" name="username" placeholder="Username or email"><input type="password" name="password" placeholder="Password"><label><input type="checkbox" name="remember">Remember Me</label><input class="button" type="submit" value="Login"></form><p class="sign-in-options">Or sign in with:<i class="fa fa-facebook-square"></i><i class="fa fa-google-plus-square"></i><i class="fa fa-twitter-square"></i></p><ul class="inline-list text-center"><li><a href="#">Forgot Password</a></li><li><a href="#">Create account</a></li></ul></div></dd></dl><div class="large-24 columns"><ul class="title-area"><li class="name"></li></ul><section class="top-bar-section"><ul class="left main-menu"><li><a href="http://www.jboss.org/technology">Technology</a></li><li><a href="http://www.jboss.org/get-started">Get Started</a></li><li><a href="http://www.jboss.org/get-involved">Get Involved</a></li><li><a href="http://www.jboss.org/forums">Forums</a></li><li><a href="http://www.jboss.org/downloads">Downloads</a></li></ul><ul class="right social"><li><a href="/newsletter"><i class="fa fa-bullhorn"></i></a></li><li><a href="http://planet.jboss.org"><i class="fa fa-rss"></i></a></li><li><a href="http://www.facebook.com/jboss"><i class="fa fa-facebook"></i></a></li><li><a href="http://twitter.com/jbossdeveloper"><i class="fa fa-twitter"></i></a></li><li><a href="http://www.linkedin.com/groups?home=&gid=167652"><i class="fa fa-linkedin"></i></a></li><li><a href="https://plus.google.com/b/117471670409122206659/117471670409122206659/posts"><i class="fa fa-google-plus"></i></a></li><li><a href="https://vimeo.com/jbossdeveloper"><i class="fa fa-vimeo-square"></i></a></li></ul></section></div></div></nav> <div id="top_subnav_branding"> </div> <div id="wrapper-2"> <div id="wrap-content"> <div id="wrapper-3"> <div id="leftcolumn" class="column"> <div id="tertiary-nav" > <h3><a href="/jbcra">JBoss Community Recognition Awards home</a></h3> <ul class="level1"> <li class="leaf"> <a href="/jbcra/2013">2013 JBCRA </a> </li> <li class="leaf"> <a href="/jbcra/2012">2012 JBCRA Archive</a> </li> <li class="leaf"> <a href="/jbcra/2011">2011 JBCRA Archive</a> </li> <li class="leaf"> <a href="/jbcra/2009">2009</a> </li> <li class="leaf"> <a href="/jbcra/terms-and-conditions">Terms and Conditions</a> </li> </ul> </div> </div> <div id="main-wrapper"> <div id="main"> <!-- content title --> <h3>2013 JBoss Community Recognition Award Winners Announced!</h3> <p><span style="font-size: 11px;">The votes have been counted, and so we are very pleased to announce the </span><span style="font-size: 11px;">newly inducted JBoss Community Leaders</span><span style="font-size: 11px;">: </span></p> <ul> <li>Bug Fixes - <strong>Esteban Aliverti</strong></li> <li><span style="font-size: 11px;">Community Leadership - <strong>Bartosz Majsak</strong><br /> </span></li> <li><span style="font-size: 11px;">Documentation - </span><strong><span style="font-size: 11px;">John Ament</span></strong></li> <li><span style="font-size: 11px;">Issue/JIRA - </span><strong><span style="font-size: 11px;">Michal Matloka</span></strong></li> <li><span style="font-size: 11px;">New Features - </span><strong><span style="font-size: 11px;">Jakub Narloch</span></strong></li> <li><span style="font-size: 11px;">Wiki - </span><strong><span style="font-size: 11px;">Sergey Morenets</span></strong></li> </ul> <p><img src="https://www.jboss.org/dms/jbcra/2013jbcra.png" style="float:right; margin: 5px;" alt="" /></p> <p>Please join us in congratulating these community leaders, and thanking them for their contributions. You can <a href="https://www.jboss.org/jbcra/jbcra2013"><strong>click here</strong></a> to learn more about them, what they have been working on and the tough field of fantastic nominees that you, the community, had to sort through to cast your votes.</p> <p>Thanks to all who participated!</p> </div><!-- end main --> </div> </div><!-- end wrapper-3 --> </div><!-- end wrapper-content --> <div style="clear: both;"></div> </div><!-- end wrapper-2 --> </div> <div id="site-info"> <div> </div> <div class="footer"> <footer class="bottom"><div class="row"><ul class="footer-nav"><li class="redhat"><a>Red Hat</a></li><li>Site Help:</li><li><a href="http://www-stg.jboss.org/faq">FAQ</a></li><li><a href="mailto:help@jboss.org">Report a problem</a></li></ul></div></footer></div> </div><!-- end wrapper --> <!-- Google Code for Remarketing tag --> <img height="1" width="1" style="border-style:none;" alt="" src="https://googleads.g.doubleclick.net/pagead/viewthroughconversion/990030321/?value=0&label=rxV4CN_35QQQ8dOK2AM&guid=ON&script=0" /> <!-- End: Google Code for Remarketing tag --> </body> </html>