3db3172d5fAdd CloseableControlImpl, useable with JdbcMapper classes/interfacesmoparisthebest2019-07-11 00:30:40 -0400
4246a0cc40Appending a null Object/String to InternalStringBuilder is now a no-op, previously appended "null"moparisthebest2019-01-08 15:39:00 -0500
ae29ec9928Update InternalStringBuilder.java to remove now useless _shared logic, and handle OOM on array copy gracefullymoparisthebest2019-01-08 15:28:23 -0500
c351d203d6Execute post-request interceptors in a finally of their ownmoparisthebest2019-01-08 15:13:07 -0500
55573244f3Move 'Execute post-request interceptors' into finally block, formerly it's skipped on Error'smoparisthebest2019-01-08 11:10:59 -0500
2ea7dd2b83Update NewDefaultObjectResultSetMapper for new toType signature from upstreammoparisthebest2018-05-11 11:14:27 -0400
93a9145d45Replace some @deprecated with Formerly deprecated:, because beehive as a whole is deprecated and will never have any more updatesmoparisthebest2018-03-26 12:44:31 -0400
31b1a8b064Pull in correct querymapper dependency based on java versionmoparisthebest2018-03-26 12:39:58 -0400
9d131e13ceMake CachingResultSetMapper not have an entire cache shared over the whole application, only per instance, also fix hashing logicmoparisthebest2017-05-16 12:32:34 -0400
b0a5905c41Remove toMap that takes a Map class, because it cannot be called without an unchecked warning, send in objectmoparisthebest2017-04-20 14:15:59 -0400
bb40891e14Add FinalTest to ensure the compiler in-lining behavior does not change in the futuremoparisthebest2015-02-10 15:47:02 -0500
c82f7ed3fcProper fix for Anchor and TreeLabel to clear state after the current tag is finishedmoparisthebest2014-10-13 11:31:53 -0400
898ce9533aSet _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.moparisthebest2014-10-07 15:49:45 -0400
1e7092c623Remove check for valid arrayMaxLength value, now anything <= 0 just means unlimited
moparisthebest
2014-09-10 11:59:03 -0400
4d574cb75fChange default arrayMaxLength for JdbcControls from 1024 to -1 (unlimited)
moparisthebest
2014-09-10 11:45:50 -0400
01a6f53d59Change default arrayMaxLength to unlimited when using ResultSetMapper/QueryMapper directly
moparisthebest
2014-08-28 13:06:29 -0400
bf48b9a40eAdded another test
moparisthebest
2014-07-24 12:13:47 -0400
27fd12ff57Setup netui_tagIdNameMap in a way that allows for numeric IDs
moparisthebest
2014-07-24 11:48:03 -0400
e8314fc3bfRemoved duplicated files from beehive-netui-tags/src/main/java that are in beehive-netui-tags/src/main/resources
moparisthebest
2014-07-24 11:46:57 -0400
ff95f2d559Fix AptTask where the proper apt isn't first on the PATH (ubuntu), and allow it to be set manually if needed as well
moparisthebest
2014-06-25 12:33:52 -0400
2dec1ea7cfFix return of primitive types by removing explicit cast, add tests to prevent regressions
moparisthebest
2014-06-25 12:10:12 -0400
117910274eTry *again* to fix exception thrown when constructor cannot be found if the constructor is not needed, and *again* add some more tests
moparisthebest
2014-06-19 08:57:23 -0400
8664d887d2Fix exception thrown when constructor cannot be found if the constructor is not needed, add some more tests
moparisthebest
2014-06-11 14:30:22 -0400
a3647dd95aDepend on latest version of junit and change junit dependency in beehive-controls to provided for the one abstract test case in there
moparisthebest
2014-06-11 13:35:49 -0400
375f8b8413Make behavior of mapping consistant between methods and fields, and handle conflicts between underscores and no underscores by picking the most exact match
moparisthebest
2014-06-11 13:22:01 -0400
ec65aae369Allow all dataSource attributes to accept expressions
moparisthebest
2014-05-20 09:01:37 -0400
fe1ab6def8Improve exception message in RowToObjectMapper and don't look for extra methods with underscores stripped if an exact match is found
moparisthebest
2014-05-16 15:36:34 -0400
2694436119The original ResultSetMapper returned a case-insensitive HashMap for each row, add support for that again...
moparisthebest
2014-05-15 15:56:06 -0400
ff7c5d08a4Bump ant version to current
moparisthebest
2014-05-15 14:34:30 -0400
14c150e0a4Allow dataSource attribute to take expressions
moparisthebest
2014-05-08 11:07:27 -0400
cf6775dc87Add whitelist-prefix init-parameter to PageFlowPageFilter, since <url-pattern>/portlets/*.jsp</url-pattern> is invalid syntax and is not allowed by tomcat
moparisthebest
2014-05-07 14:38:34 -0400
9295099ed5Don't setPerRequestState with null
moparisthebest
2014-04-23 13:34:56 -0400
05a2ddfe79Swap out DefaultObjectResultSetMapper with NewDefaultObjectResultSetMapper in JdbcControlImpl
moparisthebest
2014-04-22 16:03:32 -0400
2d9c00e8dbDo EnsureContext.setup() call from QueryMapper once
moparisthebest
2014-04-22 16:02:57 -0400
48e93aaa44Get values for UpdateableDTO.YES and UpdateableDTO.NO from System Properties
moparisthebest
2014-04-22 15:02:35 -0400
d0e1e03756First commit of beehive-jdbc-mapper, which has no dependencies, but which beehive-jdbc-control now depends on
moparisthebest
2014-04-22 14:40:18 -0400
39338e999fRefactored ResultSetMapper to be an interface, old classes that used to extend it should now extend AbstractResultSetMapper
moparisthebest
2014-04-22 14:14:03 -0400
6291eac434Add id as an alias of tagId in HtmlBaseTag
moparisthebest
2014-04-22 11:52:15 -0400
d78cae4c41Update some dependencies to be provided
moparisthebest
2014-04-22 11:51:27 -0400
355ef02abd[maven-release-plugin] prepare for next development iteration
moparisthebest
2014-04-22 08:45:21 -0400
c050957b1eFix beehive-jdbc-control, exclude *.java from jars (placed there by annotation processors)
moparisthebest
2014-04-21 15:26:05 -0400
2471981dbcre-structure into standard maven layout
moparisthebest
2014-04-21 14:36:57 -0400
069b5b965bUpdate poms to new com.moparisthebest.beehive groupId, bump version of aptIn16 used to 0.2
moparisthebest
2014-04-21 11:01:33 -0400
451feb0199Add maven pom files to build as actual maven projects with all dependencies only from maven central repo
moparisthebest
2014-04-21 09:00:10 -0400
916fffb8b5Add external library downloaded by ant script in case it disappears again in the future
moparisthebest
2014-04-21 08:56:56 -0400
6ddf0ff69bFix ant build scripts and AptTask to build with new JDK and Ant
moparisthebest
2014-04-21 08:56:24 -0400