Skip to content

Commit

Permalink
[ci] Do not cleanup adding transient and add comment to ignore sonarlint
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 18, 2023
1 parent 7689e90 commit d4fc718
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/mybatis/cdi/MyBatisBean.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ public class MyBatisBean implements Bean<Object>, Serializable, PassivationCapab

protected final Class<Type> type;

protected final transient Set<Annotation> qualifiers;
// Do not make this transient
protected final Set<Annotation> qualifiers;

protected final String sqlSessionFactoryName;

Expand Down

0 comments on commit d4fc718

Please sign in to comment.