Tags: cashapp/tempest
Tags
fix: only create lookup if CL is different (#243) This should prevent issues when DB classes are not hot reloadable
fix: MethodHandle creation show use table class (#242) The fix that was previously applied here does not work if Templest is loaded in a different class loader to the table schema class. This fix creates the Lookup using the context of the schema class, avoiding class loading errors in hot reload enabled environments.
Use BeanTableSchemaParams in TableSchemaFactory (#240)
Upgrade most dependencies (#239) * Upgrade most dependencies * Fix a compile error * Remove an unused build classpath dep * Add junitLauncher dep to stop test tasks from failing Also remove junit deps from projects with no deps
Extend the WritingPager class to work with AsyncLogicalDb (#236) * Initial draft * Create function to encapsulate paging logic * Adds tests
Fix Nul AttributeValue preventing CreatedAt timestamps during UpdateI… …tem (#235) * Support UpdatedAt and CreatedAt Timestamps. * Fix generated timestamps for CreatedAt for transactionWrite
Migrate to Sonatype Central Portal (#233)
Support UpdatedAt and CreatedAt Timestamps. (#234)
PreviousNext