Showing posts with label ide. Show all posts
Showing posts with label ide. Show all posts

Tuesday, July 24, 2018

MyBatipse (Eclipse plugin) 1.1.2 is released!

Dear MyBatis - Eclipse users,

We have released version 1.1.2 of MyBatipse.

Two bug fixes and a new feature:
  • It now supports two or more XML mapper files having the same namespace. #86
  • Hyperlink now works in binary class editor. #84
  • Hyperlink now works on 'property' attribute of @Results. #85
Please see the GitHub page for the general information.

The next version of the plugin may require Java 8 and Eclipse 4.6 (Neon).

Enjoy!

Thursday, March 2, 2017

MyBatipse (Eclipse plugin) 1.1.0 is released!

Dear MyBatis - Eclipse users,

We have released version 1.1.0 of MyBatipse.
This version requires Eclipse 4.4 (Luna) or later.

Only two bug fixes:
  • Enum type alias is not correctly resolved.
  • 'Move @Results to <resultMap />' quick assist should move @ConstructorArgs to <constructor /> as well.
Please see the GitHub page for general information.

Enjoy!

Sunday, December 25, 2016

MyBatipse (Eclipse plugin) 1.0.24 is released!

Dear MyBatis - Eclipse users,

We have released version 1.0.24 of MyBatipse.

Some new features:
  • Hyperlink on @ResultMap value and 'select' attribute of @One and @Many.
  • Auto-complete 'jdbcType' attribute in XML mapper/config.
  • Quick assist to move @Results to <resultMap />.
  • Allow wildcards in type alias package setting.
And validation now runs much faster in most cases.
Please see the GitHub page for the general information.

FYI, this will be the last version that works on Eclipse older than 4.4 (Luna).

Enjoy!

Sunday, October 2, 2016

MyBatipse (Eclipse plugin) 1.0.23 is released!

Dear MyBatis - Eclipse users,

We have released version 1.0.23 of MyBatipse.

Several enhancements:
  • Rename refactoring : renaming statement, result map and sql fragment will update its references automatically.
  • Propose actual parameter names when 'Store parameter info' option is enabled in Java Compiler setting.
  • Validate result map reference in @ResultMap annotation.
  • Validate select statement reference in @One and @Many annotations.
Please see the GitHub page for the general information.

Enjoy!

p.s.
The minimum required Java/Eclipse versions will be changed as follows in the near future.
  • Java 7
  • Eclipse 4.4 (Luna)

Tuesday, September 6, 2016

MyBatipse (Eclipse plugin) is updated to 1.0.22

Dear Eclipse users,

We have released version 1.0.22 of MyBatipse.
Only one bug fix this time.
  • False-positive validation error could be reported when a resultMap type is an interface.
Please see the GitHub page for the general information.

Enjoy!

Wednesday, July 20, 2016

MyBatipse (Eclipse plugin) is updated to 1.0.21.

Dear Eclipse users,

We have released version 1.0.21 of MyBatipse.
Just a minor update this time.
  • 'Move annotation statement to XML' should handle List and Map return type correctly.
Please see the GitHub page for the general information.

Enjoy!

Tuesday, June 21, 2016

MyBatipse (Eclipse plugin) is updated to 1.0.20.

Dear Eclipse users,

We have released version 1.0.20 of MyBatipse.
  • Smart-copy in Console View that translates debug output as an executable SQL statement.
  • Wizard to create a new XML mapper file.
  • Quick fix to move a statement from annotation to XML.

Please see the GitHub page for the details.

Enjoy!

Saturday, May 28, 2016

MyBatipse (Eclipse plugin) is updated to 1.0.19.

Dear Eclipse users,

MyBatipse has been updated to 1.0.19.
  • Improved auto-completion inside foreach loop.
  • Auto-complete setting value in config XML.
  • Auto-complete 'resultMap' attribute in @Arg annotation.
  • Auto-complete 'select' attribute in @Arg, @Many and @One annotation.
  • Auto-complete 'reflectorFactory' type in config XML.

Please see the GitHub page for the full feature list and other information.

Enjoy!

Sunday, April 24, 2016

MyBatipse (Eclipse plugin) is updated to 1.0.18.

Dear Eclipse users,

MyBatipse has been updated to 1.0.18.
  • Auto-complete keyProperty attribute in @Options and @SelectKey annotation
  • Auto-complete property attribute in @Result annotation
  • Open XML element from a hyperlink on a method invocation (it's handy!).

Please see the GitHub page for the full feature list and other information.

Enjoy!

Thursday, February 6, 2014

New Eclipse plugin for MyBatis : MyBatipse

In this first release, auto-completion and validation are the two main features.
The auto-completion works in various places.


And the validation detects simple mistakes before launching the application.


You can install it from the Eclipse Marketplace.


Please see the README for more details.

Enjoy :-)