You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Travis Burtrum b89fd16d93 Abandon travis-ci for jenkins 2 years ago
.ci Abandon travis-ci for jenkins 2 years ago
beehive-controls tools.jar is gone, depend on aptIn16s API 6 years ago
beehive-ejb-control [maven-release-plugin] prepare for next development iteration 8 years ago
beehive-jdbc-control Add JdbcMapperControl.java to make legacy JdbcControl classes easier to convert 4 years ago
beehive-jdbc-mapper Pull in correct querymapper dependency based on java version 5 years ago
beehive-jms-control [maven-release-plugin] prepare for next development iteration 8 years ago
beehive-netui-bootstrap [maven-release-plugin] prepare for next development iteration 8 years ago
beehive-netui-compiler tools.jar is gone, depend on aptIn16s API 6 years ago
beehive-netui-core Appending a null Object/String to InternalStringBuilder is now a no-op, previously appended "null" 4 years ago
beehive-netui-tags [maven-release-plugin] prepare for next development iteration 8 years ago
.gitignore Make behavior of mapping consistant between methods and fields, and handle conflicts between underscores and no underscores by picking the most exact match 9 years ago
BUILDING.txt Initial import of https://svn.apache.org/repos/asf/beehive/tags/v1.0.2 9 years ago
DEVELOPING.txt Initial import of https://svn.apache.org/repos/asf/beehive/tags/v1.0.2 9 years ago
LICENSE.txt Initial import of https://svn.apache.org/repos/asf/beehive/tags/v1.0.2 9 years ago
NOTICE.txt Initial import of https://svn.apache.org/repos/asf/beehive/tags/v1.0.2 9 years ago
README.md Abandon travis-ci for jenkins 2 years ago
pom.xml Pull in correct querymapper dependency based on java version 5 years ago

README.md

Beehive

Build Status

Releases are available on maven central, snapshots on oss.sonatype.org

This is a (barely) maintained fork of beehive that still works with modern java, for legacy applications that still need beehive. You should NEVER use this in a new application, please use Spring or anything else.

Whether you use this or not, I recommend JdbcMapper as a drop-in, modern, safe replacement for beehive JdbcControls.

Original 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.