Adrián Lizaga
Adrián Lizaga
I have the same problem. Save Actions 2.3.0 IntelliJ IDEA 2022.3.2 Build #IU-223.8617.56, built on January 26, 2023 ``` java.lang.Throwable: AWT events are not allowed inside write action: java.awt.event.FocusEvent[FOCUS_LOST,temporary,opposite=javax.swing.JButton[,126,0,78x30,alignmentX=0.0,alignmentY=0.5,border=com.intellij.ide.ui.laf.darcula.ui.DarculaButtonPainter@4a6f1a81,flags=424,maximumSize=,minimumSize=,preferredSize=java.awt.Dimension[width=78,height=30],defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=com.intellij.util.ui.JBInsets[top=0,left=0,bottom=0,right=0],paintBorder=true,paintFocus=true,pressedIcon=,rolloverEnabled=false,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=No,defaultCapable=true],cause=ACTIVATION] on...
Me too. I have one requirement to limit based on user type. I ended up with custom extension of RedisRateLimiter, but it would be awesome that Spring provide a customization.