Skip to content

Commit 63a156b

Browse files
authored
24.2.19 (#50)
* [GAT-479] - APEX 25.1 rule preparation * [GAT-473] - have exception json download files use predictable names (no timestamp) * [GAT-478] - Add a preference to enable/disable eval_history logging * [GAT-477] - ORA-40478: output value too large (maximum: 4000) on download exceptions * [GAT-481] - Page Item Encryption - do not flag native image and start/stop html table region types * [GAT-482] - Maximum Row Count, Max Rows to Query - Classic Report, set consistent value of 1000
1 parent 5fe2976 commit 63a156b

File tree

196 files changed

+13007
-3101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+13007
-3101
lines changed

doc/release_notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release Notes
22

3+
## 24.2.19
4+
* [GAT-473] - have exception json download files use predictable names (no timestamp)
5+
* [GAT-477] - ORA-40478: output value too large (maximum: 4000) on download exceptions
6+
* [GAT-478] - Add a preference to enable/disable eval_history logging
7+
* [GAT-479] - APEX 25.1 rule preparation
8+
* [GAT-481] - Page Item Encryption - do not flag native image and start/stop html table region types
9+
* [GAT-482] - Maximum Row Count, Max Rows to Query - Classic Report, set consistent value of 1000
10+
311
## 24.2.18
412

513
* [GAT-469] - Implement AI support for scoring exception justifications

product/sert/apex/application/f2101/application/comments.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
-- file_checksum: 2C4C27C8CCA4757BDFB004849BCA69D8D0220D1C07CB6A73F1DFC26F37B4EDF7
21
-------------------------------------------------------------------------------
32
-- Copyright (c) 2024,2025 Oracle and/or its affiliates.
43
-- Licensed under the Universal Permissive License v 1.0 as shown
54
-- at https://oss.oracle.com/licenses/upl/
65
--------------------------------------------------------------------------------
6+
-- file_checksum: CFD7499E63B7D5A4C50C189DC090C73F52691429D89BCF301EBA69F699588AD5
77
prompt --application/comments
88
begin
99
-- Manifest
1010
-- APPLICATION COMMENTS: 2101
1111
-- Manifest End
1212
wwv_flow_imp.component_begin (
1313
p_version_yyyy_mm_dd=>'2024.11.30'
14-
,p_release=>'24.2.6'
14+
,p_release=>'24.2.9'
1515
,p_default_workspace_id=>32049826282261068
1616
,p_default_application_id=>2101
1717
,p_default_id_offset=>43724842417270742

product/sert/apex/application/f2101/application/create_application.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
-- file_checksum: 0B1DF47E228938A25315B1F223AD0B0B221CD920DCD9BF42F80ED0FDE6F14A4F
21
-------------------------------------------------------------------------------
32
-- Copyright (c) 2024,2025 Oracle and/or its affiliates.
43
-- Licensed under the Universal Permissive License v 1.0 as shown
54
-- at https://oss.oracle.com/licenses/upl/
65
--------------------------------------------------------------------------------
6+
-- file_checksum: B0E22237A58005AFE2EB198F3221F57E6287107FA8B1FC88CECE7A0ABA0CDD9F
77
prompt --application/create_application
88
begin
99
-- Manifest
1010
-- FLOW: 2101
1111
-- Manifest End
1212
wwv_flow_imp.component_begin (
1313
p_version_yyyy_mm_dd=>'2024.11.30'
14-
,p_release=>'24.2.6'
14+
,p_release=>'24.2.9'
1515
,p_default_workspace_id=>32049826282261068
1616
,p_default_application_id=>2101
1717
,p_default_id_offset=>43724842417270742
@@ -60,7 +60,7 @@ wwv_imp_workspace.create_flow(
6060
,p_substitution_value_01=>'SERT v2'
6161
,p_file_prefix => nvl(wwv_flow_application_install.get_static_app_file_prefix,'')
6262
,p_files_version=>16
63-
,p_version_scn=>45172215865034
63+
,p_version_scn=>45713031153805
6464
,p_print_server_type=>'NATIVE'
6565
,p_file_storage=>'DB'
6666
,p_is_pwa=>'Y'

product/sert/apex/application/f2101/application/delete_application.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
-- file_checksum: A95AFDDB5F346686B9EBC683F48ADA1A8CABE002A139FD4C165F7DE80FFCEDC9
21
-------------------------------------------------------------------------------
32
-- Copyright (c) 2024,2025 Oracle and/or its affiliates.
43
-- Licensed under the Universal Permissive License v 1.0 as shown
54
-- at https://oss.oracle.com/licenses/upl/
65
--------------------------------------------------------------------------------
6+
-- file_checksum: 2E689765FEC77449D9A76F791ABBDD709B5B84A3B8B4FD7E8A17435B0656CA19
77
prompt --application/delete_application
88
begin
99
wwv_flow_imp.component_begin (
1010
p_version_yyyy_mm_dd=>'2024.11.30'
11-
,p_release=>'24.2.6'
11+
,p_release=>'24.2.9'
1212
,p_default_workspace_id=>32049826282261068
1313
,p_default_application_id=>2101
1414
,p_default_id_offset=>43724842417270742

product/sert/apex/application/f2101/application/end_environment.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
-- file_checksum: 11DA7A7DB8EC9ED63ADCFFFD444F2E5AC0F1742AFB6A93D8E163391727349167
21
-------------------------------------------------------------------------------
32
-- Copyright (c) 2024,2025 Oracle and/or its affiliates.
43
-- Licensed under the Universal Permissive License v 1.0 as shown
54
-- at https://oss.oracle.com/licenses/upl/
65
--------------------------------------------------------------------------------
6+
-- file_checksum: 11DA7A7DB8EC9ED63ADCFFFD444F2E5AC0F1742AFB6A93D8E163391727349167
77
prompt --application/end_environment
88
begin
99
wwv_flow_imp.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, false)

product/sert/apex/application/f2101/application/pages/page_00000.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
-- file_checksum: 025038516A2E1C8783D7873F319B1D6129A20DC9AD920EE7B91D4F96E125240F
21
-------------------------------------------------------------------------------
32
-- Copyright (c) 2024,2025 Oracle and/or its affiliates.
43
-- Licensed under the Universal Permissive License v 1.0 as shown
54
-- at https://oss.oracle.com/licenses/upl/
65
--------------------------------------------------------------------------------
6+
-- file_checksum: 04116C59E7E356A1A805834C973E2AA45903E45EC1F1C845D426C3D860F266DA
77
prompt --application/pages/page_00000
88
begin
99
-- Manifest
1010
-- PAGE: 00000
1111
-- Manifest End
1212
wwv_flow_imp.component_begin (
1313
p_version_yyyy_mm_dd=>'2024.11.30'
14-
,p_release=>'24.2.6'
14+
,p_release=>'24.2.9'
1515
,p_default_workspace_id=>32049826282261068
1616
,p_default_application_id=>2101
1717
,p_default_id_offset=>43724842417270742

product/sert/apex/application/f2101/application/pages/page_00001.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
-- file_checksum: 3362633E89E3589D87920B07C98F5B5D9C1D4830A88676A1FFAF4F3B95166059
21
-------------------------------------------------------------------------------
32
-- Copyright (c) 2024,2025 Oracle and/or its affiliates.
43
-- Licensed under the Universal Permissive License v 1.0 as shown
54
-- at https://oss.oracle.com/licenses/upl/
65
--------------------------------------------------------------------------------
6+
-- file_checksum: 629ED8C3DC6AE95E636F9CC4B0D341D692688F18F69A0C5382E4BAF244DBC5B0
77
prompt --application/pages/page_00001
88
begin
99
-- Manifest
1010
-- PAGE: 00001
1111
-- Manifest End
1212
wwv_flow_imp.component_begin (
1313
p_version_yyyy_mm_dd=>'2024.11.30'
14-
,p_release=>'24.2.6'
14+
,p_release=>'24.2.9'
1515
,p_default_workspace_id=>32049826282261068
1616
,p_default_application_id=>2101
1717
,p_default_id_offset=>43724842417270742

product/sert/apex/application/f2101/application/pages/page_00005.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
-- file_checksum: BA1027B66F756C5C235B9D414C7D91285EA22C35D5D9CEEE10D11B7C25215E28
21
-------------------------------------------------------------------------------
32
-- Copyright (c) 2024,2025 Oracle and/or its affiliates.
43
-- Licensed under the Universal Permissive License v 1.0 as shown
54
-- at https://oss.oracle.com/licenses/upl/
65
--------------------------------------------------------------------------------
6+
-- file_checksum: C7A8FD528618255972EB0F7309A6075201981D2D67D8D6776A6EFE9143E3351A
77
prompt --application/pages/page_00005
88
begin
99
-- Manifest
1010
-- PAGE: 00005
1111
-- Manifest End
1212
wwv_flow_imp.component_begin (
1313
p_version_yyyy_mm_dd=>'2024.11.30'
14-
,p_release=>'24.2.6'
14+
,p_release=>'24.2.9'
1515
,p_default_workspace_id=>32049826282261068
1616
,p_default_application_id=>2101
1717
,p_default_id_offset=>43724842417270742

product/sert/apex/application/f2101/application/pages/page_01000.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
-- file_checksum: 4F64114C85E30C60B0D32DAAE6BC62C47AC9D4D7B23B57C6659400C51385F540
21
-------------------------------------------------------------------------------
32
-- Copyright (c) 2024,2025 Oracle and/or its affiliates.
43
-- Licensed under the Universal Permissive License v 1.0 as shown
54
-- at https://oss.oracle.com/licenses/upl/
65
--------------------------------------------------------------------------------
6+
-- file_checksum: CA110FDE7583D6429ED3E5DB20528FF225FD86D2A7BD9AED86328FFB21C819A9
77
prompt --application/pages/page_01000
88
begin
99
-- Manifest
1010
-- PAGE: 01000
1111
-- Manifest End
1212
wwv_flow_imp.component_begin (
1313
p_version_yyyy_mm_dd=>'2024.11.30'
14-
,p_release=>'24.2.6'
14+
,p_release=>'24.2.9'
1515
,p_default_workspace_id=>32049826282261068
1616
,p_default_application_id=>2101
1717
,p_default_id_offset=>43724842417270742

product/sert/apex/application/f2101/application/pages/page_01010.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
-- file_checksum: 748462EC4FD820BB9475C285D921C1819ACA547D29DE6D16A855EE3B885A1BA0
21
-------------------------------------------------------------------------------
32
-- Copyright (c) 2024,2025 Oracle and/or its affiliates.
43
-- Licensed under the Universal Permissive License v 1.0 as shown
54
-- at https://oss.oracle.com/licenses/upl/
65
--------------------------------------------------------------------------------
6+
-- file_checksum: E2A1C4C6B77F5076A63F1D49A8CF707EE47D7CAFA30BFFF057A64A0C3C57D7F4
77
prompt --application/pages/page_01010
88
begin
99
-- Manifest
1010
-- PAGE: 01010
1111
-- Manifest End
1212
wwv_flow_imp.component_begin (
1313
p_version_yyyy_mm_dd=>'2024.11.30'
14-
,p_release=>'24.2.6'
14+
,p_release=>'24.2.9'
1515
,p_default_workspace_id=>32049826282261068
1616
,p_default_application_id=>2101
1717
,p_default_id_offset=>43724842417270742

0 commit comments

Comments
 (0)