obevo icon indicating copy to clipboard operation
obevo copied to clipboard

Obevo is a database deployment tool that handles enterprise scale schemas and complexity

Results 101 obevo issues
Sort by recently updated
recently updated
newest added

Bumps commons-configuration2 from 2.7 to 2.8.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-configuration2&package-manager=maven&previous-version=2.7&new-version=2.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

The problem is a stored procedure not installed and the deployment process raised errors such as: WARNING: Please resolve the following warnings [warnings.badFileFormat]. [java.lang.IllegalArgumentException: No content defined] The stored procedure...

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.18 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.9 to 42.3.3. Changelog Sourced from postgresql's changelog. Changelog Notable changes since version 42.0.0, read the complete History of Changes. The format is based on Keep a...

dependencies

The problem is in trying to run multiple sql queries in single change. If some of them run successfully and one fails, OBEVO throws an exception and fails to mark...

Bumps [h2](https://github.com/h2database/h2database) from 1.4.187 to 2.1.210. Release notes Sourced from h2's releases. Version 2.1.210 Two security vulnerabilities in H2 Console (CVE-2022-23221 and possible DNS rebinding attack) are fixed. Persistent databases...

dependencies

enhancement
help wanted - medium
good first issue

Hi, I'm currently working on setting up the conduit file to deploy changes. I'm having some issues with getting the credential vault part and getting the proper credentials. Does anyone...

I am trying to run the example provided @ https://goldmansachs.github.io/obevo/rollback.html through obevo and it doesn't seem to work. DB : SQL server Command used : deploy.bat DEPLOY -sourcePath C:\db_scripts\obevo\src\main\system-config.xml -rollback...

I get this Exception in Obevo 8.2.1. Version 8.0.0 is working java.lang.NoSuchMethodError: org.apache.commons.text.lookup.StringLookupFactory.base64DecoderStringLookup()Lorg/apache/commons/text/lookup/StringLookup; at org.apache.commons.configuration2.interpol.DefaultLookups.(DefaultLookups.java:68) at org.apache.commons.configuration2.interpol.ConfigurationInterpolator.(ConfigurationInterpolator.java:111) at org.apache.commons.configuration2.convert.DefaultConversionHandler.(DefaultConversionHandler.java:72) at org.apache.commons.configuration2.beanutils.DefaultBeanFactory.(DefaultBeanFactory.java:84) at org.apache.commons.configuration2.beanutils.DefaultBeanFactory.(DefaultBeanFactory.java:71) at org.apache.commons.configuration2.beanutils.DefaultBeanFactory.(DefaultBeanFactory.java:56) at org.apache.commons.configuration2.beanutils.BeanHelper.(BeanHelper.java:118) at org.apache.commons.configuration2.beanutils.BeanHelper.(BeanHelper.java:106) at...