Quantcast
Channel: Liquibase
Viewing all 200 articles
Browse latest View live

Community Infrastructure Improvements, Part I

$
0
0

Thanks to the generous people at Atlassian, we now have a much nicer issue tracker and source browser than before. You can check out our Jira instance at http://liquibase.jira.com/browse/CORE and our svn repository at http://liquibase.jira.com/source/browse/CORE.

The issues were bulk moved from the sourceforge tracker, so I will be going over them to recategorize and prioritize them over the next week.

We also now have a message board at http://www.liquibase.org/forum in place of the old liquibase-user, liquibase-devel, and liquibase-doc mailing lists. A copy of all top-level (non-reply) posts are being forwarded to the mailing lists to help with the transition, but please use the forum from now on.

If you have any comments or suggestions on the new setup, please let me know.


Twitter of the Day

Liquibase as a Job Requirement

$
0
0

Saw Liquibase as a requirement on dice.com today.

It’s nice to see that it is becoming important enough to companies for them to list it as an important skill.

Either that or it is so difficult to use that companies do not think it is something that they can train new hires on in a reasonable amount of time….

Liquibase 2.0 Status

$
0
0

I have been working hard on Liquibase 2.0 lately, and it feels very, very good to be updating and cleaning up the codebase. I am putting the SOLID principals to work, increasing test coverage, and building in integration hooks.

So you do not worry, The changelog XML format will stay the same and be completely backwards compatible with the 1.x series so the vast majority of users will see little to no changes. It is only the underlying java classes that will change significantly. If you are using any liquibase classes directly, this will be a large change for you, but the number of people using the API is small enough that it is worth simplifying and standardizing now, before really opening up the library for extension like the plan is. We will provide a migration guide for anyone needing it.

Curently I feel I am about 1/2 done with the main code update, which means that in about 1 month we should have a beta 1 release. The plan is to have a series of beta releases before the final release.

With beta 1, I am hoping to open up a plug-in contest. There will be many new integration points around modifying what SQL gets ran for a change, new database support, new changes, new changelog parsers, and more. There are many tools and enhancements that would be very helpful to some, but not general purpose enough to make it into the core application that would make great plugins, so get thinking. Despite having no budget, I would like to kick off the extensibility support with a bang, hopefully I can find a company willing to throw in a prize for some PR. Wost case, the grand prize will be a copy of mysql community server and sqlserver desktop edition :)

Despite not being finished with the refactoring, feel free to review the code and give me any feedback (or patches) you have. There are many use cases i have heard over the years that I plan on supporting, but there the best ones are often the ones I never thought of.

3rd Party Liquibase Training

$
0
0

On the Agile Database group the other day, there was a message that mentioned that their company provided a training course that included Liquibase.

Note: I know nothing about the course beyond the link above, but I know there has been interest in Liquibase training in the past and this may be a useful option for some.

I am mentioning it because it is the first professional Liquibase training I have seen, and also because of their quote on the group: “Run, don’t walk to liquibase.org and find out more about this lifesaver.”

Database Version Control on StackOverFlow Podcast

$
0
0

One of the questions that was discussed on a recent StackOverFlow podcast was “Do you source control your database”.

It is, obviously, a question near to my heart and I very much agree with the answer of “YES”. I also like that “use liquibase” has a few up votes and isn’t too far down the page…

It is great to see the concept getting some attention. I know that managing your database changes is just as vital as managing your code changes, yet the discussion, tool support, and interest is significantly higher for code version control than it is for database version control. There are endless articles and podcasts on SVN vs. Git, source control best practices, and mocking of people still using CVS and VSS, but basically no mention of Liquibase vs. ActiveMigrations, database changeset best practices, or mocking of people manually managing their database changes or using database diff tools.

I know Liquibase has saved my butt as many times as SVN has, and I want it to be able to help as many other developers as possible. The first step, however, is learning that there are tools out there that will help them.

Liquibase Online Meetup: Thurs June 25, 2009, 12:00 PM US Central Time

$
0
0

We will be having our first meetup 2009-6-25 at 12:00 PM US central time (GMT-5) using the “Chat” functionality of the Liquibase community forum (http://liquibase.org/forum/chat/index.php). To log in, you will need to be registered on http://www.liquibase.org/forum/

I will be there to discuss the upcoming 2.0 release, development processes, outstanding issues and feature requests, and anything else of interest to participants. Planned time is 1 hour.

Hope to see you there

Liquibase 1.9.4 Released

$
0
0

Liquibase 1.9.4 has been released. The 1.9.x branch continue to be maintained, even as work continues on Liquibase 2.0.

1.9.4 is primarily a bug fix release, but also introduces the following features:

  • DB2 for iSeries support
  • Improved Maven support
  • executeCommand does not run under updateSQL etc.

As usual, you can download the newest version from http://www.liquibase.org/download and post any questions or issues to http://www.liquibase.org/forum

We would like to thank Mark Logemann, Don Smith, and Oleg Taranenko for the patches they submitted.


Liquibase 2.0 Milestone 1 Released

$
0
0

The first public release of Liquibase 2.0 is now available. *This release is a milestone release, and therefore not for general consumption, it is not even at beta stage yet. *

The focus of milestone 1 was a major refactoring and standardization of the external-facing APIs to give 3rd party extension contributors a stable platform to build on. We have not yet begun to address bugs found in 1.9 or implement new functionality. Additionally, the checkum generation logic has changed and is currently incompatible with checksums generated in liqubase 1.x. Liquibase 2.0 final will handle upgrades graceful.

Because it is just a milestone release, the download packages are not on sourceforge, but are linked from the download page.

Please let us know of any feedback, questions, or bugs you find. Although we have focused on stabilizing the API, parts may change during the milestone phase based on feedback from the community.

The roadmap for 2.0 is to have several milestone releases, followed by a beta period. 2.0 final is scheduled for a September release, although that may change.

Note: Don’t forget the Liquibase online meetup tomorrow!

Liquibase Extension Contest 2009 Now Underway

$
0
0

Liquibase 2.0 is all about 3rd party extension and integration, and to help kick that off, we are holding a contest.

Thanks to donations from Atlassian and O’Reilly, we have some great prizes for the winners

Rules

  • Your entry must embed or extend Liquibase
  • Extensions must be compatible with Liquibase 2.0 (currently under construction)
  • Your plugin must be listed on the Liquibase Extension Portal
  • You must announce your extension and your interest in submitting it to this contest on the Liquibase User Forum
  • There is no license restrictions on your plugin, although we prefer an open source license

Prizes

Grand Prize:

  • Your choice of 5 O’Reilly books, donated by O’Reilly
  • One copy of PostgreSQL

Runner Up:

  • Atlassian laptop bag from Timbuk2 (US$150 value), donated by Atlassian
  • One copy of MySQL Community Edition

5x Honorable Mentions:

  • Your choice of 1 O’Reilly book, donated by O’Reilly
  • One copy of JavaDB

Judging

The winning plugins will be judged by lead developer Nathan Voxland on:

  • Usefulness
  • Creativity and Elegance
  • Completeness
  • Code quality and documentation

Key Dates

  • June 24th, 2009: Contest opens
  • August 31st, 2009, High Noon, US Central Time (GMT-5): Contest closes
  • September 15th, 2009: Winners Announced

For more information, see the offical contest page

Now Open: Liquibase Extension Portal

$
0
0

Although it is currently just a skeleton of what it will be, the Liquibase Extension Portal is now open at http://www.liquibase.org/extensions.

The goal of the extension portal is to provide:

  • A place for database-specific or experimental functionality that has not/should not be incorporated into the main Liquibase library
  • A single location for end-users to find plug-ins of value to them
  • An easy way for 3rd parties to submit, manage and maintain plug-ins by providing a documentation wiki, issue tracking, and source control
  • Documentation on how to create your own extensions for public or private use

I was hoping to improve the sample extension pages (set-identity-insert and vacuum) to provide a better template, but I wanted to get something out before the online meetup tomorrow. We will improve the content on the portal over the next week once real work settles down.

As always, let us know if you have any questions or comments on the portal.

Liquibase 2.0 Beta 1 Released

Extension Ideas

$
0
0

The Liquibase plugin contest is underway and there is still time to submit your extensions. If you are looking for inspriation, there is now an “Ideas Page” on the Extension Portal to get you started.

If you are not planning on creating an extension, but have something that you would like to see created, please add it to the list as well.

Remember, the contest deadline is August 31st and the sooner you submit an entry, the more time you have for feedback to improve it before the contest ends.

.Net Liquibase Port: Any Volunteers?

$
0
0

As part of re-evaluating the Liquibase APIs as part of the 2.0 codebase, I started an experimental .Net implementation to see what changes would need to be incorporated into the regular codebase to produce a liquibase.dll with as new little code as possible. I have the code to the point that I know it would work, and can see the direction it would need to go, but I will not have time to fully implement it for quite some time. That is where you could come in…

Despite thinking about alternate languages, I ended up finding that ikvm is the best option for us. I was able to split the existing java code into a “core” and “core-jvm” source directories. The “core” code is/will be java code, but without any jdbc or xml libraries (or java-specific technologies like Ant, Maven, and Servlets). The core-jvm source is all the remaining “java specific” code.

I then compiled the “core” java library into a dll and added it as a reference in a new “core-clr” source directory and visual studio solution. I was able to begin implementing the liquibase abstraction interfaces using OleDbConnection-based classes.

What is the current state? The liquibase code is divided between core, core-jvm, and core-clr, but the core-clr is far from complete. Since we can use the core liquibase.dll, 90% of the liquibase code will be shared between the two projects, so bugfixes will be applicable to both, new features will be applicable to both, and the .net port will include all the cross-database support and refactorings that currently exist in liquibase. What needs to be done is:

  • Re-implement the connection based logic using OleDbConnection (or better .net interface?). This includes translating the abstracted liquibase “execute this sql” calls as well as the database metadata reading logic.
  • Re-implement the XML parser using .net libraries. This has not been started, but the abstractions are already there in the liquibase code.
  • Create any .Net specific integrations (IIS, NHibernate, MSBuild, Installer, etc.)

If you are interested in helping, please send me an email (nathan@voxland.net). You do not need to be proficient in java to help, we can handle any changes to the java liquibase codebase to support you as needed.

Liquibase 2.0 Beta 2

$
0
0

Liquibase 2.0 beta 2 is now available. You can download it from http://www.liquibase.org/download

There is no new major functionality yet, but lots of reorganized code and a plugin-framework that works with the command line.

Let us know if you have any issues with it.


Liquibase Online Meetup: Wed August 19th, 12:00 pm (GMT-5)

$
0
0

We will be having an online meetup Wednesday August 19th, 2009 at 12:00 PM US central time (GMT-5) using the “Chat” functionality of the Liquibase community forum (http://liquibase.org/forum/chat/index.php). To log in, you will need to be registered on http://www.liquibase.org/forum/

I will be there to discuss the upcoming 2.0 release, development processes, outstanding issues and feature requests, and anything else of interest to participants. Planned time is 1 hour.

Hope to see you there

Reminder: Liquibase Online Meetup, Today at Noon US Central Time

Extension contest extended

$
0
0

Due to us missing milestones on the liquibase 2.0 release, we are pushing the deadline for the plugin contest back to noon Central US time, September 30th. Winners announced October 15th All other rules are the same.

Full details

Liquibase 1.9.5 Released

Liquibase 2.0 Beta 3 Released

$
0
0

Liquibase 2.0 Beta 3 has been released. Note: This is not yet production ready code and contains known issues

The goal of the beta3 release is to provide a new stable release for entries in the plugin contest to build off of and for others who want to beta test the 2.0 release.

Major changes in the beta3 release include:

  • Converting to Maven for our build process
  • Major changes to the database snapshot functionality including better flexibility and performance
  • Lots of bug fixes

Beta 3 should be the last “re-architecting” release. From now until the 2.0 final release we are going to focus on new features and bug fixes. The goal for 2.0 final is mid-September.

As always, let us know if you have any questions or problems.

You can download the newest release from the Liquibase download page

Viewing all 200 articles
Browse latest View live