Skip to content

Commit

Permalink
refine test cases after removing deprecated API
Browse files Browse the repository at this point in the history
  • Loading branch information
DevChu committed Jan 26, 2024
1 parent 0ee94dc commit b53b528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions zkdoc/release-note
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ ZK 10.0.0
+ ZK's corresponding features now require Java EE 7 API level, including:
Servlet 3.1, Bean Validation 1.1, EL 3.0, and JSP 2.3.
+ Remove all deprecated Java APIs and the legacy module "zkplus-legacy".
+ ForEachStatus#getEach is removed, use ForEachStatus#getCurrent instead.
+ Use /zkEmbedded url (or specify yourself) to simply include embedded.js, instead of specify the real path to embedded.js,
simplifying the source to enable embedded mode.
+ The setContent() method of Comboitem, Menu, and Navitem now only accepts a safe HTML content.
Expand Down
2 changes: 1 addition & 1 deletion zktest/src/main/webapp/test2/B30-2188572.zul
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Copyright (C) 2008 Potix Corporation. All Rights Reserved.
<listhead>
<listheader label="${each}: ${forEachStatus.index}"/>
</listhead>
<listitem label="${forEachStatus.previous.each}: ${each}"
<listitem label="${forEachStatus.previous.current}: ${each}"
forEach="${grades[forEachStatus.index]}"/>
</listbox>
</hbox>
Expand Down

0 comments on commit b53b528

Please sign in to comment.