Go to file
Travis Burtrum 898ce9533a Set _text to null in Anchor if the body content is empty.
Previously it just left it to whatever it was set to before,
which was super confusing and impossible to debug.
2014-10-07 15:49:45 -04:00
beehive-controls Fix AptTask where the proper apt isn't first on the PATH (ubuntu), and allow it to be set manually if needed as well 2014-06-25 12:33:52 -04:00
beehive-ejb-control [maven-release-plugin] prepare for next development iteration 2014-04-22 08:45:21 -04:00
beehive-jdbc-control Remove check for valid arrayMaxLength value, now anything <= 0 just means unlimited 2014-09-10 11:59:03 -04:00
beehive-jdbc-mapper Change default arrayMaxLength to unlimited when using ResultSetMapper/QueryMapper directly 2014-08-28 13:06:29 -04:00
beehive-jms-control [maven-release-plugin] prepare for next development iteration 2014-04-22 08:45:21 -04:00
beehive-netui-bootstrap [maven-release-plugin] prepare for next development iteration 2014-04-22 08:45:21 -04:00
beehive-netui-compiler [maven-release-plugin] prepare for next development iteration 2014-04-22 08:45:21 -04:00
beehive-netui-core Add whitelist-prefix init-parameter to PageFlowPageFilter, since <url-pattern>/portlets/*.jsp</url-pattern> is invalid syntax and is not allowed by tomcat 2014-05-07 14:38:34 -04:00
beehive-netui-tags Set _text to null in Anchor if the body content is empty. 2014-10-07 15:49:45 -04:00
.gitignore Make behavior of mapping consistant between methods and fields, and handle conflicts between underscores and no underscores by picking the most exact match 2014-06-11 13:22:01 -04:00
BUILDING.txt Initial import of https://svn.apache.org/repos/asf/beehive/tags/v1.0.2 2014-04-15 13:40:50 -04:00
DEVELOPING.txt Initial import of https://svn.apache.org/repos/asf/beehive/tags/v1.0.2 2014-04-15 13:40:50 -04:00
LICENSE.txt Initial import of https://svn.apache.org/repos/asf/beehive/tags/v1.0.2 2014-04-15 13:40:50 -04:00
NOTICE.txt Initial import of https://svn.apache.org/repos/asf/beehive/tags/v1.0.2 2014-04-15 13:40:50 -04:00
README.txt Initial import of https://svn.apache.org/repos/asf/beehive/tags/v1.0.2 2014-04-15 13:40:50 -04:00
pom.xml Depend on latest version of junit and change junit dependency in beehive-controls to provided for the one abstract test case in there 2014-06-11 13:35:49 -04:00

README.txt

Welcome to Beehive!

If you've come here to learn more about Beehive, here are a few
starting points:

BUILDING.txt:   How to build Beehive on your machine.
DEVELOPING.txt  Technical notes on contributing/committing files.
LICENSE.txt:    The Apache License and any other relevant licenses for this software.
NOTICE.txt:     Attribution notices required by various contributions.

The Apache Beehive website is located at:

  http://beehive.apache.org

And, the Beehive wiki is located at:

  http://wiki.apache.org/beehive

Both of these contain additionl resources for getting started
with developing or using Beehive.