Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mybatis for openSUSE:Factory checked in at 2025-09-20 22:05:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mybatis (Old) and /work/SRC/openSUSE:Factory/.mybatis.new.27445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mybatis" Sat Sep 20 22:05:05 2025 rev:13 rq:1306149 version:3.5.19 Changes: -------- --- /work/SRC/openSUSE:Factory/mybatis/mybatis.changes 2025-09-19 19:52:01.359950052 +0200 +++ /work/SRC/openSUSE:Factory/.mybatis.new.27445/mybatis.changes 2025-09-20 22:05:56.155340716 +0200 @@ -1,0 +2,7 @@ +Sat Sep 20 15:54:47 UTC 2025 - Fridrich Strba <[email protected]> + +- Modified patch: + * no-script-in-comment.patch + + modify to actually produce useful javadoc + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.B9fmGW/_old 2025-09-20 22:05:56.651361522 +0200 +++ /var/tmp/diff_new_pack.B9fmGW/_new 2025-09-20 22:05:56.655361690 +0200 @@ -1,6 +1,6 @@ -mtime: 1758206586 -commit: db929ecd028a3e0c519d25a46a3d0aa6af2778cd91d706c4d4071ab86bf4cb88 +mtime: 1758383820 +commit: c1cd84d4423904653d7d8c6d1c34838af70e87322e4132cd129cfaea98443afe url: https://src.opensuse.org/java-packages/mybatis.git -revision: db929ecd028a3e0c519d25a46a3d0aa6af2778cd91d706c4d4071ab86bf4cb88 +revision: c1cd84d4423904653d7d8c6d1c34838af70e87322e4132cd129cfaea98443afe projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2025-09-20 17:57:23.000000000 +0200 @@ -0,0 +1 @@ +.osc ++++++ no-script-in-comment.patch ++++++ --- /var/tmp/diff_new_pack.B9fmGW/_old 2025-09-20 22:05:56.799367730 +0200 +++ /var/tmp/diff_new_pack.B9fmGW/_new 2025-09-20 22:05:56.799367730 +0200 @@ -1,14 +1,32 @@ --- mybatis-3-mybatis-3.5.19/src/main/java/org/apache/ibatis/annotations/Select.java 2025-09-18 16:08:19.794480299 +0200 +++ mybatis-3-mybatis-3.5.19/src/main/java/org/apache/ibatis/annotations/Select.java 2025-09-18 16:10:06.140546344 +0200 -@@ -41,8 +41,8 @@ +@@ -29,22 +29,20 @@ + * <ul> + * <li>Simple: * - * <pre>{@code +- * <pre>{@code ++ * <pre> + * public interface UserMapper { +- * @Select("SELECT id, name FROM users WHERE id = #{id}") ++ * @Select("SELECT id, name FROM users WHERE id = #{id}") + * User selectById(int id); +- * } + * }</pre> + * + * </li> + * <li>Dynamic SQL: + * +- * <pre>{@code ++ * <pre> * public interface UserMapper { - * @Select({ "<script>", "select * from users", "where name = #{name}", - * "<if test=\"age != null\"> age = #{age} </if>", "</script>" }) -+ * @Select({ "<script>", "select * from users", "where name = #{name}", +- * User select(@NotNull String name, @Nullable Integer age); +- * } ++ * @Select({ "<script>", "select * from users", "where name = #{name}", + * "<if test=\"age != null\"> age = #{age} </if>", "</script>" }) - * User select(@NotNull String name, @Nullable Integer age); - * } ++ * User select(@NotNull String name, @Nullable Integer age); * }</pre> + * + * </li>
