Hibero Changelog
2.0.8
- [HBR-59] - Loose the quick editor (ctrl-shift-e)
2.0.7
- [HBR-56] - Add space separators to HQL string in the Java file when saving changes from the Quick HQL Editor
- [HBR-57] - org.dom4j.DocumentException: FWK005 parse may not be called while parsing
2.0.6
- [HBR-55] - No local DataSource found for configuration - dataSource property must be set on LocalSessionFactoryBean
2.0.5
- [HBR-51] - java.lang.NoSuchMethodException: net.sf.hibernate.cfg.Configuration.secondPassCompile()
- [HBR-52] - Cannot resolve symbol 'SomeEntity' when editing HQL 2.x queries
- [HBR-53] - java.lang.NoSuchMethodException: net.sf.hibernate.mapping.RootClass.getName()
- [HBR-54] - Unresolved mapping resources if conf file not under source root
2.0.4
- [HBR-48] - Hibernate Class Loader: unexpected file system for dirs with .jar extension
- [HBR-46] - [#3405] RE: EditorFactoryImpl.createEditor
- [HBR-49] - Assertion failed when trying to create a Hibernate configuration file from template, using the View as "Project" and outside source root
- [HBR-50] - java.lang.NoSuchMethodException: $Proxy69.getQuery(java.lang.String, boolean, java.util.Map)
2.0.3
- [HBR-45] - JavaDoc completion stops working when Hibero installed
2.0.2
- [HBR-38] - Support Spring property placeholders
- [HBR-39] - java.lang.AssertionErrorjava.lang.AssertionError
- [HBR-40] - java.lang.NoClassDefFoundError: org/hibernate/MappingNotFoundException
- [HBR-41] - javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryLocator could not be instantiated
- [HBR-42] - Spring: No local DataSource found for configuration
- [HBR-43] - Missing exploded dir for web modules in Hibernate class loader
- [HBR-44] - Malformed url: Illegal character in opaque part
2.0.1
- [HBR-28] - Exception while changing project
- [HBR-29] - Access is allowed from event dispatch thread only.
- [HBR-30] - Access is allowed from event dispatch thread only.
- [HBR-31] - NPE: when executing a query that selects a property from a member of a collection
- [HBR-32] - Access is allowed from event dispatch thread only.
- [HBR-33] - Exception while working on a non-Hibernate project
- [HBR-34] - Resources in jar files imported with Spring import tag not found
- [HBR-35] - Hibernate class loader and logging enhancements for better robustness against loading classes errors
- [HBR-36] - org.hibernate.ObjectNotFoundException: No row with the given identifier exists
- [HBR-37] - NPE thrown when selecting an Hibero intention item in Intention Settings panel
2.0
- HQL Editor supports Auto-Completion, Code Navigation, Find Usages,
Rename/Move/Safe Delete refactorings, Code Formatting, Surround
With, Code Folding and Errors Highlighting for HQL 3.
- Enabled for Hibernate XML Configuration files: Auto-Completion,
Code Navigation, Find Usages, Rename/Move/Safe Delete refactorings,
Errors Highlighting and Quick Fixes.
- HQL Scratch Pad Editor which doesn't require a physical file.
- Allow configuration of Hibernate runtime environment to come from
Hibernate, Spring or Java Persistence API.
- Query results table option to display returned entities using
toString() or the entity properties.
- Hibernate XML Configuration and Mapping file templates.
- New GUI settings.
- Ability to define HQL Style Schemes with user customizations
about how to format HQL queries.
1.3.2
-
Bug fixes:
-
java.lang.IllegalArgumentException: interface javax.persistence.AttributeOverrides
is not visible from class loader.
- Thread.currentThread().getContextClassLoader() wrong context.
- Shadowed log appenders.
1.3.1
-
Bug fixes:
- Missing 'string' parameter type.
- Jar files locking.
- Multiple copies of same Jar file.
- Directories with a dot may not be identified correctly.
1.3
- HQL Editor with syntax highlighting and braces matcher.
- HQL Query Execution.
- Dynamic HQL Query Translation to SQL.
- Auto-discovery of HQL parameters.
- Inline HQL parameter editor.
- Show HQL parameter info.
- Autoscroll from/to parameter.
- Quick HQL Edition.
- Quick HQL Translation.
- Quick HQL Execution.
- Hibernate Log Console.
- Create HQL file intention for Java string literals and named queries.
- Multiple Hibernate Configuration Profiles.
- Global resolution of type and filter definitions.
- Bug fixes.
1.2
- Hibernate Annotations support.
- EJB3 Persistence support.
- IDEA 5.1 compatible.
- Bug fixes.
1.1
- Added support to Hibernate 2.x mapping files.
- Ability to load JDBC driver from project classpath or from multiple libs defined by user.
- Bug fixes.
1.0
- First version GA release.